Using java 8.I upgraded tomee7 to tomee8 pluse. Using ojdbc6 for oracle db.
I added bval-core to the tomee lib.for cdi.
Then when starting the app i recived an error of:
java.lang.IllegalAccessError error:
class org.apache.openejb.beancontext can not accsess a member of class.. with modifiers private .
I have some private field in that class it tried to instantiate. I added getters and setters but it didn’t help.
on tomee7 it worked fine.onlt when upgrading to tomee8 it started to happen.
Any clue to why it may happen,what to check or any advice would help.
Upgrading tomee7 to tomee8 pluse .it started to hapoen when starting the app
נתנאל אברהם is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.