[jboss-jira] [JBoss JIRA] (WFLY-1439) ServerSetupObserver leaks changes if exception is thrown
Bartosz Baranowski (JIRA)
jira-events at lists.jboss.org
Mon Jun 3 04:04:01 EDT 2013
Bartosz Baranowski created WFLY-1439:
----------------------------------------
Summary: ServerSetupObserver leaks changes if exception is thrown
Key: WFLY-1439
URL: https://issues.jboss.org/browse/WFLY-1439
Project: WildFly
Issue Type: Enhancement
Reporter: Bartosz Baranowski
Priority: Minor
If class used as @ServerSetup throws exception from callback, ServerSetupObserver purges all tasks that already have been executed. This means that all changes that have been introduced to AS model will remain( iirc persisted as part of config used my arquillian).
Hence other tests may fail due to that.
Ive talked with Stuart and according to his statement @ServerSetup class must not throw exception from callbacks.
ServerSetupObserver should cleanup in a more graceful manner.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list