Bugs item #966754, was opened at 2004-06-04 12:24
Message generated for change (Settings changed) made by starksm
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=966754&group_id=22866

Category: JBossMX
Group: CVS HEAD
>Status: Closed
>Resolution: Duplicate
Priority: 5
Submitted By: cory (charp3r)
Assigned to: Nobody/Anonymous (nobody)
Summary: jca 1.5 undeploy erros

Initial Comment:
Windoz XP
java version "1.4.2_04"

Issue 1:
     When the EAR which has an inbound connector gets 
undeployed, the container associated with the 
MessageEndpointFactory is set to NULL before 
afterDelivery() or release() gets called on the endpoint 
proxy, so when afterDelivery() or release() gets called, 
the MessageEndpointInterceptor is throwing 
NULLPointerException on 
     tm = container.getTransactionManager();
in function endTransaction().

Fix:
     Check if container is NULL, if it is NULL, use 
this.transaction to do the proper transaction operation.
See attached file for fixes we used(endTransaction 
method).

Issue 2:
We're getting a NP from the Work thread that is ending.  
Looks like from the server.log the classloader is 
unregistered before the Work thread completes.

java.lang.NullPointerException
        at org.jboss.mx.loading.LoadMgr3.beginLoadTask
(LoadMgr3.java:129)

Stopping the server doesn't produce this error. Is this a 
race condition? It this a separate bug to be logged, a 
grey area?






----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=966754&group_id=22866


-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to