My main concern is if this is thread safe. Are pojos re entrant in
axis2-1.3?
On Aug 18, 2010, at 17:21, "Meeusen, Christopher W." > wrote:
I’m looking through some of my colleagues code and I’m noticing
some field level variables declared inside one of our pojos. Someth
ing similar to t
I'm looking through some of my colleagues code and I'm noticing some
field level variables declared inside one of our pojos. Something
similar to this:
Public class classA
{
private classB aClassb;
Public classC[] aMethod()
{
Hello,
Does this problem sloved? I have the same problem. any help, please.
Thanks,
Wong.
Deepal Jayasinghe-2 wrote:
>
> Hi Pantvaidya,
> Please send me the code (best thing is to create a JIRA) then I can
> looking to that , and it would be great if the WSDL file is accessible ,
> then I c
Hello all,
When you have an abstract element in your schema, like this:
general
password
the generated abstract class contains also a factor
Here is a sample bat file for running and generating client code
@echo on
set AXIS2_HOME=C:\Installations\axis2-1.4
set AXIS_HOME=C:\Installations\axis2-1.4
set AXIS_BIN=%AXIS_HOME%\bin
set PATH=C:\Installations\Java\jdk1.5.0_13\bin;%AXIS_BIN%;
rem axis2 library path (path to lib directory)
set L