Re: CXF crashing, unable to process a Collection type

2007-07-16 Thread Dan Diephouse
JAXB tends to not work very well with Collections/Lists IMO - at least not right on the parameter class. You may want to try using the Aegis databinding which works quite well with them. I'll see if I can churn out a test case though for this and see what might be wrong. - Dan On 7/15/07, Brad

Re: CXF crashing, unable to process a Collection type

2007-07-16 Thread Daniel Kulp
I published new CXF snapshots Saturday morning.If you're using the snapshots, that could have done it. Dan On Monday 16 July 2007 00:51, Brad O'Hearne wrote: The plot thickens. I changed the code back, so that Collection was no longer there, and the orginal ArrayList is there. The code

Re: CXF crashing, unable to process a Collection type

2007-07-16 Thread Brad O'Hearne
Dan, Thanks for the reply. I think I may have been in error, but perhaps I stumbled across something new. I actually did have one more change. The two methods mentioned were both annotated with the same @WebResult name, though the types were different, as follows: @Post

Re: CXF crashing, unable to process a Collection type

2007-07-15 Thread Brad O'Hearne
The plot thickens. I changed the code back, so that Collection was no longer there, and the orginal ArrayList is there. The code is *still* crashing however. My input has not changed -- it is hard-coded, so I know for a fact it has not changed. I am now suspecting some new resource that may