Hi,
 
 I am working on an application that uses a JMS destination specified in jboss-app.xml
 
Deploying is fine :
 
creates destination (in jboss-app.xml)
creates another service (in jboss-app.xml)
creates beans (in jars)
 
starts destination
starts another service
starts beans
 
Undeploying does not respect the same order and therefore creates a undeploy problem :
 
stop destination
stop beans
stop another service
 
destroy destination -> error : destination still used (by a MDB)
destroy beans
destroy antoher service
 
anyone has a clue ? why ordering is not good ?
 
I tested with head, 3.0.3 and 3.2beta
 

Reply via email to