[
https://issues.jboss.org/browse/WFLY-9569?page=com.atlassian.jira.plugin....
]
David Lloyd commented on WFLY-9569:
-----------------------------------
The stack trace seems to clearly show that the JDK's internal ORB is being used
instead of our ORB. I think if you're going to run a standalone app with our ORB,
it's going to have to be packaged as a Java 9 module and put on the module upgrade
path. Or, maybe check the JDK startup parameters to ensure that the JDK ORB is not being
explicitly included for some reason.
Class loading issue with the openjdk-orb on the JDK9
----------------------------------------------------
Key: WFLY-9569
URL:
https://issues.jboss.org/browse/WFLY-9569
Project: WildFly
Issue Type: Bug
Components: IIOP
Reporter: Amos Feng
Assignee: Tomasz Adamski
Labels: jdk9
I had this issue when using the PortableInterceptor at the ORB ORBInitializer.
The root cause is
https://github.com/jboss/openjdk-orb/blob/master/src/share/classes/com/su...
And the jigsaw classloader in the jdk9 might be investigated.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)