-
Bug
-
Resolution: Done
-
Major
-
JBossAS-4.0.3RC2
-
None
Suite: org.jboss.test.jacc.test.WebIntegrationUnitTestCase(JACC)
Test: testUnsecureAnonEJBAccess
Type: error
Exception: java.io.IOException
Message: Expected reply code:200, actual=500
at org.jboss.test.util.web.HttpUtils.accessURL(HttpUtils.java:122)
at org.jboss.test.util.web.HttpUtils.accessURL(HttpUtils.java:93)
at org.jboss.test.util.web.HttpUtils.accessURL(HttpUtils.java:81)
at org.jboss.test.web.test.WebIntegrationUnitTestCase.testUnsecureAnonEJBAccess(WebIntegrationUnitTestCase.java:264)
Running tests-jacc-security on Linux reliably reproduces the error. It can also be reproduced with the following:
$ jboss-4.0.3> run.sh -c jacc
$ testsuite> ./build.sh -Dtest=org.jboss.test.jacc.test.WebConstraintsUnitTestCase one-test
$ testsuite> ./build.sh -Dtest=org.jboss.test.jacc.test.WebIntegrationUnitTestCase one-test
It must be reproduced by running the WebConstraintsUnitTestCase before the WebIntegrationUnitTestCase.