Thank you for responding!  At least you gave me a starting point.  Now,
with that in mind, is there a good starting point for documentation on
this stuff?  Any hints on that?

Aaron


-----Original Message-----
From: Daniel Kulp [mailto:dk...@apache.org] 
Sent: Tuesday, September 08, 2009 4:39 PM
To: dev@cxf.apache.org
Cc: Aaron Ehrensberger
Subject: Re: Websphere and CXF

On Fri September 4 2009 4:35:32 pm Aaron Ehrensberger wrote:
> Hi all,
> 
> I'm trying to deploy my webservices on Websphere.  Originally using
> Eclipse IDE, Jboss/Tomcat, Spring and CXF, I have the webservices
> deploying with no issues.
> 
> However, when bringing the code into Websphere and attempting to
deploy
> the same .war file created and tested in the first setup, I get a
> different WSDL that is missing multiple namespaces.  This causes the
> WSDL to not load and give me headaches.
> 
> Does anybody have any thoughts as to what is changing things?  Our
code
> is mainly straight java and so it should port between the two app
> servers without any migration issues, but it doesn't.  Ideas on what I
> can look into?

It's PROBABLY due to the STAX implementation.  If you can try getting
woodstox 
in there to be used, it would probably be better off.    The IBM stax
stuff is 
notorious for choosing alternative interpretations of the spec and
generally 
making it harder to use.     It also doesn't perform as well as
woodstox.

-- 
Daniel Kulp
dk...@apache.org
http://www.dankulp.com/blog

Reply via email to