Re: Upgrading to 1.6.0 and beyond

2012-02-04 Thread Andreas Veithen
That was not an improvement, but a regression. See AXIS2-5034 for more details. Andreas On Mon, Jan 30, 2012 at 17:44, James Annesley wrote: > > Hi, > > > > 1.6.0 works ok for me but I noticed all the exceptions were replaced with a > single ExceptionFault.java class. Previously I had a separat

Re: Upgrading to 1.6.0 and beyond

2012-01-30 Thread Sagara Gunathunga
Can you provide a sample application to reproduce following behavior ? Thanks ! On Monday, January 30, 2012, James Annesley wrote: > Hi, > > > > 1.6.0 works ok for me but I noticed all the exceptions were replaced with a single ExceptionFault.java class. Previously I had a separate exception for

Upgrading to 1.6.0 and beyond

2012-01-30 Thread James Annesley
Hi, 1.6.0 works ok for me but I noticed all the exceptions were replaced with a single ExceptionFault.java class. Previously I had a separate exception for each the request. I would have assumed this is an improvement except that I noticed in 1.6.1 and in 1.6.2-snapshot they have reappeared. Pl