Howdy yall,

First off, I'm using the binary distro of Jboss-2.2.1 with Tomcat 3.2.1

I am trying to make a timed service that starts up automatically when I
deploy my ear file to jboss.

I am hoping to be able the put the times service in the ear file, and just
drop it in the deploy directory and have the timed service just start up.

I can't seem to find anything in the docs or in the message archives as to
if it's possible to make a class execute at deployment time.

I know I can make a MBean, and have it start the timed services for me at
startup, but AFAIK that requires an entry in jboss.jcml, but that wouldn't
really work, since on first startup, the MBean wont even be there until
the ear file is in the deploy directory.

Plus, I don't believe that a MBean can be re-deployed at runtime (ie. If I
stick a new version of the ear file with the new MBean code, it won't
re-load the MBean)

Hopefully, I'm just being super-dense and not seeing the magic incantation
to getting this to happen.

Thank you,
-David Budworth



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to