On 08/06/2016 10:16, Michael Musgrove wrote:
I have followed your (and Andrew's) advice and patched the java.corba
module and updated my maven poms to use the patch and made good
progress as a result, so thanks for your help here.
I do have another potential blocker: this time I (or rather the sun
orb) need access to the inner class:
ClassNotFoundException:
sun.reflect.ReflectionFactory$GetReflectionFactoryAction
which has been removed from the jdk.unsupported module. I am unable to
use the ReflectionFactory.getReflectionFactory() workaround suggested
elsewhere because this usage is coming from the sun orb:
The Bridge code in the JDK ORB was changed some time ago to replace this
usage. Is the "sun orb" code that you are using from an older JDK version?
-Alan