Re: Unmarshalling exception: NaN

2011-02-24 Thread Aaron Ehrensberger
Perfect! It would appear that we need to investigate our flex client then because it seems to be passing along valid NaNs for floats and doubles, but it's also passing them for integers and we'll need to figure that out. Thanks for the help. Aaron On Thu, Feb 24, 2011 at 2:06 PM, Daniel Kulp

Re: Unmarshalling exception: NaN

2011-02-24 Thread Daniel Kulp
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 > that some of our webservices have been broken in the process. > > Specifically, the issue w

Re: Unmarshalling exception: NaN

2011-02-24 Thread Glen Mazza
Best to ask on the CXF User's list, devs are on both, but many more people are on Users. You can look over the wire to see what is being sent/received[1] differently--it could be something different, or in addition to, the NaN issue. I believe we went from JAXB 2.1 to 2.2 between CXF 2.2 and