We do not have Web Services Feature Pack installed on either Ubuntu or AIX
but I have added the manifest entry (DisableIBMJAXWSEngine: true) that was
added with fix pack 29. It has had no affect.

I've also tried to follow the article on IBM developer works that is linked
from the CXF docs and though the sample app appears to run fine, the ear
that they provide has CXF 2.1.3 included.

And whenever I remove the "conflicting" jars they have listed in their
steps, the application gives ClassNotFound errors referring to the Sun JDK
classes.  I'm using maven to build this project and I'm not sure if there's
something I need to change with compiliation.  I'm attempting to recreate
Craig's steps in getting it to work from this thread:

http://mail-archives.apache.org/mod_mbox/cxf-users/200910.mbox/%[email protected]%3e




dkulp wrote:
> 
> 
> We recently added some updated docs about using CXF with 6.1.0.29 that IBM
> provided:
> 
> http://cxf.apache.org/docs/application-server-specific-configuration-guide.html#ApplicationServerSpecificConfigurationGuide-Websphere
> 
> Can you double check the instructions that are there?
> 
> Dan
> 
> 
> On Thu February 4 2010 3:27:13 pm adam galloway wrote:
>> I have a CXF 2.2.4 application running fine in WebSphere 6.1.0.29 on
>>  Ubuntu. Using the Application Server Specific Configuration Guide in
>>  WebSphere on Ubuntu I simply create a shared library with a classpath
>>  value pointing to wsdl4j-1.6.2.jar and add that shared library to a new
>>  "application first" class loader at the server configuration level.  I
>>  restart the server and all runs fine.
>> 
>> I do the exact same steps with WebSphere 6.1.0.29 on AIX and I get saaj
>> exceptions.
>> 
>> I then tried adding saaj-imp, saaj-api and jaxp-ri to the shared library
>>  and it gives me a classnotfound exception for StAXResult.
>> 
>> I then add jaxp-api to the shared library and it gives me
>> 
>> java.lang.ClassCastException:
>> com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl
>> incompatible with javax.xml.parsers.DocumentBuilderFactory
>> 
>> This runs great on WebSphere with Ubuntu, I'm struggling to find a
>> difference in the two.
>> 
>> Any help would be appreciated.
>> 
> 
> -- 
> Daniel Kulp
> [email protected]
> http://www.dankulp.com/blog
> 
> 

-- 
View this message in context: 
http://old.nabble.com/What-is-so-different-about-CXF-with-WebSphere-6.1-on-AIX--tp27459210p27461020.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to