Hello!

I need about five schedulers with different periods to perform different
tasks (JBoss 2.4.4). These tasks are contained in the ear-file, which I
deploy. So using the scheduler configuration in the jboss.jcml is not
possible, because at the initialisation time of the scheduler the ear-file
isn't deployed already.
Because of this I tried to set up the schedulers out of my application.
First I get an MBean-Server, then I use this server to create a new
scheduler and at last I set the scheduling parameters and start the
scheduler. This works fine. But doing so more than one time fails while
binding the second scheduler, because all schedulers are bound to the name
"scheduler", which causes a conflict.

What can i do to use more than one scheduler?

Winfried

email: [EMAIL PROTECTED]




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Two, two, TWO treats in one.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to