[jboss-dev-forums] [Design of JCA on JBoss] - Re: JBAS-3734
adrian@jboss.org
do-not-reply at jboss.com
Mon Oct 2 10:56:33 EDT 2006
No, the issue is the endpoint using whether the oldClassLoader
is null as the state variable meaning "beforeDeliveryInvoked".
In the case where the caller has no context classloader
(this came up where c threads are attached to the VM via JNI)
this test fails, because it thinks beforeDelivery wasn't invoked.
It just needs a seperate boolean "beforeDeliveryInvoked"
which it can check in afterDelivery().
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975513#3975513
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975513
More information about the jboss-dev-forums
mailing list