5 Replies Latest reply on May 25, 2007 9:39 AM by wolfc

    is there any replacement for SecurityProxy with ejb3

    gmuzzillo

      I'm dealing with an application that requieres custom security. Originally security was dealt using a class implementing SecurityProxy interface, declared on jboss.xml deployment descriptor.
      After try the same configuration with ejb3 i've realized the proxy is not being loaded or activated.
      Is there any way to substitute it ?