[ http://issues.apache.org/jira/browse/GERONIMO-1631?page=comments#action_12366563 ]
Sachin Patel commented on GERONIMO-1631: ---------------------------------------- This can be reproduced with the modules on http://people.apache.org/~sppatel/temp/ (1) Install TestEJB (2) Install TestWar (which contains an import to TestEJB) (3) Uninstall TestEJB (4) Restart (5) NoSuchConfig on TestEJB > NoSuchConfigException when restarting app after undeploying > ----------------------------------------------------------- > > Key: GERONIMO-1631 > URL: http://issues.apache.org/jira/browse/GERONIMO-1631 > Project: Geronimo > Type: Bug > Components: deployment > Versions: 1.0 > Reporter: Sachin Patel > Fix For: 1.1 > > If I have config A that imports config B. If undeploy is invoked on B... > then... > Module B/B unloaded. > Module B/B uninstalled. > Undeployed B/B > So module B is not being stopped, thus resulting in a NoSuchConfigException > on B when the server is restarted. > If A is undeployed before B, then all is ok. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
