You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by p....@almerys.com on 2007/08/03 16:07:45 UTC

RE [Axis2] Axis2 1.3 RC3 released

Hi,
I'm testing the RC3 right now and I still have a problem with jaxbri 
databinding:
previous issue (JIRA 3043) is solved (thanks a lot) but now I have another 
problem with the wsdl of another webservice:
     [java] Exception in thread "main" 
org.apache.axis2.wsdl.codegen.CodeGenerationException: 
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
     [java] at 
org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(
CodeGenerationEngine.java:265)
     [java] at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35)
     [java] at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24)
     [java] Caused by: java.lang.RuntimeException: 
java.lang.reflect.InvocationTargetException
     [java] at 
org.apache.axis2.wsdl.codegen.extension.JAXBRIExtension.engage(
JAXBRIExtension.java:112)
     [java] at 
org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(
CodeGenerationEngine.java:218)
     [java] ... 2 more
     [java] Caused by: java.lang.reflect.InvocationTargetException
     [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     [java] at sun.reflect.NativeMethodAccessorImpl.invoke(
NativeMethodAccessorImpl.java:64)
     [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(
DelegatingMethodAccessorImpl.java:43)
     [java] at java.lang.reflect.Method.invoke(Method.java:615)
     [java] at 
org.apache.axis2.wsdl.codegen.extension.JAXBRIExtension.engage(
JAXBRIExtension.java:101)
     [java] ... 3 more
     [java] Caused by: java.lang.RuntimeException: 
java.lang.RuntimeException: Unable to generate code using jaxbri
     [java] at 
org.apache.axis2.jaxbri.CodeGenerationUtility.processSchemas(
CodeGenerationUtility.java:177)
     [java] ... 8 more
     [java] Caused by: java.lang.RuntimeException: Unable to generate code 
using jaxbri
     [java] at 
org.apache.axis2.jaxbri.CodeGenerationUtility.processSchemas(
CodeGenerationUtility.java:152)
     [java] ... 8 more
     [java] Java Result: 1

I'm using following ant task:
<java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true">
                        <classpath refid="axis.classpath" />
                        <arg value="-d" />
                        <arg value="jaxbri" />
                        <arg value="-uri" />
                        <arg file="${dir.wsdl}/${uri.wsdl}" />
                        <arg value="-ss" />
                        <arg value="-g" />
                        <arg value="-sd" />
                        <arg value="-ssi" />
                        <arg value="-o" />
                        <arg file="output" />
                </java>

The WSDL is correctly parsed and the code generated when using official 
jaxb 2.0.5 distribution and the included xjc.bat script file.

Do I create a JIRA with the faulty wsdl?

Thnaks, 
Pierre





Deepal jayasinghe <de...@gmail.com> 
03/08/2007 14:56
Veuillez répondre à
axis-user@ws.apache.org


A
"axis-dev@ws.apache.org" <ax...@ws.apache.org>, 
"axis-user@ws.apache.org" <ax...@ws.apache.org>
cc

Objet
[Axis2] Axis2 1.3 RC3 released






Hi all,

I have uploaded Axis2 1.3 RC3 into my Apache home location [1] . This
release does not have any SNAPSHOT dependencies and we have fixed a
number of issues between RC2 and RC3 so please test the release
candidate as much as you can. My plan is to make this is final RC and
upload the final release on coming Monday 6th Aug 2007 for voting.

You can find the release plugings [2] and the maven2 repo is available
at [3].

When we test please try to cover the following
 - Code generation
 - Sessions
 - Web application
 - In different application servers
- Both JDK 1.5 and JDK 1.4
- Java2WSDL
- POJOs
- And what ever the JIRA we have marked as fixed.


[1] : http://people.apache.org/~deepal/axis2/1.3-RC3/
[2] : http://people.apache.org/~deepal/axis2/1.3-RC3/tools/
[3] : http://people.apache.org/~deepal/axis2/1.3-RC3/m2-repo/

Thanks
Deepal


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org



Re: RE [Axis2] Axis2 1.3 RC3 released

Posted by Deepal jayasinghe <de...@gmail.com>.
> Hi,
>  
> I was going to get Axis2 1.3 RC3 but when I went to
> http://ws.apache.org/axis2/download.cgi I only see a link for 1.3-RC2.
Yes I did not update that site , so please download that from the URL
given below.

Thanks
Deepal
>   Am I going to the right place?  Or am I mistaken in thinking there's
> a new RC?
>  
> Thanks
>
>
>  
> On 8/3/07, *Davanum Srinivas* <davanum@gmail.com
> <ma...@gmail.com>> wrote:
>
>     Pierre,
>
>     Please try the nightly build, we've fixed the issue.
>
>     thanks,
>     dims
>
>     On 8/3/07, p.casenove@almerys.com <ma...@almerys.com>
>     <p.casenove@almerys.com <ma...@almerys.com>> wrote:
>     >
>     > I've created the JIRA:
>     https://issues.apache.org/jira/browse/AXIS2-3064
>     > thanks for the quick reply.
>     >
>     > Pierre
>     >
>     >
>     >
>     >
>     >  "Davanum Srinivas" < davanum@gmail.com <ma...@gmail.com>>
>     >
>     > 03/08/2007 16:17
>     >
>     > Veuillez répondre à
>     >  axis-user@ws.apache.org <ma...@ws.apache.org>
>     >
>     >
>     > A axis-user@ws.apache.org <ma...@ws.apache.org>
>     >
>     > cc
>     >
>     >
>     > Objet Re: RE [Axis2] Axis2 1.3 RC3 released
>     >
>     >
>     >
>     >
>     >
>     >
>     >
>     >
>     > Pierre,
>     >
>     >  JIRA please and upload your stripped down wsdl/build.xml etc.
>     >
>     >  thanks,
>     >  dims
>     >
>     >  On 8/3/07, p.casenove@almerys.com
>     <ma...@almerys.com> <p.casenove@almerys.com
>     <ma...@almerys.com>> wrote:
>     >  >
>     >  > Hi,
>     >  > I'm testing the RC3 right now and I still have a problem with
>     jaxbri databinding:
>     >  > previous issue (JIRA 3043) is solved (thanks a lot) but now I
>     have another problem with the wsdl of another webservice:
>     >  >      [java] Exception in thread "main"
>     org.apache.axis2.wsdl.codegen.CodeGenerationException:
>     java.lang.RuntimeException:
>     java.lang.reflect.InvocationTargetException
>     >  >      [java] at
>     org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate
>     (CodeGenerationEngine.java:265)
>     >  >      [java] at
>     org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35)
>     >  >      [java] at
>     org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24)
>     >  >      [java] Caused by: java.lang.RuntimeException:
>     java.lang.reflect.InvocationTargetException
>     >  >      [java] at
>     org.apache.axis2.wsdl.codegen.extension.JAXBRIExtension.engage(JAXBRIExtension.java:112)
>     >  >      [java] at
>     org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate
>     (CodeGenerationEngine.java:218)
>     >  >      [java] ... 2 more
>     >  >      [java] Caused by:
>     java.lang.reflect.InvocationTargetException
>     >  >      [java] at sun.reflect.NativeMethodAccessorImpl.invoke0
>     (Native Method)
>     >  >      [java] at
>     sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
>     >  >      [java] at
>     sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java
>     :43)
>     >  >      [java] at java.lang.reflect.Method.invoke(Method.java:615)
>     >  >      [java] at
>     org.apache.axis2.wsdl.codegen.extension.JAXBRIExtension.engage(JAXBRIExtension.java:101)
>     >  >      [java] ... 3 more
>     >  >      [java] Caused by: java.lang.RuntimeException:
>     java.lang.RuntimeException: Unable to generate code using jaxbri
>     >  >      [java] at
>     org.apache.axis2.jaxbri.CodeGenerationUtility.processSchemas(
>     CodeGenerationUtility.java:177)
>     >  >      [java] ... 8 more
>     >  >      [java] Caused by: java.lang.RuntimeException: Unable to
>     generate code using jaxbri
>     >  >      [java] at
>     org.apache.axis2.jaxbri.CodeGenerationUtility.processSchemas
>     (CodeGenerationUtility.java:152)
>     >  >      [java] ... 8 more
>     >  >      [java] Java Result: 1
>     >  >
>     >  > I'm using following ant task:
>     >  > <java classname="org.apache.axis2.wsdl.WSDL2Java " fork="true">
>     >  >                         <classpath refid="axis.classpath" />
>     >  >                         <arg value="-d" />
>     >  >                         <arg value="jaxbri" />
>     >  >                         <arg value="-uri" />
>     >  >                         <arg file="${dir.wsdl}/${uri.wsdl}" />
>     >  >                         <arg value="-ss" />
>     >  >                         <arg value="-g" />
>     >  >                         <arg value="-sd" />
>     >  >                         <arg value="-ssi" />
>     >  >                         <arg value="-o" />
>     >  >                         <arg file="output" />
>     >  >                 </java>
>     >  >
>     >  > The WSDL is correctly parsed and the code generated when
>     using official jaxb 2.0.5 distribution and the included xjc.bat
>     script file.
>     >  >
>     >  > Do I create a JIRA with the faulty wsdl?
>     >  >
>     >  > Thnaks,
>     >  > Pierre
>     >  >
>     >  >
>     >  >
>     >  >
>     >  >
>     >  >  Deepal jayasinghe <deepalk@gmail.com <ma...@gmail.com>>
>     >  >
>     >  > 03/08/2007 14:56
>     >  >
>     >  > Veuillez répondre à
>     >  >  axis-user@ws.apache.org <ma...@ws.apache.org>
>     >  >
>     >  >
>     >  > A "axis-dev@ws.apache.org <ma...@ws.apache.org>" <
>     axis-dev@ws.apache.org <ma...@ws.apache.org>>,
>     "axis-user@ws.apache.org <ma...@ws.apache.org>"
>     <axis-user@ws.apache.org <ma...@ws.apache.org>>
>     >  >
>     >  > cc
>     >  >
>     >  >
>     >  > Objet [Axis2] Axis2 1.3 RC3 released
>     >  >
>     >  >
>     >  >
>     >  >
>     >  >
>     >  >
>     >  >
>     >  > Hi all,
>     >  >
>     >  >  I have uploaded Axis2 1.3 RC3 into my Apache home location
>     [1] . This
>     >  >  release does not have any SNAPSHOT dependencies and we have
>     fixed a
>     >  >  number of issues between RC2 and RC3 so please test the release
>     >  >  candidate as much as you can. My plan is to make this is
>     final RC and
>     >  >  upload the final release on coming Monday 6th Aug 2007 for
>     voting.
>     >  >
>     >  >  You can find the release plugings [2] and the maven2 repo is
>     available
>     >  >  at [3].
>     >  >
>     >  >  When we test please try to cover the following
>     >  >   - Code generation
>     >  >   - Sessions
>     >  >   - Web application
>     >  >   - In different application servers
>     >  >  - Both JDK 1.5 and JDK 1.4
>     >  >  - Java2WSDL
>     >  >  - POJOs
>     >  >  - And what ever the JIRA we have marked as fixed.
>     >  >
>     >  >
>     >  >  [1] : http://people.apache.org/~deepal/axis2/1.3-RC3/
>     <http://people.apache.org/%7Edeepal/axis2/1.3-RC3/>
>     >  >  [2] : http://people.apache.org/~deepal/axis2/1.3-RC3/tools/
>     <http://people.apache.org/%7Edeepal/axis2/1.3-RC3/tools/>
>     >  >  [3] :
>     http://people.apache.org/~deepal/axis2/1.3-RC3/m2-repo/
>     <http://people.apache.org/%7Edeepal/axis2/1.3-RC3/m2-repo/>
>     >  >
>     >  >  Thanks
>     >  >  Deepal
>     >  >
>     >  >
>     >  >  ---------------------------------------------------------------------
>
>     >  >  To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
>     <ma...@ws.apache.org>
>     >  >  For additional commands, e-mail:
>     axis-user-help@ws.apache.org <ma...@ws.apache.org>
>     >  >
>     >  >
>     >  >
>     >
>     >
>     >
>     >  --
>     >  Davanum Srinivas :: http://davanum.wordpress.com
>     >
>     >  ---------------------------------------------------------------------
>     >  To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
>     <ma...@ws.apache.org>
>     >  For additional commands, e-mail: axis-user-help@ws.apache.org
>     <ma...@ws.apache.org>
>     >
>     >
>     >
>
>
>
>     --
>     Davanum Srinivas :: http://davanum.wordpress.com
>
>     ---------------------------------------------------------------------
>     To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
>     <ma...@ws.apache.org>
>     For additional commands, e-mail: axis-user-help@ws.apache.org
>     <ma...@ws.apache.org>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: RE [Axis2] Axis2 1.3 RC3 released

