[JBoss-user] [Beginners Corner] - Re: autostart a timer when JBoss start?

2004-08-09 Thread bayuehua
Thanks Sacha
  it works!
  I added 
  depends: jboss.j2ee:service=EJB, jndiName=TimerManagerBean

  Now quite a familiar question. The timer also need to call a webservice, which is 
deployed via the AXIS.
  Maybe you know the AXIS is a .war file, and then the same question, how should I 
write the 'depends' tag?

thanks again
chens

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844538#3844538

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844538


---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: autostart a timer when JBoss start?

2004-08-05 Thread Sacha Labourey
you can put a  tag on your timer mbean that waits on the name of the EJB container 
MBean. As you cannot guess the name of the ejb container mbean, you need to go on the 
jmx-console first, find the name, and use it in your depends tag.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844213#3844213

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844213


---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user