Re: ExtensionUtility not found in nightly build

2007-07-31 Thread David Robertson
It turns out axis2-adb-codegen-1.3-RC2.jar is in the binary distribution but not in the war file. -David Amila Suriarachchi wrote: it says [java] Exception in thread main org.apache.axis2.wsdl.codegen .CodeGenerationException: java.lang.RuntimeException: java.lang.ClassNotFoundException:

Re: ExtensionUtility not found in nightly build

2007-07-31 Thread Davanum Srinivas
Thanks! we already fixed this in the latest nightlies. (i.e. the war zip/dist has the jar) -- dims On 7/31/07, David Robertson [EMAIL PROTECTED] wrote: It turns out axis2-adb-codegen-1.3-RC2.jar is in the binary distribution but not in the war file. -David Amila Suriarachchi wrote: it

Re: ExtensionUtility not found in nightly build

2007-07-30 Thread Deepal Jayasinghe
Hi Amila, Do you have any idea about this issues ? Thanks Deepal David Robertson wrote: I'm getting the following error when using wsdl2java with the nightly build of axis2-1.3-RC2. I am new to using the nightly builds, and was trying to troubleshoot an exception handling error to see if it

Re: ExtensionUtility not found in nightly build

2007-07-30 Thread Amila Suriarachchi
it says [java] Exception in thread main org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.RuntimeException: java.lang.ClassNotFoundException: org.apache.axis2.schema.ExtensionUtility this means adb-codegen.jar is not at the class path. can you check whether you lib directory

ExtensionUtility not found in nightly build

2007-07-29 Thread David Robertson
I'm getting the following error when using wsdl2java with the nightly build of axis2-1.3-RC2. I am new to using the nightly builds, and was trying to troubleshoot an exception handling error to see if it had been fixed yet. Any suggestions? Thanks, -David Robertson wsdl2java: [delete]