New candidate zips are uploaded. The 1.4.2 jar now contains the retro-fied version of the IRI jar.
- James herbert wrote: > Hi James! > > > James M Snell wrote: >> Please take a look at let me know if you think we're ready to release. >> > > Unfortunately I'm stuck to jdk 1.4.2 in my project. > > When I try to integrate the new abdera-0.3.0-jars into my project, > I get a runtime-exception (I appended the stacktrace at the end of the > posting.) > > I assume, that you missed to "retrofy" the abdera-i18n-0.3.0-incubating.jar, > that is in the lib-folder? > > Regards, > > Herbert > > Here comes the stacktrace: > > java.lang.UnsupportedClassVersionError: org/apache/abdera/i18n/iri/IRI > (Unsupported major.minor version 49.0) > at java.lang.ClassLoader.defineClass0(Native Method) > at java.lang.ClassLoader.defineClass(ClassLoader.java:808) > at > java.security.SecureClassLoader.defineClass(SecureClassLoader.java:147) > at java.net.URLClassLoader.defineClass(URLClassLoader.java:475) > at java.net.URLClassLoader.access$500(URLClassLoader.java:109) > at java.net.URLClassLoader$ClassFinder.run(URLClassLoader.java:848) > at java.security.AccessController.doPrivileged1(Native Method) > at > java.security.AccessController.doPrivileged(AccessController.java:389) > at java.net.URLClassLoader.findClass(URLClassLoader.java:371) > at java.lang.ClassLoader.loadClass(ClassLoader.java:570) > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:442) > at java.lang.ClassLoader.loadClass(ClassLoader.java:502) > at org.apache.abdera.parser.stax.FOMIRI.setValue(FOMIRI.java:78) > at org.apache.abdera.parser.stax.FOMEntry.setId(FOMEntry.java:385) > at ServiceImpl.create(ServiceImpl.java:107) > at ServiceImplTest.testCreate1(ServiceImplTest.java:38) > 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(DelegatingMethodAccessorImpl.java:60) > at java.lang.reflect.Method.invoke(Method.java:391) > at junit.framework.TestCase.runTest(TestCase.java:154) > at junit.framework.TestCase.runBare(TestCase.java:127) > at junit.framework.TestResult$1.protect(TestResult.java:106) > at junit.framework.TestResult.runProtected(TestResult.java:124) > at junit.framework.TestResult.run(TestResult.java:109) > at junit.framework.TestCase.run(TestCase.java:118) > at junit.framework.TestSuite.runTest(TestSuite.java:208) > at junit.framework.TestSuite.run(TestSuite.java:203) > at > org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:128) > at > org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) > at > org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460) > at > org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673) > at > org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386) > at > org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196) > >
