[jboss-dev-forums] [JBoss AS7 Development] - Re: IIOP Subsystem Issues
Jason Greene
do-not-reply at jboss.com
Thu May 19 23:51:20 EDT 2011
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_1.0_spec/src/main/java/javax/rmi/CORBA/Stub.java http://anonsvn.jboss.org/repos/jbossas/projects/specs/trunk/jboss-rmi-api_1.0_spec/src/main/java/javax/rmi/CORBA/Stub.java
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&containerType=14&container=2225]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20110519/049bd3fe/attachment.html
More information about the jboss-dev-forums
mailing list