RE: Looking for a debugger for axis2c

2008-06-17 Thread Gupta, Shivam
Hi, I am facing problem in the function call axutil_stracat(env, conf_file_l, svr_xml_file) that sets the value of the configuration file to ..//axis2.xml which seems to be incorrect. Hence, AXIS fails to locate the file and exits. However, if I run the object without debug mode,

Re: Looking for a debugger for axis2c

2008-06-17 Thread Supun Kamburugamuva
Please set the working directory of axis2_http_server project to {AXIS2C_SRC_DIRECTORY}\ides\vc\axis2c\deploy\bin. The error happens because Axis2/C is looking for the axis2.xml file relative to the current working directory and it is set to ../axis2.xml. Supun.. On Tue, Jun 17, 2008 at 12:20

Re: [Axis2] Release Manager? [was: Re: Next release?]

2008-06-17 Thread Supun Kamburugamuva
You can find a quick start guide for Axis2/C at http://wsaxc.blogspot.com/2008/06/developers-quick-start-guide-for-axis2c.html . Supun.. On Tue, Jun 17, 2008 at 4:55 PM, Supun Kamburugamuva [EMAIL PROTECTED] wrote: I was under the impression that we are going to do 1.5. If the community

Re: [Axis2] Release Manager? [was: Re: Next release?]

2008-06-17 Thread Supun Kamburugamuva
Sorry. Please ignore my previous mail. It was for another thread. Supun. On Tue, Jun 17, 2008 at 5:11 PM, Supun Kamburugamuva [EMAIL PROTECTED] wrote: You can find a quick start guide for Axis2/C at http://wsaxc.blogspot.com/2008/06/developers-quick-start-guide-for-axis2c.html . Supun..

Re: [Axis2] Release Manager? [was: Re: Next release?]

2008-06-17 Thread Manjula Peiris
On Tue, 2008-06-17 at 16:55 +0500, Supun Kamburugamuva wrote: I was under the impression that we are going to do 1.5. If the community thinks that the new features are not enough for a major release we can go for 1.4.1 or may be 1.4.5? Because AMQP transport is there and we have added some

[Axis2][Vote] Supun as Release Manager for 1.5.0 Apache Axis2/C Release

2008-06-17 Thread Samisa Abeysinghe
Hi devs, I would like to propose Supun Kamburugamuva as the release manager for Apache Axis2/C 1.5.0 release. Since he has already volunteered to do so I would like to call a vote here to confirm his role as RM. Here is my vote: +1. Thanks, Samisa...

Re: [Axis2][Vote] Supun as Release Manager for 1.5.0 Apache Axis2/C Release

2008-06-17 Thread Uthaiyashankar
+1 Regards, Shankar Samisa Abeysinghe wrote: Hi devs, I would like to propose Supun Kamburugamuva as the release manager for Apache Axis2/C 1.5.0 release. Since he has already volunteered to do so I would like to call a vote here to confirm his role as RM. Here is my vote: +1. Thanks,

Re: [Axis2][Vote] Supun as Release Manager for 1.5.0 Apache Axis2/C Release

2008-06-17 Thread lahiru gunathilake
+1, Regs Lahiru On Wed, Jun 18, 2008 at 7:44 AM, Uthaiyashankar [EMAIL PROTECTED] wrote: +1 Regards, Shankar Samisa Abeysinghe wrote: Hi devs, I would like to propose Supun Kamburugamuva as the release manager for Apache Axis2/C 1.5.0 release. Since he has already volunteered to do

Re: [Axis2][Vote] Supun as Release Manager for 1.5.0 Apache Axis2/C Release

2008-06-17 Thread Manjula Peiris
+1. Thanks, -Manjula. On Wed, 2008-06-18 at 09:34 +0530, lahiru gunathilake wrote: +1, Regs Lahiru On Wed, Jun 18, 2008 at 7:44 AM, Uthaiyashankar [EMAIL PROTECTED] wrote: +1 Regards, Shankar Samisa Abeysinghe

Re: [Axis2][Vote] Supun as Release Manager for 1.5.0 Apache Axis2/C Release

2008-06-17 Thread Dimuthu Gamage
+1, Thanks Dimuthu On Wed, Jun 18, 2008 at 10:25 AM, Manjula Peiris [EMAIL PROTECTED] wrote: +1. Thanks, -Manjula. On Wed, 2008-06-18 at 09:34 +0530, lahiru gunathilake wrote: +1, Regs Lahiru On Wed, Jun 18, 2008 at 7:44 AM, Uthaiyashankar [EMAIL PROTECTED] wrote:

[jira] Created: (AXIS2-3864) NPE at org.apache.axis2.databinding.utils.BeanUtil.getPullParser(BeanUtil.java:137)

2008-06-17 Thread Dmitry Yakovlev (JIRA)
NPE at org.apache.axis2.databinding.utils.BeanUtil.getPullParser(BeanUtil.java:137) --- Key: AXIS2-3864 URL: https://issues.apache.org/jira/browse/AXIS2-3864 Project:

