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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to