[jira] [Updated] (AXIS2-4890) Support for service classes having a Java 5 parameterized type (class/multiple interfaces) as a super type.

2011-05-25 Thread Sadeep Jayasumana (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sadeep Jayasumana updated AXIS2-4890: - Description: When a class implements an interface (or extends a class) which is a parame

Re: svn commit: r1127578 - in /axis/axis2/java/transports/trunk: ./ modules/all/ modules/base/ modules/http/ modules/jms/ modules/mail/ modules/sms/ modules/tcp/ modules/testkit/ modules/udp/ modules/

2011-05-25 Thread Sagara Gunathunga
On Wed, May 25, 2011 at 11:30 PM, Andreas Veithen wrote: > Logically, the trunk should be 1.7.0-SNAPSHOT and 1.6.0-SNAPSHOT would > be the version of the release branch (yet to be created). That is my plan too but took slightly different path since 1.6 branch is yet to be created i thought to pos

Re: svn commit: r1127578 - in /axis/axis2/java/transports/trunk: ./ modules/all/ modules/base/ modules/http/ modules/jms/ modules/mail/ modules/sms/ modules/tcp/ modules/testkit/ modules/udp/ modules/

2011-05-25 Thread Afkham Azeez
On Wed, May 25, 2011 at 11:30 PM, Andreas Veithen wrote: > Logically, the trunk should be 1.7.0-SNAPSHOT and 1.6.0-SNAPSHOT would > be the version of the release branch (yet to be created). > +1 > > Andreas > > On Wed, May 25, 2011 at 18:56, Sagara Gunathunga > wrote: > > I have bounced Axis2

Re: svn commit: r1127578 - in /axis/axis2/java/transports/trunk: ./ modules/all/ modules/base/ modules/http/ modules/jms/ modules/mail/ modules/sms/ modules/tcp/ modules/testkit/ modules/udp/ modules/

2011-05-25 Thread Andreas Veithen
Logically, the trunk should be 1.7.0-SNAPSHOT and 1.6.0-SNAPSHOT would be the version of the release branch (yet to be created). Andreas On Wed, May 25, 2011 at 18:56, Sagara Gunathunga wrote: > I have bounced Axis2 Transport version numbers  as 1.6.0-SNAPSHOT this > is based on following discus

Fwd: svn commit: r1127578 - in /axis/axis2/java/transports/trunk: ./ modules/all/ modules/base/ modules/http/ modules/jms/ modules/mail/ modules/sms/ modules/tcp/ modules/testkit/ modules/udp/ modules

2011-05-25 Thread Sagara Gunathunga
I have bounced Axis2 Transport version numbers as 1.6.0-SNAPSHOT this is based on following discussions [1] [2]. It's better to change dependent project dependencies accordingly. [1] - http://markmail.org/message/54zdcoapvqx3axbs [2] - http://axis.markmail.org/thread/pnunb7wqgzbweqln Thanks !

Re: Axis2 Transport build error

2011-05-25 Thread Sagara Gunathunga
Thanks Andreas ! Now it's possible to build with release profile. Thanks ! On Wed, May 25, 2011 at 1:47 AM, Andreas Veithen wrote: > I think it should work now. See my commit comment in r1127257 for more > details. Please retest and let me know if it works. > > Andreas > > On Thu, May 19, 201

Unable to send the messages in compressed format!

2011-05-25 Thread Anil Bondalapati
Hi, I have two webservices deployed on two different servers. (service1 and service2) >From my client program I have enabled the GZIP format on the request for the >serviceClient. When I make a call to the service1, the message is compresses and sent to the server and everything looks good.

Re: generation of custom .aar files for a list of different hosts

2011-05-25 Thread Denise Wu
Thanks Josef for your input. I will rephrase my question. Say I need to deploy the same service on different hosts. The way I am doing it now is to modify the host info in the wsdl file for each host, re-generate the *.aar file and deploy on the host in question. I was wondering if someone knows

addressing in AXIS2

2011-05-25 Thread Cuiting Chen
Hi, there, I am trying to find the way how axis2 know the coming response is for a certain request. Especially in this situation: a user invoke a web service, and this web service need to call another web service to do something, then the first web service will be able to answer the user. So what

AW: generation of custom .aar files for a list of different hosts

2011-05-25 Thread Stadelmann Josef
I can not help you, but I like to add my 2 cents but from a different perspective! A WSDL file describes an Interface to a Web Service; A WSDL file should not describe Instances! If a WSDL file describes Instances of what ever Type (Instances of Hosts as in your case just beeing one bad exampl

[jira] [Commented] (AXIS2-5030) NullPointerException on JavaBeanDispatcher class when debug logging enabled

2011-05-25 Thread chaitra s sampige (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13039006#comment-13039006 ] chaitra s sampige commented on AXIS2-5030: -- The above comment is only work around

[jira] [Commented] (AXIS2-5030) NullPointerException on JavaBeanDispatcher class when debug logging enabled

2011-05-25 Thread chaitra s sampige (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13039004#comment-13039004 ] chaitra s sampige commented on AXIS2-5030: -- The NPE problem is overcome by disabl