[jira] Commented: (AXIS2-3864) NPE at org.apache.axis2.databinding.utils.BeanUtil.getPullParser(BeanUtil.java:137)

2008-06-17 Thread Dmitry Yakovlev (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12605510#action_12605510 ] Dmitry Yakovlev commented on AXIS2-3864: Жду ответа, как соловей лета NPE at

Axis2 corba idl parsing problem

2008-06-17 Thread Shayne Yuan(Ai92)
Hi All I want to bridge CORBA and Web Services, allowing Web service clients to invoke CORBA services, using the CORBA module of Axis2. I have read the article at http://wso2.org/library/2807, and the example in the article worked very well. But when I want generate wsdl file automatically

Re: Does Axis2 provide much better performance than Axis 1.X?

2008-06-17 Thread Venkat Reddy
Not answering the original question, but want to share a similar question that I had in the beginning of Axis2 design - if the entire content of a SOAP message is meant for consumption at various phases by various components, the round-trip performance of message parsing by StAX shouldn't be

Re: Extensions to Axis2/Java deployment engine

2008-06-17 Thread Saminda Abeyruwan
Hi Devs, First phase of the implementation plan is to use axis2-kernel, axis2-adb and create the org.apache.axis2.osgi_version.jar bundle, which will salvage some existing code from current Axis2 OSGi implementation. New implementation will include the activator, builders, and most importantly

Re: Does Axis2 provide much better performance than Axis 1.X?

2008-06-17 Thread Dennis Sosnoski
The performance advantage of Axis2 over Axis(1) is mostly because Axis(1) converts every message to DOM form. Axis2 instead handles most data by using some form of data binding, which converts to and from Java objects with much better performance than a DOM. In cases where the full DOM

Re: Extensions to Axis2/Java deployment engine

2008-06-17 Thread Davanum Srinivas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Saminda, Can we please keep the OSGi stuff in separate maven module for now? We can still use maven magic to generate a axis2-kernel and axis2-adb jar with whatever you need inside, but as an artifact inside the OSGi maven module. That will avoid

Re: Does Axis2 provide much better performance than Axis 1.X?

2008-06-17 Thread Amila Suriarachchi
On Mon, Jun 16, 2008 at 4:07 PM, [EMAIL PROTECTED] wrote: Dear Keith, Thanks for your reply. We're aware that Axis2 is much faster than Axis1.X and we have conducted similar tests as described in the articles. Our question is, is the performance gain in Axis2 is due to the use of StAX

Re: Extensions to Axis2/Java deployment engine

2008-06-17 Thread Saminda Abeyruwan
Yes it is. It's a separate jar and it's name is org.apache.axis2.osgi_version.jar. :) On Tue, Jun 17, 2008 at 5:47 PM, Davanum Srinivas [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Saminda, Can we please keep the OSGi stuff in separate maven module for now? We can

RE: Does Axis2 provide much better performance than Axis 1.X?

2008-06-17 Thread mai.sun
Hi, Thanks for your input. I noticed that the output of Axis2 include prefix of namespace(s) for each element while in Axis1 it uses the default namespace. This actually makes response of Axis2 larger than Axis1. I did some more performance tests based on two web services implemented with Axis

[jira] Created: (AXIS2-3865) wsdl2java generates wrong code

2008-06-17 Thread Thomas Freitag (JIRA)
wsdl2java generates wrong code -- Key: AXIS2-3865 URL: https://issues.apache.org/jira/browse/AXIS2-3865 Project: Axis 2.0 (Axis2) Issue Type: Bug Components: wsdl Reporter: Thomas Freitag

Re: [jira] Created: (AXIS2-3865) wsdl2java generates wrong code

2008-06-17 Thread keith chapman
Hi Thomas, Can you upload a patch (diff) to the Jira granting ASF licence. That will make it easy to apply the patch and fix the issue. Thanks, Keith. On Tue, Jun 17, 2008 at 8:15 PM, Thomas Freitag (JIRA) [EMAIL PROTECTED] wrote: wsdl2java generates wrong code --

[jira] Created: (AXIS2-3866) Define ant/ant-launcher dependencies with provided/test scope

2008-06-17 Thread Detelin Yordanov (JIRA)
Define ant/ant-launcher dependencies with provided/test scope - Key: AXIS2-3866 URL: https://issues.apache.org/jira/browse/AXIS2-3866 Project: Axis 2.0 (Axis2) Issue Type:

Re: Axis2 corba idl parsing problem

2008-06-17 Thread Juergen Weber
Hi, I believe the Corba module is a bit ticklish with some IDL expressions. First, I am not sure that preprocessor definitions work. This is no problem, just run it through gcc -E long long is probably not supported, either. Sequences and structs work, but some combinations of both don't, no