Hello, First of all, my application is an EAR having 3 modules : - App.war - AppEJBClient.jar - AppEJB.jar
App.war has several CXF Web Services working fine. Problems appear when I move my Beans (generated by WSDL2Java) from App.war to AppEJBClient.jar. Each time I call the Web Services I get Beans with null properties. AppEJBClient.jar is referenced in the App.war's MANIFEST, so I can't think my issue has anything to do with class visibility as other Classes from AppEJBClient.jar are well instanciated from App.war. Finally, I don't get any Exception logged by the CXF framework. I'm using CXF 2.0.2. Thanks for your help. Regards, Bastien LEGRAS -- View this message in context: http://www.nabble.com/CXF-%2B-Spring-%3A-Bean-outside-WebApp-have-empty-properties-tf4687334.html#a13396024 Sent from the cxf-user mailing list archive at Nabble.com.
