[jboss-dev-forums] [JBoss AS7 Development] - Re: Overall control of graceful shutdown
Brian Stansberry
do-not-reply at jboss.com
Fri Sep 24 10:46:03 EDT 2010
Brian Stansberry [http://community.jboss.org/people/bstansberry%40jboss.com] created the discussion
"Re: Overall control of graceful shutdown"
To view the discussion, visit: http://community.jboss.org/message/563583#563583
--------------------------------------------------------------
A problem we've had in the past with not stopping endpoints early as part of graceful shutdown is the invocation has returned from the deployment code, so the deployment and its CL are unloaded. But the invocation is still alive on it's return path, it hasn't passed yet through the response marshalling logic in the endpoint. As a result, when it hits the response marshalling logic, calls are made to the unloaded CL, and they fail.
This is more of an issue with EJBs. Web requests happily don't do any marshalling in the connectors. :)
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/563583#563583]
Start a new discussion in JBoss AS7 Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2225]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20100924/472fd81a/attachment.html
More information about the jboss-dev-forums
mailing list