[ 
http://jira.codehaus.org/browse/XFIRE-478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_92205
 ] 

Reshat Sabiq commented on XFIRE-478:
------------------------------------

ant sample given doesn't work.
Same in mvn, also fails:
org.apache.maven.BuildFailureException: There are test failures.
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:555)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:475
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:454)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:273)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:140)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
        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:597)
        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.MojoFailureException: There are test 
failures.
        at 
org.apache.maven.plugin.surefire.SurefirePlugin.execute(SurefirePlugin.java:403)
        at 
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:412)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:534)
        ... 16 more

I don't see how this can work, when annotations are discarded by 
retrotranslator, and when generating a service, classes like 
javax.jws.soap.SOAPBinding are still used by the code. 

> java.lang.UnsupportedClassVersionError: org/codehaus/xfire/gen/WsGen 
> (Unsupported major.minor version 49.0)
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: XFIRE-478
>                 URL: http://jira.codehaus.org/browse/XFIRE-478
>             Project: XFire
>          Issue Type: Test
>          Components: Generator
>    Affects Versions: 1.1, 1.1.1
>         Environment: WinXpPro v5.1 sp2; jdk142_05; xfire-1.1.1
>            Reporter: Jurgen Stoop
>         Assigned To: Dan Diephouse
>             Fix For: 1.1, 1.1.1
>
>
> I'm trying to generate client classes for Jdk1.4
> I've got the well known version difference problem, but it's not the same as 
> other support requests, because I'm getting it on class WsGen.
> I've read that there is a chance of jdk clashes but I suspect it's not the 
> case here because I'm using a direct path to the java.exe.
> My command line:
> Y:\bea814\jdk142_05\bin\java -cp 
> ;C:\xfire-1.1.1\xfire-all-1.1.1.jar;C:\xfire-1.1.1\modules\xfire-generator-1.1.1.jar;Y:\apache-ant-1.6.2\lib\ant.jar
>  org.codehaus.xfire.gen.WsGen -wsdl EFCDocumentHandler.wsdl -o . -p 
> com.aigfpc.efc.documenthandler
> The output:
> Exception in thread "main" java.lang.UnsupportedClassVersionError: 
> org/codehaus/xfire/gen/WsGen (Unsupported major.minor version 49.0)
>         at java.lang.ClassLoader.defineClass0(Native Method)
>         at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
>         at 
> java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
>         at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
>         at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
>         at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
>         at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
>         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
>         at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
>         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to