Nope, just the same error, but more detailed:

[DEBUG]         javax.activation:activation:jar:1.0.2:compile (removed -
nearer found: 1.1)
[DEBUG] servicemix-soap2: using locally installed snapshot
[DEBUG] servicemix-common: using locally installed snapshot
[DEBUG] servicemix-jsr181: using locally installed snapshot
[DEBUG] servicemix-soap: using locally installed snapshot
[DEBUG] Configuring mojo '
org.apache.servicemix.tooling:xfire-maven-plugin:3.2-SNAPSHOT:wsgen' -->
[DEBUG]   (f) outputDirectory =
C:\java_3rd_party\servicemix\servicemix-src\samples\wsdl-first\wsdl-first-jsr181-su\targe
t\jaxws
[DEBUG]   (f) profile = step2
[DEBUG]   (f) project = [EMAIL PROTECTED]
[DEBUG]   (f) wsdls =
[C:\java_3rd_party\servicemix\servicemix-src\samples\wsdl-first\wsdl-first-jsr181-su/src/main/resou
rces/person.wsdl]
[DEBUG] -- end configuration --
[INFO] [xfire:wsgen {execution: default}]
[INFO] Executing XFire WsGen task with url:
file:/C:/java_3rd_party/servicemix/servicemix-src/samples/wsdl-first/wsdl-fir
st-jsr181-su/src/main/resources/person.wsdl
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] command execution failed

Embedded error: java.lang.ClassNotFoundException: step2
[INFO]
------------------------------------------------------------------------
[DEBUG] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: command execution
failed
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(
DefaultLifecycleExecutor.java:564)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle
(DefaultLifecycleExecutor.java:480
)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(
DefaultLifecycleExecutor.java:459)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures
(DefaultLifecycleExecutor.java
:311)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(
DefaultLifecycleExecutor.java:278)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(
DefaultLifecycleExecutor.java:143)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:272)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(
NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(
DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java
:315)
        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
        at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java
:430)
        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.MojoExecutionException: command execution
failed
        at org.apache.servicemix.maven.plugin.xfire.WsgenMojo.exec(
WsgenMojo.java:192)
        at org.apache.servicemix.maven.plugin.xfire.WsgenMojo.execute(
WsgenMojo.java:105)
        at org.apache.maven.plugin.DefaultPluginManager.executeMojo(
DefaultPluginManager.java:443)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(
DefaultLifecycleExecutor.java:539)
        ... 16 more
Caused by: java.lang.ClassNotFoundException: step2
        at org.codehaus.xfire.gen.WsGenTask.execute(WsGenTask.java:70)
        at org.apache.servicemix.maven.plugin.xfire.WsgenMojo.exec(
WsgenMojo.java:190)
        ... 19 more
Caused by: java.lang.ClassNotFoundException: step2
        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at org.codehaus.classworlds.RealmClassLoader.loadClassDirect(
RealmClassLoader.java:195)
        at org.codehaus.classworlds.DefaultClassRealm.loadClass(
DefaultClassRealm.java:255)
        at org.codehaus.classworlds.DefaultClassRealm.loadClass(
DefaultClassRealm.java:274)
        at org.codehaus.classworlds.RealmClassLoader.loadClass(
RealmClassLoader.java:214)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
        at org.codehaus.xfire.util.ClassLoaderUtils.loadClass2(
ClassLoaderUtils.java:123)
        at org.codehaus.xfire.util.ClassLoaderUtils.loadClass(
ClassLoaderUtils.java:104)
        at org.codehaus.xfire.gen.Wsdl11Generator.generate(
Wsdl11Generator.java:133)
        at org.codehaus.xfire.gen.WsGenTask.execute(WsGenTask.java:66)
        ... 20 more
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 13 minutes 40 seconds
[INFO] Finished at: Sat Sep 22 21:09:49 EDT 2007
[INFO] Final Memory: 64M/127M
[INFO]
------------------------------------------------------------------------

On 9/22/07, Bruce Snyder <[EMAIL PROTECTED]> wrote:
>
> On 9/22/07, Ryan Moquin <[EMAIL PROTECTED]> wrote:
> > Yeah, I tried several of the latest servicemix revisions, all over them
> fail
> > with that error on step2.
>
> Do you get any more information if you run Maven in debug mode? Add a
> -X to the build command.
>
> Bruce
> --
> perl -e 'print
> unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
> );'
>
> Apache ActiveMQ - http://activemq.org/
> Apache ServiceMix - http://servicemix.org/
> Apache Geronimo - http://geronimo.apache.org/
> Castor - http://castor.org/
>

Reply via email to