Hi everybody,
I have a small problem. I'm using quartz 1.6.0 with JBoss 3.2.8 + Oracle. For technical reasons we don't have upgraded the application server to a recent version.
During the starting of JBoss I get the following message :
MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM:
ObjectName: jboss.jca:service=DataSourceBinding,name=QUARTZ_DS
state: NOTYETINSTALLED
I Depend On:
Depends On Me: user:service=QuartzService,name=QuartzService
Below, the jboss-service.xml :
<?xml version="1.0" encoding="UTF-8"?>
<server>
<mbean code="org.quartz.ee.jmx.jboss.QuartzService"
name="user:service=QuartzService,name=QuartzService">
<!-- <depends>jboss.jca:service=LocalTxCM,name=QuartzDS</depends> -->
<depends>jboss.jca:service=DataSourceBinding,name=QUARTZ_DS</depends>
<!--<depends>jboss.jca:service=DataSourceBinding,name=QuartzDS-XA</depends> -->
<!--<depends>jboss.jca:service=XATxCM,name=QuartzDS-XA</depends> -->
<!-- JNDI name for locating Scheduler, "Quartz" is default. -->
<attribute name="JndiName">Quartz</attribute>
<attribute name="StartScheduler">true</attribute>
<!-- <attribute name="PropertiesFile">quartz.properties</attribute> -->
<attribute name="Properties">
# Default Properties file for use by StdSchedulerFactory
# to create a Quartz Scheduler Instance, if a different
# properties file is not explicitly specified.
#
# org.quartz.scheduler.classLoadHelper.class =
org.quartz.scheduler.instanceName = DefaultQuartzScheduler
org.quartz.scheduler.rmi.export = false
org.quartz.scheduler.rmi.proxy = false
org.quartz.scheduler.xaTransacted = false
org.quartz.threadPool.class = org.quartz.simpl.SimpleThreadPool
org.quartz.threadPool.threadCount = 5
org.quartz.threadPool.threadPriority = 4
org.quartz.jobStore.class = org.quartz.impl.jdbcjobstore.JobStoreTX
org.quartz.jobStore.driverDelegateClass = org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
org.quartz.jobStore.dataSource = QUARTZ_DS
org.quartz.jobStore.nonManagedTXDataSource = QUARTZ_NO_TX
org.quartz.jobStore.tablePrefix = QRTZ_
org.quartz.dataSource.QUARTZ.jndiURL = java:/QUARTZ_DS
org.quartz.dataSource.QUARTZ_NO_TX.jndiURL = java:/QUARTZ_DS
</attribute>
</mbean>
</server>
I don't understand what's happened :-( Could you help me ? Thank you in advance
Best regards
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=394587&messageID=481632#481632---------------------------------------------------------------------
To unsubscribe, e-mail:
users-unsubscribe@...
For additional commands, e-mail:
users-help@...