[jboss-user] [EJB 3.0] - how to deploy a service pojo depending on ejb timer

jaikiran pai do-not-reply at jboss.com
Mon Jun 28 06:55:19 EDT 2010


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&containerType=14&container=2029]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100628/4a1c1fbf/attachment-0001.html 


More information about the jboss-user mailing list