Hi, just to share our experience, it works fine with java 11 runtime. If we
compile to java 11 (sourceCompatibility = 11) we get an error with xbean:
Caused by: java.lang.UnsupportedOperationException: null
        at
org.apache.xbean.asm6.ClassVisitor.visitNestHostExperimental(ClassVisitor.java:158)
        at org.apache.xbean.asm6.ClassReader.accept(ClassReader.java:541)
        at org.apache.xbean.asm6.ClassReader.accept(ClassReader.java:391)
        at
org.apache.xbean.finder.AnnotationFinder.readClassDef(AnnotationFinder.java:1168)
        at
org.apache.xbean.finder.AnnotationFinder.<init>(AnnotationFinder.java:145)
        at
org.apache.xbean.finder.AnnotationFinder.<init>(AnnotationFinder.java:158)
        at
org.apache.openejb.config.FinderFactory$OpenEJBAnnotationFinder.<init>(FinderFactory.java:546)
        at
org.apache.openejb.config.FinderFactory.newFinder(FinderFactory.java:267)
        at org.apache.openejb.config.FinderFactory.create(FinderFactory.java:80)

But I think it may work upgrading to asm 6.2.1 in xbean.

(but we don't use bval neither openjpa)




--
Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html

Reply via email to