-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
EAP 6.0.0
-
None
-
NEW
Steps to reproduce:
1. Put attached class RestartAfterNativeInterfaceChangedTest.java to [JBossAS7_src]/testsuite/integration/manualmode/src/test/java/org/jboss/as/test/manualmode/parse/
2. in terminal go to [JBossAS7_src]/testsuite/integration/manualmode and run the test: mvn clean test -Dtest=RestartAfterNativeInterfaceChangedTest
It will be success.
3. In RestartAfterNativeInterfaceChangedTest.java uncomment part starts on line 59 and save
4. run test again (same command as in step 2.), it finishes with error:
testRestartWithNativeInterface(org.jboss.as.test.manualmode.parse.RestartAfterNativeInterfaceChangedTest): Could not start container
I'm not sure it is bug or bad use of managment API. In reason that is bad use, how to do it right, please?