[jboss-user] [Microcontainer] - Re: Deployers and service dependencies

alesj do-not-reply at jboss.com
Mon Mar 16 09:14:02 EDT 2009


I see what you mean and I know what the problem is. :-)

This is what happens:
* TM is ready to be undeployed
* list (X) of all deployers for Real is prepared
* BeanMDDeployer for TM kicks in --> unwinding your JDBC deployer
* your JDBC deployer is still used since it was part of X list

Either move your JDBC deployer to diff deployment stage,
or somehow move it before BMDDeployer on undeployment.

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4218269#4218269

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4218269



More information about the jboss-user mailing list