OpenEJB.destroy() should reset previous jaas configuration
----------------------------------------------------------
Key: OPENEJB-1415
URL: https://issues.apache.org/jira/browse/OPENEJB-1415
Project: OpenEJB
Issue Type: Bug
Affects Versions: 3.1.4
Reporter: Francis De Brabandere
Priority: Trivial
After calling OpenEJB.destroy() in our unit test @AfterClass we need to call
Configuration.setConfiguration(null); to reset jaas configuration done by
openejb.
I would expect OpenEJB.destroy() to not leave any traces that could cause other
tests to fail...
Am I correct here?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.