Hi Jeff
thanks for your response.
I have already checked that saaj-impl-1.3.jar and saaj-api-1.3.jar are
present in the war part of the ear i deployed. I have also added the
following lines in the weblogic-application.xml DD file of the ear :
        <prefer-application-packages>
                <package-name>javax.jws.*</package-name>
                <package-name>javax.xml.ws.*</package-name>
                <package-name>com.sun.xml.messaging.saaj.*</package-name>
        </prefer-application-packages>
I can't figure out why the saaj package is not found.
Is there anything else to check ?
thanks,
MJ


Jeff Yu-4 wrote:
> 
> Please check the saaj version in classpath, CXF shipped saaj-impl-1.3.jar
> and saaj-api-1.3.jar. It might be conflict with the weblogic one.
> Or you can check out the
> http://cwiki.apache.org/CXF20DOC/appserverguide.html to see how to
> integrate with Weblogic.
> 

-- 
View this message in context: 
http://www.nabble.com/webservice-client-does-not-work-on-weblogic-9.2-tp14597531p14612127.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to