[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss 5.1.0.CR1 classloader isolation issue

zradick do-not-reply at jboss.com
Fri May 8 17:30:26 EDT 2009


Also, within the same client application, the following line DOES work and returns TypedData Objects loaded via the client's ClassLoader and remoted from an EJB within the .ear file that is also responsible for publishing the topic:


  |          final List<TypedData> currentData = server.getAllCurrentData( filters );
  | 

Currently in the JMX console under the jboss.classloader view both the classloader for the .ear providing the topic and the .war that subscribes to it list their PARENT_POLICY_NAME as AFTER_BUT_JAVA_BEFORE.  I have also had them both set to BEFORE and combinations of the two.

Both instances report their own classloader when invoking the "findClassLoaderForClass" operation with the class that is being polluted (TypedData).  Attempting to find the TypedData class under the "DefaultDomain" results in no classloader being found (as expected).

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4229819#4229819

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4229819



More information about the jboss-user mailing list