[JBoss-user] [EJB 3.0] - Re: do we have a security-proxy on ejb3?

2006-04-07 Thread delkant
mr. [EMAIL PROTECTED] or somebody else, can you please help me? what is the correct way to deal with this? if the interceptors are the answer, how i can do this easily without have to make and "if-else" per method declared to see if this is the method what i want to validate? View the origin

[JBoss-user] [EJB 3.0] - Re: do we have a security-proxy on ejb3?

2006-04-05 Thread delkant
interceptors??? i made some test with the interceptors, and looks nice when the intention is to log some process, but if i have to do an "if" per method to see if is an specific method what is called, and after that see if the parameter is empty or not (null for example) that doesn't have much

[JBoss-user] [EJB 3.0] - Re: do we have a security-proxy on ejb3?

2006-04-04 Thread [EMAIL PROTECTED]
security proxy bad interceptors good. use ejb3 interceptors. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934977#3934977 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934977 --