jaikiran pai [http://community.jboss.org/people/jaikiran] replied to the 
discussion

"AbstractRealDeployerWithInput fails to call undeploy() on deployer, for failed 
deployments"

To view the discussion, visit: http://community.jboss.org/message/555212#555212

--------------------------------------------------------------
> Ales Justin wrote:
> It means that the "deployment" wasn't successfully deployed.
Yes, it wasn't successfully deployed and hence I would expect immediate 
undeploy()  :) 

> Ales Justin wrote:
> 
> 
> I would say it's the visitors fault that the current deployment doesn't get 
> properly cleaned up after error.
Consider this:
deploy()
{
  doMyWork();
 
  callThirdPartyCodeWhichCanEndUpThrowingThrowableOrRunTimeException();
}


Surely, my deployer/visitor isn't expected to catch Throwable and cleanup 
whatever I did in doMyWork(), or is it?

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

Reply to this message by going to Community
[http://community.jboss.org/message/555212#555212]

Start a new discussion in JBoss Microcontainer at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2114]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to