Re: [Axis2] Create new client stubs on every call?

2011-01-25 Thread David Rees
On Wed, Jan 19, 2011 at 11:53 PM, Dennis Sosnoski wrote: > The stubs are reusable, but not reentrant - so if you're running > multiple threads you'll want to either create a new one each time > (higher overhead), cache them per thread, or synchronize around each use > (only if there's not much use

Re: Axis2 1.5.3 - Maven repos missing axis2-1.5.3.jar

2010-12-20 Thread David Rees
On Mon, Dec 13, 2010 at 10:51 PM, Andreas Veithen wrote: > On Tue, Dec 14, 2010 at 04:38, David Rees wrote: >> For some strange reason with the axis2 1.5.3 release, Maven central >> does not have the axis2-1.5.3.jar jar file.  Instead it has a >> "jar.jar" file - w

Axis2 1.5.3 - Maven repos missing axis2-1.5.3.jar

2010-12-13 Thread David Rees
For some strange reason with the axis2 1.5.3 release, Maven central does not have the axis2-1.5.3.jar jar file. Instead it has a "jar.jar" file - weird! It appears that the base jar file has an additional jar added to it. For example, go to https://repository.sonatype.org/ and search for axis2 -

Re: Change in generated operation function names from 1.4->1.5

2010-09-28 Thread David Rees
On Mon, Sep 27, 2010 at 8:26 PM, Glen Daniels wrote: > On 9/27/2010 10:13 PM, David Rees wrote: >> After upgrading from axis2 1.4.1 to 1.5.2, I have noticed that the >> generated function naming has slightly changed. > > Yup - 1.4.1 was doing it wrong and we fixed the defaul

Change in generated operation function names from 1.4->1.5

2010-09-27 Thread David Rees
After upgrading from axis2 1.4.1 to 1.5.2, I have noticed that the generated function naming has slightly changed. Instead of keeping the wsdl's original operation name, the first character is lower cased (perhaps for Java naming conventions? For example, if the wsdl operation name is ABCfunction