[jboss-user] [JBoss Messaging] - Re: Classloading issues with EJBs; messages in EJB classload
genman
do-not-reply at jboss.com
Fri Mar 16 04:00:48 EDT 2007
Analysis:
Seems that ObjectInputStream takes the classloader of the calling method. This is the scoped classloader used in JBoss Messaging. Perhaps something like this would be in order. The classloader used should belong to the context classloader.
http://docs.jboss.com/jbossas/javadoc/4.0.4/iiop/org/jboss/util/stream/CustomObjectInputStreamWithClassloader.html
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028693#4028693
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028693
More information about the jboss-user
mailing list