Re: Invinitive Loop using axis2/JiBX

2010-06-25 Thread Dennis Sosnoski
Hi Jürgen, This looks like an AXIOM issue to me. As far as I can see from the stack trace the JiBX code is not involved at this point in the execution. In fact, it looks to me (judging from the createDocumentElement and StAXSOAPModelBuilder. methods in the stack trace) that the problem is occ

AW: ORBSingleton: access denied

2010-06-25 Thread x-fo.net
Hi, I fixed it by myself. ORB.init() was wrong --> ORB.init(args, null) was right.# Thanks Markus -Ursprüngliche Nachricht- Von: x-fo.net [mailto:i...@x-fo.net] Gesendet: Freitag, 25. Juni 2010 18:07 An: java-user@axis.apache.org Betreff: ORBSingleton: access denied Hello, I've got a

ORBSingleton: access denied

2010-06-25 Thread x-fo.net
Hello, I've got an error which makes me "???" [ERROR] ORBSingleton: access denied org.apache.axis2.AxisFault: ORBSingleton: access denied at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430) at net.prokonzept.gadclient.soap.RequestServiceMessageReceiverInOut.invokeBusin ess

Re: Reusing HTTP connection

2010-06-25 Thread Jorge Medina
Never mind. A colleague already had figured a solution that allows to take advantage of reusing the same HTTP connection but only on a per instance of the service basis. Options options = service._getServiceClient().getOptions(); HttpTransportProperties.Authenticato

RE: Does Axis2 support 2d array?

2010-06-25 Thread Martin Gainty
wsdl2java -w, --wrapArrays When processing a schema like: The default behavior (as of Axis 1.2 final) is to map this XML construct to a Java String array (String[]). If you would rather a specific JavaBean class (i.e. ArrayOfString) be generated for these types of schemas, you m

Axis2 and Axis1.4 compatability

2010-06-25 Thread rahul yadav
Can somebody please have a look at the following bug and suggest something... https://issues.apache.org/jira/browse/AXIS2-4748 Thanks All, Rahul.

Re: Does Axis2 support 2d array?

2010-06-25 Thread Chinmoy Chakraborty
Amila, Could you please mention what are the minimal jar(s) I need to add/replace with the lib of Axis2 1.4.1 to support 2D String array stuff? Chinmoy On Sun, Jun 13, 2010 at 9:45 AM, Amila Suriarachchi < amilasuriarach...@gmail.com> wrote: > deploy a POJO service with the following method