Jason Greene [
http://community.jboss.org/people/jason.greene] created the discussion
"Re: IIOP Subsystem Issues"
To view the discussion, visit:
http://community.jboss.org/message/606184#606184
--------------------------------------------------------------
So the problem is indeed TCCL usage from the Stub fork, along with a reference to a
com.sun class:
http://anonsvn.jboss.org/repos/jbossas/projects/specs/trunk/jboss-rmi-api...
http://anonsvn.jboss.org/repos/jbossas/projects/specs/trunk/jboss-rmi-api...
The reason it works occasionally is that when TCCL is null Class.forName falls back to the
JDK which can load the sun class. When it is not null it tries to load it from the leaked
TCCL which according to your log is the server module which doesnt cotain the class.
So it seems like we just need to port that stub base clase.
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/606184#606184]
Start a new discussion in JBoss AS7 Development at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]