1 Reply Latest reply on Dec 3, 2002 10:57 AM by swiftrs

    SecurityProxy  and EJBLocalHome bug

    mirza_mohsin_beg

      Hi,

      org.jboss.security.SecurityProxy's
      init(Class beanHome, Class beanRemote, Object securityMgr) method is called with beanHome==null if you put a <security-proxy> on an localhome ejb interface.

      If I do not use EJBHome instead of EJBLocalHome, then the correct beanHome.class is sent to the init() method implementation.

      Thanks,

      -Mohsin