bonjour,

j'essai de mettre en oeuvre un service web JAX-WS porté par le jre 1.6 car l'application n'a pas de serveur d'app.

j'ai donc réalisé la conf proposé sur le site spring http://static.springframework.org/sp...ort-standalone

voici l'erreur que j'obtient :
Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.remoting.jaxws.SimpleJaxWsServiceExporter#0' defined in class path resource [applicationContext.xml]: Initialization of bean failed; nested exception is com.sun.xml.internal.ws.model.RuntimeModelerException: runtime modeler error: Wrapper class fr.bl.jaxws.GetTiers is not found. Have you run APT to generate them?


Avez vous une idée de ce qui ce passe ?
Faut t'il avec spring travailler avec APT ?

merci par avance pour vos réponses