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
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
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
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
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
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(