1 Reply Latest reply on Jan 5, 2009 3:17 AM by wolfc

    Deployment errors in service-test.jar

    alrubinger

      "service-test.jar" in the Integration TestSuite is causing problems, deployment errors due to a missing security context in the start() callback of ServiceOne:

      Caused by: java.lang.IllegalStateException: Security Context has not been set at org.jboss.ejb3.security.RoleBasedAuthorizationInterceptorv2.invoke(RoleBasedAuthorizationInterceptorv2.java:151)


      What are we expecting to set the SC? And should this interceptor be getting invoked during a lifecycle callback?

      This also affects the "container" test, which will now pass if its run once and the JAR has only been deployed once.

      S,
      ALR