Re: Bug report from trunk

2011-09-11 Thread Shameera Rathnayaka
Hi all, For those who are interested in getting know about Axis2 Enum support i have written an introductory blog post in [1]. Hope it will be helpful sharing it here. [1]. http://shameerarathnayaka.blogspot.com/2011/09/introducing-enum-support-with-apache.html On Fri, Sep 9, 2011 at 9:12 PM, Sh

Re: Bug report from trunk

2011-09-09 Thread Shameera Rathnayaka
Hi karl, On Fri, Sep 9, 2011 at 8:38 PM, Karl Wettin wrote: > > 8 sep 2011 kl. 21.35 skrev Harshana Eranga Martin: > > > > can you provide a sample service to reproduce this error?. > > > > I'll produce a test case. Should I perhaps open a new issue in the Jira > and post it there? > > > > +1 >

Re: Bug report from trunk

2011-09-09 Thread Karl Wettin
8 sep 2011 kl. 21.35 skrev Harshana Eranga Martin: > > can you provide a sample service to reproduce this error?. > > I'll produce a test case. Should I perhaps open a new issue in the Jira and > post it there? > > +1 > > It will help Shameera and others to reproduce the issue. Sorry, but I'

Re: Bug report from trunk

2011-09-08 Thread Harshana Eranga Martin
Hi Karl, On 9 September 2011 00:44, Karl Wettin wrote: > > 8 sep 2011 kl. 15.12 skrev Shameera Rathnayaka: > > >> First off, java2wsdl generated bad XML. The element defining the single > method with a single parameter in my single service class didn't contain the > method name. Also generated s

Re: Bug report from trunk

2011-09-08 Thread Harshana Eranga Martin
Hi Karl, On 9 September 2011 00:43, Karl Wettin wrote: > > 8 sep 2011 kl. 19.30 skrev Harshana Eranga Martin: > > > Less important, after hours of running tests via mvn clean install I got > an OOME: > > > > [INFO] > > > [I

Re: Bug report from trunk

2011-09-08 Thread Karl Wettin
8 sep 2011 kl. 15.12 skrev Shameera Rathnayaka: >> First off, java2wsdl generated bad XML. The element defining the single >> method with a single parameter in my single service class didn't contain the >> method name. Also generated some other errors that I could not identify with >> my eyes

Re: Bug report from trunk

2011-09-08 Thread Karl Wettin
8 sep 2011 kl. 19.30 skrev Harshana Eranga Martin: > Less important, after hours of running tests via mvn clean install I got an > OOME: > > [INFO] > > [INFO] Building Apache Axis2 - Root 1.7.0-SNAPSHOT > [INFO] > --

Re: Bug report from trunk

2011-09-08 Thread Harshana Eranga Martin
Hi Karl, On 8 September 2011 17:28, Karl Wettin wrote: > Hi forum, > > I ran in to a few problems while testing out trunk in order to get my hands > on enum-support. Ended up reverting to 1.6 since I had no time to trace down > and fix the problems, but thought I at least should report it. > > F

Re: Bug report from trunk

2011-09-08 Thread Shameera Rathnayaka
Hi Karl Wettin, can you provide a sample service to reproduce this error?. FYI i checked with my own sample service it worked successfully without any issue with current trunk. Thanks . Shameera On Thu, Sep 8, 2011 at 5:28 PM, Karl Wettin wrote: > Hi forum, > > I ran in to a few problems whil

Bug report from trunk

2011-09-08 Thread Karl Wettin
Hi forum, I ran in to a few problems while testing out trunk in order to get my hands on enum-support. Ended up reverting to 1.6 since I had no time to trace down and fix the problems, but thought I at least should report it. First off, java2wsdl generated bad XML. The element defining the sing