Axis2 1.4 - problem running wsdl2code in multi-level maven proje=

2008-06-03 Thread greg . lee-shoy
cts [SEC=3DUNCLASSIFIED] MIME-Version: 1.0 Message-ID: [EMAIL PROTECTED] ntrelink.gov.au From: [EMAIL PROTECTED] Date: Tue, 3 Jun 2008 17:40:55 +1000 Content-Type: multipart/mixed; boundary=3D=3D_mixed 002A2C20CA25745D_=3D= **

Axis2 1.4 - problem running wsdl2code in multi-level maven projects [SEC=UNCLASSIFIED]

2008-06-03 Thread greg . lee-shoy
Hi, Our team is currently using Axis2 version 1.3, and looking at upgrading to version 1.4. We've encountered a problem when using the 1.4 version of the wsdl2code maven plugin in maven projects that have parent-child relationships. When generating Java code from wsdl at the level of the

Re: [Axis2] Release plan and road map for Axis2 1.4 release [SEC=UNCLASSIFIED]

2007-12-20 Thread greg . lee-shoy
Hi Deepal, Our team would like to see the following issue resolved in the 1.4 release, if possible: https://issues.apache.org/jira/browse/AXIS2-3400 (AxisService name not unique enough) Thanks, Greg Foundation Portal Services Applications Infrastructure and Middleware Deepal Jayasinghe

[Axis2] Question about cleanup methods on Stub and ServiceClient [SEC=UNCLASSIFIED]

2007-12-17 Thread greg . lee-shoy
Hi, Our team is using Axis2 1.3 at the moment, and in our code we create Axis2 stubs and pass in our own custom configuration context. In our design, multiple Stub instances can share the same Configuration context. We plan to call the Stub's cleanup() method. However we noticed that there

Re: [Axis2] Making objects available on the response MessageContext (1.3-RC2) [SEC=UNCLASSIFIED]

2007-07-26 Thread greg . lee-shoy
Thank you Deepal, I have tested the fix and it seems to solve the problem we are having. Cheers, Greg Deepal Jayasinghe [EMAIL PROTECTED] 26/07/2007 06:14 PM Please respond to axis-user@ws.apache.org To axis-user@ws.apache.org cc Subject Re: [Axis2] Making objects available on the

[Axis2] Making objects available on the response MessageContext (1.3-RC2) [SEC=UNCLASSIFIED]

2007-07-25 Thread greg . lee-shoy
Hello, We have just upgraded our application to the new Axis2 1.3-RC2 version to do some testing, but we're getting an exception. The exception is thrown in the application code, during a service operation call. It happens when a certain object can't be found on the message context for a

Re: [Axis2] Temporary files/ Stress testing with Axis2 1.2 [SEC=UNCLASSIFIED]

2007-07-04 Thread greg . lee-shoy
Hello Asankha, At the moment we are running on Windows XP, so we'll have to do some research about how to increase the open file limit on Windows. We did some further testing on this issue, and found that the Too many open files error only seems to occur when hot deployment is set to true in

[Axis2] Temporary files/ Stress testing with Axis2 1.2 [SEC=UNCLASSIFIED]

2007-07-01 Thread greg . lee-shoy
Hello, Our team is currently using Axis2 1.2 in our application and we are running some performance and stress tests with JMeter. While running these stress tests we have come across two issues that we hope someone can help us with. The first issue relates to temporary files. In our stress

[Axis2 1.2] name of class generated from ADB keeps changing [SEC=UNCLASSIFIED]

2007-06-05 Thread greg . lee-shoy
Hi, our team is having issue with using the services generated with adb binding. We're using Axis2 1.2 at the moment. The class name that gets generated for personId element (see below) varies when axis2-wsdl2code-maven-plugin is invoked multiple times. This becomes difficult to maintain as

Re: [Axis2] issue when using wsdl2code to generate service [SEC=UNCLASSIFIED]

2007-05-09 Thread greg . lee-shoy
Hi, In addition to the scenario in the previous email, the setup below seems to result in ExtensionMapper classes being generated with the same package name: -A and B are two separate maven projects -A and B both use the wsdl2code maven plugin, but contain different wsdls -Both A and B are sub

Re: [Axis2] issue when using wsdl2code to generate service [SEC=UNCLASSIFIED]

2007-05-09 Thread greg . lee-shoy
Yes; if we have two separate maven projects both using the wsdl2code maven plugin, running mvn compile on each project individually creates the ExtensionMapper in the correct package. The funny behaviour starts happening when we have a single maven project that as part of the generate-sources