[jboss-user] [EJB 3.0] - Which jar has javax.ejb.MethodPermissions, javax.ejb.Uncheck

2007-07-25 Thread gurubbc
Hi all, CAn anyone kindly let me know which jar file has javax.ejb.MethodPermissions, javax.ejb.Unchecked, javax.ejb.SecurityRoles? Tax, Guru View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067340#4067340 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [EJB 3.0] - Entity Beans CMP/BMP concepts.

2007-07-24 Thread gurubbc
Hi Guys, I am developing an entity beans using EJB3.0. Do we have CMP/BMP concepts in EJB 3.0 also? If so, where exactly we need to mention? Thanks, Guru View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067296#4067296 Reply to the post : http://www.jboss.co

[jboss-user] [EJB 3.0] - CallBackListeners and Interceptors can be interchangeably us

2007-07-24 Thread gurubbc
Hi Guys, I have used Call Back methods, it is working fine. I have then used Call Back Listeners, no methdos from listener class are working. I got an adivce from this forum that I should use @Interceptors (not the @CallbackListeners). I have used @Interceptors also. Still, the methods are n

[jboss-user] [EJB 3.0] - Re: Call Back Listeners not working - Please help

2007-07-23 Thread gurubbc
I have done as you said. I have include @Interceptors instead of @CallbackListener annotation. I have removed @Init also. This time also, I did not find any call back methods getting fired. Why? This is a stateful session bean. Thanks, Guru View the original post : http://www.jboss.com/in

[jboss-user] [EJB 3.0] - Which jar file has javax.ejb.SecurityRoles?

2007-07-22 Thread gurubbc
Guys, Which jar has javax.ejb.SecurityRoles, javax.ejb.MethodPermissions, javax.ejb.Unchecked? Thanks, Guru View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4066538#4066538 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [EJB 3.0] - Call Back Listeners not working - Please help

2007-07-22 Thread gurubbc
EJB 3.0 Call Back methods are working, but the listeners are not working. ListenerHelloCallBack.java (Interface) /** * This is the ListenerHelloCallBack business interface. */ public interface ListenerHelloCallBack { /** * @return a greeting to the client. */ public String listenerHelloCallBack(