I'm using jboss3.2 because the code is for EJB2.1
The configure file conf/jboss-service.xml and deploy/scheduler-service make the
scheduler works before the schedulable classes deployed.So the scheduler can't
find them.
View the original post :
http://www.jboss.com/index.html?module=bb&op=view
Hi all.
I have some deployed class in the deploy/ directory, I want them be used by
JBoss Scheduler. But the configure file conf/jboss-service.xml and
deploy/scheduler-service is loaded before the class deployed. So the scheduler
can't find them.
Can I add the class to scheduler after it deplo