Websphere and CXF

2009-09-04 Thread Aaron Ehrensberger
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 setu

RE: Websphere and CXF

2009-09-09 Thread Aaron Ehrensberger
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 hav

RE: Websphere and CXF

2009-09-09 Thread Aaron Ehrensberger
noticed is that sometimes CXF was unable to generate the WSDL at all due to XmlSchema.jar incompatiblity (which i bypassed by defining a WebSphere's shared library with inverted classloading order). cheers. /PL On Wed, 2009-09-09 at 07:46 -0400, Aaron Ehrensberger wrote: > Thank you f

RE: Websphere and CXF

2009-09-17 Thread Aaron Ehrensberger
phere version you configure it in one of the deployment screens). hope that helps, /PL On Wed, 2009-09-09 at 08:35 -0400, Aaron Ehrensberger wrote: > Well, I did originally leave that unchecked and that's when I had the issue > with the mismatched namespaces. You mentioned the shared

RE: Websphere and CXF

2009-09-18 Thread Aaron Ehrensberger
/2009 4:55 PM To: dev@cxf.apache.org Subject: Re: Websphere and CXF Aaron, Could it be that you have a JAR with the servlet API in your WAR or in some other class loader you created? Andreas 2009/9/17 Aaron Ehrensberger : > So, I've finally gotten back to this issue, with no luck. I

Preserve leading whitespace in XML

2010-11-10 Thread Aaron Ehrensberger
Hi, Does CXF have an issue with preserving leading whitespace inside XML responses? Is there something special I need to be doing? Basically, I'm searching a file for a specific word and want to return the line of the file that contains the word EXACTLY AS IS. However, the leading whitespaces a

Re: Preserve leading whitespace in XML

2010-11-12 Thread Aaron Ehrensberger
of CXF. Also, make sure you have > the > woodstox parser available instead of the buggy one in the JDK. > > Dan > > > On Wednesday 10 November 2010 3:07:59 pm Aaron Ehrensberger wrote: > > Hi, > > > > Does CXF have an issue with preserving leading whitespace in

Unmarshalling exception: NaN

2011-02-24 Thread Aaron Ehrensberger
Hi all, I'm hoping someone can help me out here... We recently upgraded CXF from 2.2.3 to 2.3.1. In doing so, it would appear that some of our webservices have been broken in the process. Specifically, the issue we're having is that our client is passing across a field like NaN, which previousl

Re: Unmarshalling exception: NaN

2011-02-24 Thread Aaron Ehrensberger
aniel Kulp wrote: > On Thursday 24 February 2011 9:22:28 AM Aaron Ehrensberger wrote: > > Hi all, > > > > I'm hoping someone can help me out here... > > > > We recently upgraded CXF from 2.2.3 to 2.3.1. In doing so, it would > appear > > tha