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

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

After retrotranslating all of the dependencies obtained w/ 
dependency:copy-dependencies, i get the following, which, despite apparent 
progress in the execution path, tells me that it might not be possible to 
feasibly get this retrotranslated to 1.4 all the way:
Time: 11.344
There was 1 error:
1) testClient(net.webservicex.geoip.GeoIPClientTest)java.lang.NoClassDefFoundErr
or: javax/xml/datatype/DatatypeConfigurationException
        at com.sun.xml.bind.v2.model.impl.RuntimeTypeInfoSetImpl.<init>(RuntimeT
ypeInfoSetImpl.java:25)
        at com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder.createTypeInfoSet(
RuntimeModelBuilder.java:77)
        at com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder.createTypeInfoSet(
RuntimeModelBuilder.java:40)
        at com.sun.xml.bind.v2.model.impl.ModelBuilder.<init>(ModelBuilder.java:
97)
        at com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder.<init>(RuntimeMode
lBuilder.java:43)
        at com.sun.xml.bind.v2.runtime.JAXBContextImpl.getTypeInfoSet(JAXBContex
tImpl.java:344)
        at com.sun.xml.bind.v2.runtime.JAXBContextImpl.<init>(JAXBContextImpl.ja
va:216)
        at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:
76)
        at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:
55)
        at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:
124)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:85)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:58)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:60)
        at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:132)
        at javax.xml.bind.ContextFinder.find(ContextFinder.java:286)
        at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:372)
        at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:337)
        at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:244)
        at org.codehaus.xfire.jaxb2.JaxbType.getJAXBContext(JaxbType.java:303)
        at org.codehaus.xfire.jaxb2.JaxbType.readObject(JaxbType.java:184)
        at org.codehaus.xfire.aegis.AegisBindingProvider.readParameter(AegisBind
ingProvider.java:162)
        at org.codehaus.xfire.service.binding.AbstractBinding.read(AbstractBindi
ng.java:206)
        at org.codehaus.xfire.service.binding.WrappedBinding.readMessage(Wrapped
Binding.java:50)
        at org.codehaus.xfire.soap.handler.SoapBodyHandler.invoke(SoapBodyHandle
r.java:42)
        at org.codehaus.xfire.handler.HandlerPipeline.invoke(HandlerPipeline.jav
a:131)
        at org.codehaus.xfire.client.Client.onReceive(Client.java:387)
        at org.codehaus.xfire.transport.http.HttpChannel.sendViaClient(HttpChann
el.java:139)
        at org.codehaus.xfire.transport.http.HttpChannel.send(HttpChannel.java:4
8)
        at org.codehaus.xfire.handler.OutMessageSender.invoke(OutMessageSender.j
ava:26)
        at org.codehaus.xfire.handler.HandlerPipeline.invoke(HandlerPipeline.jav
a:131)
        at org.codehaus.xfire.client.Invocation.invoke(Invocation.java:75)
        at org.codehaus.xfire.client.Client.invoke(Client.java:335)
        at org.codehaus.xfire.client.XFireProxy.handleRequest(XFireProxy.java:77
)
        at org.codehaus.xfire.client.XFireProxy.invoke(XFireProxy.java:57)
        at $Proxy8.getGeoIP(Unknown Source)
        at net.webservicex.geoip.GeoIPClientTest.testClient(GeoIPClientTest.java
:16)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:85)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:58)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:60)

FAILURES!!!
Tests run: 1,  Failures: 0,  Errors: 1


> 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
>            Assignee: 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