Stefan Guilhen [
http://community.jboss.org/people/sguilhen] created the discussion
"Re: IIOP Subsystem Issues"
To view the discussion, visit:
http://community.jboss.org/message/606332#606332
--------------------------------------------------------------
After a couple of changes I got the code running:
1- I now do new com.sun.corba.se.impl.javax.rmi.CORBA.StubDelegateImpl(); instead of
reflectively loading and instantiating the delegate. The reflective approach is only used
if the javax.rmi.CORBA.Stub sysproperty is specified.
2- I had to introduce a com.sun.corba module that exposes the com.sun.corba.se.impl
packages of the system module and make the javax.rmi.api module depend on it.
Do you see any problems with this approach?
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/606332#606332]
Start a new discussion in JBoss AS7 Development at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]