[Axis2-1.3] wsdl2java modifies / reformats my sources files

2007-09-06 Thread Rainer Menzner
Hi, I have a web service up and running under axis2-1.1.1. In order to create the stubs and skeleton from the WSDL/Schema I use: call wsdl2java -uri %WSDLFILE% --package mydomain.queue --language java --server-side --service-description --databinding-method adb --generate-all --output .

Re: [Axis2-1.3] wsdl2java modifies / reformats my sources files

2007-09-06 Thread Davanum Srinivas
please remove jalopy jar from axis2 lib directory to avoid reformats. -- dims On 9/6/07, Rainer Menzner <[EMAIL PROTECTED]> wrote: > Hi, > > I have a web service up and running under axis2-1.1.1. In order to > create the stubs and skeleton from the WSDL/Schema I use: > > call wsdl2java -uri %

Re: [Axis2-1.3] wsdl2java modifies / reformats my sources files

2007-09-07 Thread Rainer Menzner
ah, it is a feature... After removing the file everything works (renaming did not work BTW, Java seems to inspect every file located in that directory). But shouldn't wsdl2java reformat only files it created previously? I mean, reformatting the generated files is very appealing and it would b

Re: [Axis2-1.3] wsdl2java modifies / reformats my sources files

2007-09-09 Thread Sanka Samaranayke
Rainer Menzner wrote: ah, it is a feature... After removing the file everything works (renaming did not work BTW, Java seems to inspect every file located in that directory). But shouldn't wsdl2java reformat only files it created previously? I mean, reformatting the generated files is very a

Re: [Axis2-1.3] wsdl2java modifies / reformats my sources files

2007-09-10 Thread Rainer Menzner
Sanka Samaranayke wrote: Rainer Menzner wrote: ah, it is a feature... After removing the file everything works (renaming did not work BTW, Java seems to inspect every file located in that directory). But shouldn't wsdl2java reformat only files it created previously? I mean, reformatting the