Posted by Davanum Srinivas <da...@gmail.com>.
http://people.apache.org/~deepal/axis2/

On 8/6/07, New AxisU <ne...@gmail.com> wrote:
> Hi,
>
> I was going to get Axis2 1.3 RC3 but when I went to
> http://ws.apache.org/axis2/download.cgi I only see a link
> for 1.3-RC2.  Am I going to the right place?  Or am I mistaken in thinking
> there's a new RC?
>
> Thanks
>
>
>
>
> On 8/3/07, Davanum Srinivas <da...@gmail.com> wrote:
> > Pierre,
> >
> > Please try the nightly build, we've fixed the issue.
> >
> > thanks,
> > dims
> >
> > On 8/3/07, p.casenove@almerys.com <p....@almerys.com> wrote:
> > >
> > > I've created the JIRA:
> https://issues.apache.org/jira/browse/AXIS2-3064
> > > thanks for the quick reply.
> > >
> > > Pierre
> > >
> > >
> > >
> > >
> > >  "Davanum Srinivas" < davanum@gmail.com>
> > >
> > > 03/08/2007 16:17
> > >
> > > Veuillez répondre à
> > >  axis-user@ws.apache.org
> > >
> > >
> > > A axis-user@ws.apache.org
> > >
> > > cc
> > >
> > >
> > > Objet Re: RE [Axis2] Axis2 1.3 RC3 released
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > Pierre,
> > >
> > >  JIRA please and upload your stripped down wsdl/build.xml etc.
> > >
> > >  thanks,
> > >  dims
> > >
> > >  On 8/3/07, p.casenove@almerys.com <p....@almerys.com> wrote:
> > >  >
> > >  > Hi,
> > >  > I'm testing the RC3 right now and I still have a problem with jaxbri
> databinding:
> > >  > previous issue (JIRA 3043) is solved (thanks a lot) but now I have
> another problem with the wsdl of another webservice:
> > >  >      [java] Exception in thread "main"
> org.apache.axis2.wsdl.codegen.CodeGenerationException:
> java.lang.RuntimeException:
> java.lang.reflect.InvocationTargetException
> > >  >      [java] at
> org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate
> (CodeGenerationEngine.java:265)
> > >  >      [java] at
> org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35)
> > >  >      [java] at
> org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24)
> > >  >      [java] Caused by: java.lang.RuntimeException:
> java.lang.reflect.InvocationTargetException
> > >  >      [java] at
> org.apache.axis2.wsdl.codegen.extension.JAXBRIExtension.engage(JAXBRIExtension.java:112)
> > >  >      [java] at
> org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate
> (CodeGenerationEngine.java:218)
> > >  >      [java] ... 2 more
> > >  >      [java] Caused by:
> java.lang.reflect.InvocationTargetException
> > >  >      [java] at
> sun.reflect.NativeMethodAccessorImpl.invoke0 (Native
> Method)
> > >  >      [java] at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
> > >  >      [java] at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java
> :43)
> > >  >      [java] at java.lang.reflect.Method.invoke(Method.java:615)
> > >  >      [java] at
> org.apache.axis2.wsdl.codegen.extension.JAXBRIExtension.engage(JAXBRIExtension.java:101)
> > >  >      [java] ... 3 more
> > >  >      [java] Caused by: java.lang.RuntimeException:
> java.lang.RuntimeException: Unable to generate code using jaxbri
> > >  >      [java] at
> org.apache.axis2.jaxbri.CodeGenerationUtility.processSchemas(
> CodeGenerationUtility.java:177)
> > >  >      [java] ... 8 more
> > >  >      [java] Caused by: java.lang.RuntimeException: Unable to generate
> code using jaxbri
> > >  >      [java] at
> org.apache.axis2.jaxbri.CodeGenerationUtility.processSchemas
> (CodeGenerationUtility.java:152)
> > >  >      [java] ... 8 more
> > >  >      [java] Java Result: 1
> > >  >
> > >  > I'm using following ant task:
> > >  > <java classname="org.apache.axis2.wsdl.WSDL2Java " fork="true">
> > >  >                         <classpath refid="axis.classpath" />
> > >  >                         <arg value="-d" />
> > >  >                         <arg value="jaxbri" />
> > >  >                         <arg value="-uri" />
> > >  >                         <arg file="${dir.wsdl}/${uri.wsdl}" />
> > >  >                         <arg value="-ss" />
> > >  >                         <arg value="-g" />
> > >  >                         <arg value="-sd" />
> > >  >                         <arg value="-ssi" />
> > >  >                         <arg value="-o" />
> > >  >                         <arg file="output" />
> > >  >                 </java>
> > >  >
> > >  > The WSDL is correctly parsed and the code generated when using
> official jaxb 2.0.5 distribution and the included xjc.bat script file.
> > >  >
> > >  > Do I create a JIRA with the faulty wsdl?
> > >  >
> > >  > Thnaks,
> > >  > Pierre
> > >  >
> > >  >
> > >  >
> > >  >
> > >  >
> > >  >  Deepal jayasinghe <de...@gmail.com>
> > >  >
> > >  > 03/08/2007 14:56
> > >  >
> > >  > Veuillez répondre à
> > >  >  axis-user@ws.apache.org
> > >  >
> > >  >
> > >  > A "axis-dev@ws.apache.org" < axis-dev@ws.apache.org>,
> "axis-user@ws.apache.org" <ax...@ws.apache.org>
> > >  >
> > >  > cc
> > >  >
> > >  >
> > >  > Objet [Axis2] Axis2 1.3 RC3 released
> > >  >
> > >  >
> > >  >
> > >  >
> > >  >
> > >  >
> > >  >
> > >  > Hi all,
> > >  >
> > >  >  I have uploaded Axis2 1.3 RC3 into my Apache home location [1] .
> This
> > >  >  release does not have any SNAPSHOT dependencies and we have fixed a
> > >  >  number of issues between RC2 and RC3 so please test the release
> > >  >  candidate as much as you can. My plan is to make this is final RC
> and
> > >  >  upload the final release on coming Monday 6th Aug 2007 for voting.
> > >  >
> > >  >  You can find the release plugings [2] and the maven2 repo is
> available
> > >  >  at [3].
> > >  >
> > >  >  When we test please try to cover the following
> > >  >   - Code generation
> > >  >   - Sessions
> > >  >   - Web application
> > >  >   - In different application servers
> > >  >  - Both JDK 1.5 and JDK 1.4
> > >  >  - Java2WSDL
> > >  >  - POJOs
> > >  >  - And what ever the JIRA we have marked as fixed.
> > >  >
> > >  >
> > >  >  [1] :
> http://people.apache.org/~deepal/axis2/1.3-RC3/
> > >  >  [2] :
> http://people.apache.org/~deepal/axis2/1.3-RC3/tools/
> > >  >  [3] :
> http://people.apache.org/~deepal/axis2/1.3-RC3/m2-repo/
> > >  >
> > >  >  Thanks
> > >  >  Deepal
> > >  >
> > >  >
> > >  >
> ---------------------------------------------------------------------
> > >  >  To unsubscribe, e-mail:
> axis-user-unsubscribe@ws.apache.org
> > >  >  For additional commands, e-mail: axis-user-help@ws.apache.org
> > >  >
> > >  >
> > >  >
> > >
> > >
> > >
> > >  --
> > >  Davanum Srinivas :: http://davanum.wordpress.com
> > >
> > >
> ---------------------------------------------------------------------
> > >  To unsubscribe, e-mail:
> axis-user-unsubscribe@ws.apache.org
> > >  For additional commands, e-mail: axis-user-help@ws.apache.org
> > >
> > >
> > >
> >
> >
> >
> > --
> > Davanum Srinivas :: http://davanum.wordpress.com
> >
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> axis-user-unsubscribe@ws.apache.org
> > For additional commands, e-mail: axis-user-help@ws.apache.org
> >
> >
>
>


