[FIXED] RE: CXF + Spring : Bean outside WebApp have empty properties

2007-10-25 Thread bastien.legras
After hours of bloody debugging /tracing through CXF code, I found the root cause of my issue : It has to do with my JBOSS 4.0.4 GA environment I forgot to mention :( For the one who care, I wrote below a detailed explanation + solution Detailed Explanation : JAXBContext is already classloaded

Re: [FIXED] RE: CXF + Spring : Bean outside WebApp have empty properties

2007-10-25 Thread Jeff Yu
Hi, Instead of putting jars in the endorsed folder, could you try to put the below jboss-app.xml in your $ear/META-INF to see if it works. jboss-app.xml: ?xml version=1.0 encoding=UTF-8? jboss-app loader-repository org.apache.cxf:loader=your ear name (such as spring_http.ear)