1 Reply Latest reply on Mar 14, 2008 12:59 PM by shane.bryzak

    Problem in Interceptor for security

    jbossindia

      I have SFSBs as my action listeners. I have one superclass (BIIMPL) implementing the generalized methods (CRUD) and all my SFSB implements the common business interface (BI) and extends BIIMPL


      Now I have a interceptor configured to intercept the business methods and throw exception if it is not configred in the DB against the current user.


      Problem is that in the interceptor, I am getting the Class name as BIIMP instead class name of the SFSB. This way not able to authorize against the SFSB business method.


      Suggest.