jaikiran pai [
http://community.jboss.org/people/jaikiran] replied to the discussion
"how to deploy a service pojo depending on ejb timer"
To view the discussion, visit:
http://community.jboss.org/message/549937#549937
--------------------------------------------------------------
@Depends(“EJB Global JNDI name”)
The value of @Depends is
incorrect. It should be the MBean name of the EJB container on which you want to depend.
For example:
@Depends("jboss.j2ee:ear=ear-name.ear,jar=jarname.jar,name=TheTimerBean,service=EJB3")
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/549937#549937]
Start a new discussion in EJB 3.0 at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]