With EJB 2.0 i develop a security model using security proxy. This model works over entity bean methods to inspect when a user can access/modify the bean properties. In EJB3 i try to do the same using Interceptor, but i read that intercerptors only works over business logic methods in session/message beans.
how can i develop a similiar application using EJB3? Thanks Jacinto J. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966641#3966641 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966641 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
