Thanks, I read and used the page before but didn't realize that the build installs the jars into the repository. Thanks, Christian
Mittwoch, 7. März 2007 14:13 To: [email protected] cc: From: Daniel Jemiolo <[EMAIL PROTECTED]> Subject: Re: issue WSDL2Java Try using the instructions on http://ws.apache.org/muse/source-code.html - this page gives instructions on building the code within Eclipse (w/o Maven). Dan Christian Ewers <[EMAIL PROTECTED]> wrote on 03/07/2007 05:37:07 AM: > > Hi, > thx for the fix, it works for me. > I had to wait for the nightly build because I didn't know how to build the > muse-tools package within eclipse... > Where do I get the build-all.pom artifact? Maven tries to download it > during the build because it's not in my local repository. > Thx, > Chistian > > Dienstag, 6. März 2007 17:33 > To: [email protected] > cc: > From: Andrew Eberbach <[EMAIL PROTECTED]> > Subject: Re: issue WSDL2Java > > > Hi, > > I just checked in a fix for this issue. > > Thanks, > Andrew > > Andrew Eberbach > Autonomic Computing > (919) 254-2645 > T/L: 444-2645 > [EMAIL PROTECTED] > > > > Christian Ewers <[EMAIL PROTECTED]> > 03/06/2007 12:15 AM > Please respond to > [email protected] > > > To > [email protected] > cc > > Subject > Re: issue WSDL2Java > > > > > > > > Hi, > I ran into the same problem with only WSN-NotificationProducer > capabilities. Code generation works fine with a snapshot from january. > (muse-2.2.0-2007-01-18-02-00) > The exception is exactly the same. > Regards > Christian > > Montag, 5. März 2007 18:25 > To: <[email protected]> > cc: > From: <[EMAIL PROTECTED]> > Subject: issue WSDL2Java > > > Hi guys > > Quick overview: > > WSDM + WSN enabled resource based on the template-wsdl from the website. > Building both a proxy and a service (for the resource-wsdl). > > Problem: > I tried out the RC-1 of Muse v2.2.0 and ran into this error message that > I can't decode. But I see in the general wsdl2java flags that a lot of > changed in the way one calls the code generation. After updating my > project accordingly I end up with the following error: > > > [exec] java.lang.ArrayIndexOutOfBoundsException: 1 > [exec] at > org.apache.muse.tools.generator.synthesizer.ServerInterfaceSynthesizer.s > ynthesize(ServerInterfaceSynthesizer.java:65) > [exec] at > org.apache.muse.tools.generator.synthesizer.ServerSynthesizer.synthesize > (ServerSynthesizer.java:49) > [exec] at > org.apache.muse.tools.generator.Wsdl2Java.run(Wsdl2Java.java:173) > [exec] at > org.apache.muse.tools.generator.Wsdl2Java.main(Wsdl2Java.java:265) > [exec] SEVERE: [ID = 'CodeGenFailed'] Code generation failed, see > the exception information below. > [exec] An exception was caught: 1 > [exec] The exception generated the following stacktrace: > [exec] java.lang.ArrayIndexOutOfBoundsException: 1 > [exec] at > org.apache.muse.tools.generator.synthesizer.ServerInterfaceSynthesizer.s > ynthesize(ServerInterfaceSynthesizer.java:65) > [exec] at > org.apache.muse.tools.generator.synthesizer.ServerSynthesizer.synthesize > (ServerSynthesizer.java:49) > [exec] at > org.apache.muse.tools.generator.Wsdl2Java.run(Wsdl2Java.java:173) > [exec] at > org.apache.muse.tools.generator.Wsdl2Java.main(Wsdl2Java.java:265) > [exec] Result: 1 > > > > /Lenni > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
