2 Replies Latest reply on Sep 4, 2013 2:32 PM by ddority13

    EAP 6.1.0 EJBAuthorizationHelper PBOX000075

    jgautier

      Hi,

       

      I'm trying to migrate an "old" application with stateless EJB 2 on EAP 6.1.0 and I'v got a nice exception at runtime (stacktrace attached).

       

      java.lang.IllegalStateException: PBOX000075: The property AuthorizationManager is null

       

          at org.jboss.security.plugins.javaee.EJBAuthorizationHelper.authorize(EJBAuthorizationHelper.java:298) [picketbox-4.0.15.Final.jar:4.0.15.Final]

       

      Remote home interface lookup succeeds but when create() method is invoked, I've got a PBOX000075 exception.

       

      TranslationSessionRemoteHome home = locator.getRemoteHome(TranslationSessionRemoteHome.JNDI_NAME, TranslationSessionRemoteHome.class);

      TranslationSessionRemote h = home.create();

       

      Proxy for remote EJB EJBHomeLocator{appName='ear', moduleName='ejbs', distinctName='', beanName='TranslationSession', view='interface com.nexo.susan.be.ejb.session.TranslationSessionRemoteHome'}

       

      No specific configuration has been set in standalone.xml file, so I can't figure out where the problem is coming from.

       

      Can anybody help ?