0 Replies Latest reply on Aug 7, 2003 8:47 PM by zumbiehl

    Hot Undeployment with JBOSS 3.2.2.RC2

    zumbiehl

      Hi,

      When I remove an application Jar file from the deploy directory I get errors like this one:

      2003-08-08 12:24:50,730 ERROR [org.jboss.ejb.plugins.SecurityInterceptor] Insufficient method permissions, principal=null, method=remove, interface=LOCAL, requiredRoles=[XX_AUTH], principalRoles=[]
      2003-08-08 12:24:50,750 ERROR [org.jboss.ejb.plugins.LogInterceptor] EJBException, causedBy:
      java.lang.SecurityException: Insufficient method permissions, principal=null, method=remove, interface=LOCAL, requiredRoles=[XX_AUTH], principalRoles=[]
      at org.jboss.ejb.plugins.SecurityInterceptor.checkSecurityAssociation(SecurityInterceptor.java:214)
      at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:106)
      ...

      Basically the deployer complains about not being in the appropriate role (XX_AUTH) to remove the EJBs, (pricipal = null)

      Where can configure the deployer so it gets permission to remove the beans and I don't get errors when undeploying ?

      This didn't happen with JBoss 3.2.0...

      thanks in advance
      christian