-- 
Davanum Srinivas :: http://davanum.wordpress.com

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: RE [Axis2] Axis2 1.3 RC3 released

Posted by New AxisU <ne...@gmail.com>.
Hi,

I was going to get Axis2 1.3 RC3 but when I went to
http://ws.apache.org/axis2/download.cgi I only see a link for 1.3-RC2.  Am I
going to the right place?  Or am I mistaken in thinking there's a new RC?

Thanks



On 8/3/07, Davanum Srinivas <da...@gmail.com> wrote:
>
> Pierre,
>
> Please try the nightly build, we've fixed the issue.
>
> thanks,
> dims
>
> On 8/3/07, p.casenove@almerys.com <p....@almerys.com> wrote:
> >
> > I've created the JIRA: https://issues.apache.org/jira/browse/AXIS2-3064
> > thanks for the quick reply.
> >
> > Pierre
> >
> >
> >
> >
> >  "Davanum Srinivas" <da...@gmail.com>
> >
> > 03/08/2007 16:17
> >
> > Veuillez répondre à
> >  axis-user@ws.apache.org
> >
> >
> > A axis-user@ws.apache.org
> >
> > cc
> >
> >
> > Objet Re: RE [Axis2] Axis2 1.3 RC3 released
> >
> >
> >
> >
> >
> >
> >
> >
> > Pierre,
> >
> >  JIRA please and upload your stripped down wsdl/build.xml etc.
> >
> >  thanks,
> >  dims
> >
> >  On 8/3/07, p.casenove@almerys.com <p....@almerys.com> wrote:
> >  >
> >  > Hi,
> >  > I'm testing the RC3 right now and I still have a problem with jaxbri
> databinding:
> >  > previous issue (JIRA 3043) is solved (thanks a lot) but now I have
> another problem with the wsdl of another webservice:
> >  >      [java] Exception in thread "main"
> org.apache.axis2.wsdl.codegen.CodeGenerationException:
> java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
> >  >      [java] at
> org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(
> CodeGenerationEngine.java:265)
> >  >      [java] at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java
> :35)
> >  >      [java] at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java
> :24)
> >  >      [java] Caused by: java.lang.RuntimeException:
> java.lang.reflect.InvocationTargetException
> >  >      [java] at
> org.apache.axis2.wsdl.codegen.extension.JAXBRIExtension.engage(
> JAXBRIExtension.java:112)
> >  >      [java] at
> org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(
> CodeGenerationEngine.java:218)
> >  >      [java] ... 2 more
> >  >      [java] Caused by: java.lang.reflect.InvocationTargetException
> >  >      [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method)
> >  >      [java] at sun.reflect.NativeMethodAccessorImpl.invoke(
> NativeMethodAccessorImpl.java:64)
> >  >      [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(
> DelegatingMethodAccessorImpl.java:43)
> >  >      [java] at java.lang.reflect.Method.invoke(Method.java:615)
> >  >      [java] at
> org.apache.axis2.wsdl.codegen.extension.JAXBRIExtension.engage(
> JAXBRIExtension.java:101)
> >  >      [java] ... 3 more
> >  >      [java] Caused by: java.lang.RuntimeException:
> java.lang.RuntimeException: Unable to generate code using jaxbri
> >  >      [java] at
> org.apache.axis2.jaxbri.CodeGenerationUtility.processSchemas(
> CodeGenerationUtility.java:177)
> >  >      [java] ... 8 more
> >  >      [java] Caused by: java.lang.RuntimeException: Unable to generate
> code using jaxbri
> >  >      [java] at
> org.apache.axis2.jaxbri.CodeGenerationUtility.processSchemas(
> CodeGenerationUtility.java:152)
> >  >      [java] ... 8 more
> >  >      [java] Java Result: 1
> >  >
> >  > I'm using following ant task:
> >  > <java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true">
> >  >                         <classpath refid="axis.classpath" />
> >  >                         <arg value="-d" />
> >  >                         <arg value="jaxbri" />
> >  >                         <arg value="-uri" />
> >  >                         <arg file="${dir.wsdl}/${uri.wsdl}" />
> >  >                         <arg value="-ss" />
> >  >                         <arg value="-g" />
> >  >                         <arg value="-sd" />
> >  >                         <arg value="-ssi" />
> >  >                         <arg value="-o" />
> >  >                         <arg file="output" />
> >  >                 </java>
> >  >
> >  > The WSDL is correctly parsed and the code generated when using
> official jaxb 2.0.5 distribution and the included xjc.bat script file.
> >  >
> >  > Do I create a JIRA with the faulty wsdl?
> >  >
> >  > Thnaks,
> >  > Pierre
> >  >
> >  >
> >  >
> >  >
> >  >
> >  >  Deepal jayasinghe <de...@gmail.com>
> >  >
> >  > 03/08/2007 14:56
> >  >
> >  > Veuillez répondre à
> >  >  axis-user@ws.apache.org
> >  >
> >  >
> >  > A "axis-dev@ws.apache.org" <ax...@ws.apache.org>, "
> axis-user@ws.apache.org" <ax...@ws.apache.org>
> >  >
> >  > cc
> >  >
> >  >
> >  > Objet [Axis2] Axis2 1.3 RC3 released
> >  >
> >  >
> >  >
> >  >
> >  >
> >  >
> >  >
> >  > Hi all,
> >  >
> >  >  I have uploaded Axis2 1.3 RC3 into my Apache home location [1] .
> This
> >  >  release does not have any SNAPSHOT dependencies and we have fixed a
> >  >  number of issues between RC2 and RC3 so please test the release
> >  >  candidate as much as you can. My plan is to make this is final RC
> and
> >  >  upload the final release on coming Monday 6th Aug 2007 for voting.
> >  >
> >  >  You can find the release plugings [2] and the maven2 repo is
> available
> >  >  at [3].
> >  >
> >  >  When we test please try to cover the following
> >  >   - Code generation
> >  >   - Sessions
> >  >   - Web application
> >  >   - In different application servers
> >  >  - Both JDK 1.5 and JDK 1.4
> >  >  - Java2WSDL
> >  >  - POJOs
> >  >  - And what ever the JIRA we have marked as fixed.
> >  >
> >  >
> >  >  [1] : http://people.apache.org/~deepal/axis2/1.3-RC3/
> >  >  [2] : http://people.apache.org/~deepal/axis2/1.3-RC3/tools/
> >  >  [3] : http://people.apache.org/~deepal/axis2/1.3-RC3/m2-repo/
> >  >
> >  >  Thanks
> >  >  Deepal
> >  >
> >  >
>
> >  >  ---------------------------------------------------------------------
> >  >  To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> >  >  For additional commands, e-mail: axis-user-help@ws.apache.org
> >  >
> >  >
> >  >
> >
> >
> >
> >  --
> >  Davanum Srinivas :: http://davanum.wordpress.com
> >
> >  ---------------------------------------------------------------------
> >  To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> >  For additional commands, e-mail: axis-user-help@ws.apache.org
> >
> >
> >
>
>
>
> --
> Davanum Srinivas :: http://davanum.wordpress.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>

Re: RE [Axis2] Axis2 1.3 RC3 released

Posted by Davanum Srinivas <da...@gmail.com>.
Pierre,

Please try the nightly build, we've fixed the issue.

thanks,
dims

On 8/3/07, p.casenove@almerys.com <p....@almerys.com> wrote:
>
> I've created the JIRA: https://issues.apache.org/jira/browse/AXIS2-3064
> thanks for the quick reply.
>
> Pierre
>
>
>
>
>  "Davanum Srinivas" <da...@gmail.com>
>
> 03/08/2007 16:17
>
> Veuillez répondre à
>  axis-user@ws.apache.org
>
>
> A axis-user@ws.apache.org
>
> cc
>
>
> Objet Re: RE [Axis2] Axis2 1.3 RC3 released
>
>
>
>
>
>
>
>
> Pierre,
>
>  JIRA please and upload your stripped down wsdl/build.xml etc.
>
>  thanks,
>  dims
>
>  On 8/3/07, p.casenove@almerys.com <p....@almerys.com> wrote:
>  >
>  > Hi,
>  > I'm testing the RC3 right now and I still have a problem with jaxbri databinding:
>  > previous issue (JIRA 3043) is solved (thanks a lot) but now I have another problem with the wsdl of another webservice:
>  >      [java] Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
>  >      [java] at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:265)
>  >      [java] at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35)
>  >      [java] at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24)
>  >      [java] Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
>  >      [java] at org.apache.axis2.wsdl.codegen.extension.JAXBRIExtension.engage(JAXBRIExtension.java:112)
>  >      [java] at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:218)
>  >      [java] ... 2 more
>  >      [java] Caused by: java.lang.reflect.InvocationTargetException
>  >      [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>  >      [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
>  >      [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  >      [java] at java.lang.reflect.Method.invoke(Method.java:615)
>  >      [java] at org.apache.axis2.wsdl.codegen.extension.JAXBRIExtension.engage(JAXBRIExtension.java:101)
>  >      [java] ... 3 more
>  >      [java] Caused by: java.lang.RuntimeException: java.lang.RuntimeException: Unable to generate code using jaxbri
>  >      [java] at org.apache.axis2.jaxbri.CodeGenerationUtility.processSchemas(CodeGenerationUtility.java:177)
>  >      [java] ... 8 more
>  >      [java] Caused by: java.lang.RuntimeException: Unable to generate code using jaxbri
>  >      [java] at org.apache.axis2.jaxbri.CodeGenerationUtility.processSchemas(CodeGenerationUtility.java:152)
>  >      [java] ... 8 more
>  >      [java] Java Result: 1
>  >
>  > I'm using following ant task:
>  > <java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true">
>  >                         <classpath refid="axis.classpath" />
>  >                         <arg value="-d" />
>  >                         <arg value="jaxbri" />
>  >                         <arg value="-uri" />
>  >                         <arg file="${dir.wsdl}/${uri.wsdl}" />
>  >                         <arg value="-ss" />
>  >                         <arg value="-g" />
>  >                         <arg value="-sd" />
>  >                         <arg value="-ssi" />
>  >                         <arg value="-o" />
>  >                         <arg file="output" />
>  >                 </java>
>  >
>  > The WSDL is correctly parsed and the code generated when using official jaxb 2.0.5 distribution and the included xjc.bat script file.
>  >
>  > Do I create a JIRA with the faulty wsdl?
>  >
>  > Thnaks,
>  > Pierre
>  >
>  >
>  >
>  >
>  >
>  >  Deepal jayasinghe <de...@gmail.com>
>  >
>  > 03/08/2007 14:56
>  >
>  > Veuillez répondre à
>  >  axis-user@ws.apache.org
>  >
>  >
>  > A "axis-dev@ws.apache.org" <ax...@ws.apache.org>, "axis-user@ws.apache.org" <ax...@ws.apache.org>
>  >
>  > cc
>  >
>  >
>  > Objet [Axis2] Axis2 1.3 RC3 released
>  >
>  >
>  >
>  >
>  >
>  >
>  >
>  > Hi all,
>  >
>  >  I have uploaded Axis2 1.3 RC3 into my Apache home location [1] . This
>  >  release does not have any SNAPSHOT dependencies and we have fixed a
>  >  number of issues between RC2 and RC3 so please test the release
>  >  candidate as much as you can. My plan is to make this is final RC and
>  >  upload the final release on coming Monday 6th Aug 2007 for voting.
>  >
>  >  You can find the release plugings [2] and the maven2 repo is available
>  >  at [3].
>  >
>  >  When we test please try to cover the following
>  >   - Code generation
>  >   - Sessions
>  >   - Web application
>  >   - In different application servers
>  >  - Both JDK 1.5 and JDK 1.4
>  >  - Java2WSDL
>  >  - POJOs
>  >  - And what ever the JIRA we have marked as fixed.
>  >
>  >
>  >  [1] : http://people.apache.org/~deepal/axis2/1.3-RC3/
>  >  [2] : http://people.apache.org/~deepal/axis2/1.3-RC3/tools/
>  >  [3] : http://people.apache.org/~deepal/axis2/1.3-RC3/m2-repo/
>  >
>  >  Thanks
>  >  Deepal
>  >
>  >
>  >  ---------------------------------------------------------------------
>  >  To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
>  >  For additional commands, e-mail: axis-user-help@ws.apache.org
>  >
>  >
>  >
>
>
>
>  --
>  Davanum Srinivas :: http://davanum.wordpress.com
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
>  For additional commands, e-mail: axis-user-help@ws.apache.org
>
>
>



-- 
Davanum Srinivas :: http://davanum.wordpress.com

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: RE [Axis2] Axis2 1.3 RC3 released

Posted by p....@almerys.com.
I've created the JIRA: https://issues.apache.org/jira/browse/AXIS2-3064
thanks for the quick reply.

Pierre




"Davanum Srinivas" <da...@gmail.com> 
03/08/2007 16:17
Veuillez répondre à
axis-user@ws.apache.org


A
axis-user@ws.apache.org
cc

Objet
Re: RE [Axis2] Axis2 1.3 RC3 released






Pierre,

JIRA please and upload your stripped down wsdl/build.xml etc.

thanks,
dims

On 8/3/07, p.casenove@almerys.com <p....@almerys.com> wrote:
>
> Hi,
> I'm testing the RC3 right now and I still have a problem with jaxbri 
databinding:
> previous issue (JIRA 3043) is solved (thanks a lot) but now I have 
another problem with the wsdl of another webservice:
>      [java] Exception in thread "main" 
org.apache.axis2.wsdl.codegen.CodeGenerationException: 
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
>      [java] at 
org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:265)
>      [java] at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35)
>      [java] at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24)
>      [java] Caused by: java.lang.RuntimeException: 
java.lang.reflect.InvocationTargetException
>      [java] at 
org.apache.axis2.wsdl.codegen.extension.JAXBRIExtension.engage(JAXBRIExtension.java:112)
>      [java] at 
org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:218)
>      [java] ... 2 more
>      [java] Caused by: java.lang.reflect.InvocationTargetException
>      [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
>      [java] at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
>      [java] at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>      [java] at java.lang.reflect.Method.invoke(Method.java:615)
>      [java] at 
org.apache.axis2.wsdl.codegen.extension.JAXBRIExtension.engage(JAXBRIExtension.java:101)
>      [java] ... 3 more
>      [java] Caused by: java.lang.RuntimeException: 
java.lang.RuntimeException: Unable to generate code using jaxbri
>      [java] at 
org.apache.axis2.jaxbri.CodeGenerationUtility.processSchemas(CodeGenerationUtility.java:177)
>      [java] ... 8 more
>      [java] Caused by: java.lang.RuntimeException: Unable to generate 
code using jaxbri
>      [java] at 
org.apache.axis2.jaxbri.CodeGenerationUtility.processSchemas(CodeGenerationUtility.java:152)
>      [java] ... 8 more
>      [java] Java Result: 1
>
> I'm using following ant task:
> <java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true">
>                         <classpath refid="axis.classpath" />
>                         <arg value="-d" />
>                         <arg value="jaxbri" />
>                         <arg value="-uri" />
>                         <arg file="${dir.wsdl}/${uri.wsdl}" />
>                         <arg value="-ss" />
>                         <arg value="-g" />
>                         <arg value="-sd" />
>                         <arg value="-ssi" />
>                         <arg value="-o" />
>                         <arg file="output" />
>                 </java>
>
> The WSDL is correctly parsed and the code generated when using official 
jaxb 2.0.5 distribution and the included xjc.bat script file.
>
> Do I create a JIRA with the faulty wsdl?
>
> Thnaks,
> Pierre
>
>
>
>
>
>  Deepal jayasinghe <de...@gmail.com>
>
> 03/08/2007 14:56
>
> Veuillez répondre à
>  axis-user@ws.apache.org
>
>
> A "axis-dev@ws.apache.org" <ax...@ws.apache.org>, 
"axis-user@ws.apache.org" <ax...@ws.apache.org>
>
> cc
>
>
> Objet [Axis2] Axis2 1.3 RC3 released
>
>
>
>
>
>
>
> Hi all,
>
>  I have uploaded Axis2 1.3 RC3 into my Apache home location [1] . This
>  release does not have any SNAPSHOT dependencies and we have fixed a
>  number of issues between RC2 and RC3 so please test the release
>  candidate as much as you can. My plan is to make this is final RC and
>  upload the final release on coming Monday 6th Aug 2007 for voting.
>
>  You can find the release plugings [2] and the maven2 repo is available
>  at [3].
>
>  When we test please try to cover the following
>   - Code generation
>   - Sessions
>   - Web application
>   - In different application servers
>  - Both JDK 1.5 and JDK 1.4
>  - Java2WSDL
>  - POJOs
>  - And what ever the JIRA we have marked as fixed.
>
>
>  [1] : http://people.apache.org/~deepal/axis2/1.3-RC3/
>  [2] : http://people.apache.org/~deepal/axis2/1.3-RC3/tools/
>  [3] : http://people.apache.org/~deepal/axis2/1.3-RC3/m2-repo/
>
>  Thanks
>  Deepal
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
>  For additional commands, e-mail: axis-user-help@ws.apache.org
>
>
>



-- 
Davanum Srinivas :: http://davanum.wordpress.com

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org



Re: RE [Axis2] Axis2 1.3 RC3 released

Posted by Davanum Srinivas <da...@gmail.com>.
Pierre,

JIRA please and upload your stripped down wsdl/build.xml etc.

thanks,
dims

On 8/3/07, p.casenove@almerys.com <p....@almerys.com> wrote:
>
> Hi,
> I'm testing the RC3 right now and I still have a problem with jaxbri databinding:
> previous issue (JIRA 3043) is solved (thanks a lot) but now I have another problem with the wsdl of another webservice:
>      [java] Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
>      [java] at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:265)
>      [java] at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35)
>      [java] at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24)
>      [java] Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
>      [java] at org.apache.axis2.wsdl.codegen.extension.JAXBRIExtension.engage(JAXBRIExtension.java:112)
>      [java] at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:218)
>      [java] ... 2 more
>      [java] Caused by: java.lang.reflect.InvocationTargetException
>      [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>      [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
>      [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>      [java] at java.lang.reflect.Method.invoke(Method.java:615)
>      [java] at org.apache.axis2.wsdl.codegen.extension.JAXBRIExtension.engage(JAXBRIExtension.java:101)
>      [java] ... 3 more
>      [java] Caused by: java.lang.RuntimeException: java.lang.RuntimeException: Unable to generate code using jaxbri
>      [java] at org.apache.axis2.jaxbri.CodeGenerationUtility.processSchemas(CodeGenerationUtility.java:177)
>      [java] ... 8 more
>      [java] Caused by: java.lang.RuntimeException: Unable to generate code using jaxbri
>      [java] at org.apache.axis2.jaxbri.CodeGenerationUtility.processSchemas(CodeGenerationUtility.java:152)
>      [java] ... 8 more
>      [java] Java Result: 1
>
> I'm using following ant task:
> <java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true">
>                         <classpath refid="axis.classpath" />
>                         <arg value="-d" />
>                         <arg value="jaxbri" />
>                         <arg value="-uri" />
>                         <arg file="${dir.wsdl}/${uri.wsdl}" />
>                         <arg value="-ss" />
>                         <arg value="-g" />
>                         <arg value="-sd" />
>                         <arg value="-ssi" />
>                         <arg value="-o" />
>                         <arg file="output" />
>                 </java>
>
> The WSDL is correctly parsed and the code generated when using official jaxb 2.0.5 distribution and the included xjc.bat script file.
>
> Do I create a JIRA with the faulty wsdl?
>
> Thnaks,
> Pierre
>
>
>
>
>
>  Deepal jayasinghe <de...@gmail.com>
>
> 03/08/2007 14:56
>
> Veuillez répondre à
>  axis-user@ws.apache.org
>
>
> A "axis-dev@ws.apache.org" <ax...@ws.apache.org>, "axis-user@ws.apache.org" <ax...@ws.apache.org>
>
> cc
>
>
> Objet [Axis2] Axis2 1.3 RC3 released
>
>
>
>
>
>
>
> Hi all,
>
>  I have uploaded Axis2 1.3 RC3 into my Apache home location [1] . This
>  release does not have any SNAPSHOT dependencies and we have fixed a
>  number of issues between RC2 and RC3 so please test the release
>  candidate as much as you can. My plan is to make this is final RC and
>  upload the final release on coming Monday 6th Aug 2007 for voting.
>
>  You can find the release plugings [2] and the maven2 repo is available
>  at [3].
>
>  When we test please try to cover the following
>   - Code generation
>   - Sessions
>   - Web application
>   - In different application servers
>  - Both JDK 1.5 and JDK 1.4
>  - Java2WSDL
>  - POJOs
>  - And what ever the JIRA we have marked as fixed.
>
>
>  [1] : http://people.apache.org/~deepal/axis2/1.3-RC3/
>  [2] : http://people.apache.org/~deepal/axis2/1.3-RC3/tools/
>  [3] : http://people.apache.org/~deepal/axis2/1.3-RC3/m2-repo/
>
>  Thanks
>  Deepal
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
>  For additional commands, e-mail: axis-user-help@ws.apache.org
>
>
>



-- 
Davanum Srinivas :: http://davanum.wordpress.com

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org