Hi, This looks like class loader order issue. You can try to change class loading to local class loader first (parent last) at the module level.
These links can be helpful: http://www.colleoni.info/wp/en/2013/04/howto-cxf-jax-ws-web-services-su-websphere-as-7/ http://stackoverflow.com/questions/5971536/cxf-on-websphere-6-1-class-loading-problem Regards, Andrei. > -----Original Message----- > From: Lars-Fredrik Smedberg [mailto:[email protected]] > Sent: Donnerstag, 11. September 2014 09:42 > To: [email protected] > Subject: CXF and WebSphere 8.5.5 > > Hi! > > When we in development run WebSphere 8.5.5. Liberty Profile things works > fine and from my understanding Liberty Profile uses CXF 2.6.x. > > However when we deploy the code in the test environments which runs the full > WebSphere 8.5.5 (not Liberty Profile) we run into bugs related to > @WebMethod or @XmlElement and its name attribute. The stack trace > indicates that WebSphere full version uses Axis2 and not CXF. > > Is there a way of changing to CXF without having to bundle CXF in the deployed > EAR, change class loading order etc as suggested in some articles? > > Regards > Lars-Fredrik > > -- > Med vänlig hälsning / Best regards > > Lars-Fredrik Smedberg > > STATEMENT OF CONFIDENTIALITY: > The information contained in this electronic message and any attachments to > this message are intended for the exclusive use of the > address(es) and may contain confidential or privileged information. If you are > not the intended recipient, please notify Lars-Fredrik Smedberg immediately at > [email protected], and destroy all copies of this message and any > attachments.
