[
https://issues.jboss.org/browse/WFLY-9569?page=com.atlassian.jira.plugin....
]
Tomasz Adamski commented on WFLY-9569:
--------------------------------------
I looked at the reproducer and it seems to me that our ORB is used to the problem is that
its dependencies (f.e. Narayana) are not provided. IMO this has nothing to do with Java 9
classloading as running equivalent example on Java 8 (== standalone code with only
openjdk-orb on the classpath) would lead to the same result.
IMO this is not a bug and I'm closing it. [~zhfeng] if you need to run standalone ORB
in Java 9 environment please contact me - I believe for that purpose the proper module
configuration would have to be created, but again is config issue not a bug.
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)