-
Bug
-
Resolution: Done
-
Major
-
JBossAS-4.0.0 Final, JBossAS-4.0.1 Final, JBossAS-4.0.1 SP1, JBossAS-4.0.2 Final, JBossAS-4.0.3 Final, JBossAS-4.0.3 SP1, JBossAS-3.2.8.SP1
-
None
-
Documentation (Ref Guide, User Guide, etc.), Compatibility/Configuration
-
Medium
-
If you uncomment the example SingleScheduleProvider in default/schedule-manager-service.xml you get a ClassNotFoundException.
This exception is caused by the fact that org.jboss.varia.scheduler.SingleScheduleProvider extends AbstractScheduleProvider which extends HASingletonSupport which is not avaible in the default server configuration as distributed. The example schedule-manager-service.xml only works when you add jbossha.jar to default/lib.
- relates to
-
JBAS-2615 error using schedule-manager-service.xml at the boot in mode 'all'
- Closed