integration tests fail on IBM JDK 6
-----------------------------------
Key: ARIES-23
URL: https://issues.apache.org/jira/browse/ARIES-23
Project: Aries
Issue Type: Bug
Components: Blueprint
Affects Versions: Incubation
Reporter: Jarek Gawor
Assignee: Jarek Gawor
Fix For: 1.0
All the integration tests fail on IBM JDK 6 with the following exception:
java.lang.TypeNotPresentException: Type org.ops4j.pax.exam.junit.Configuration
not present
at
com.ibm.oti.reflect.AnnotationHelper.getAnnotation(AnnotationHelper.java:38)
at
com.ibm.oti.reflect.AnnotationHelper.getDeclaredAnnotations(AnnotationHelper.java:50)
at com.ibm.oti.reflect.Method.getDeclaredAnnotations(Method.java:31)
at java.lang.reflect.Method.getDeclaredAnnotations(Method.java:687)
at
java.lang.reflect.AccessibleObject.getAnnotations(AccessibleObject.java:186)
at com.ibm.oti.reflect.Method.getAnnotation(Method.java:20)
at java.lang.reflect.Method.getAnnotation(Method.java:677)
at
org.ops4j.pax.exam.junit.extender.impl.internal.CallableTestMethodImpl.getAnnotatedMethods(CallableTestMethodImpl.java:295)
at
org.ops4j.pax.exam.junit.extender.impl.internal.CallableTestMethodImpl.runBefores(CallableTestMethodImpl.java:162)
at
org.ops4j.pax.exam.junit.extender.impl.internal.CallableTestMethodImpl.injectContextAndInvoke(CallableTestMethodImpl.java:124)
at
org.ops4j.pax.exam.junit.extender.impl.internal.CallableTestMethodImpl.call(CallableTestMethodImpl.java:101)
This is the same problem as described in FELIX-1728.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.