作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
当我使用数据源名称作为“quartzDS”时,一切正常,但是当我将数据源名称更改为任何其他名称时,如“myDS”。我得到错误。
Caused by: java.sql.SQLException: There is no DataSource named 'myDS'
org.quartz.scheduler.instanceName = QuartzClusterScheduler
org.quartz.scheduler.instanceId = AUTO
org.quartz.threadPool.class = org.quartz.simpl.SimpleThreadPool
org.quartz.threadPool.threadCount = 100
org.quartz.threadPool.threadPriority = 8
org.quartz.jobStore.class = org.quartz.impl.jdbcjobstore.JobStoreTX
org.quartz.jobStore.driverDelegateClass = org.quartz.impl.jdbcjobstore.StdJDBCDelegate
org.quartz.jobStore.useProperties = false
org.quartz.jobStore.dataSource = myDS
org.quartz.jobStore.misfireThreshold = 60000
org.quartz.jobStore.tablePrefix = QRTZ_
org.quartz.jobStore.isClustered = true
org.quartz.jobStore.clusterCheckinInterval = 5000
org.quartz.dataSource.quartzDS.jndiURL = java:jboss/myDS
最佳答案
已解决,更改自
org.quartz.dataSource.quartzDS.jndiURL = java:jboss/myDS
org.quartz.dataSource.myDS.jndiURL = java:jboss/myDS
关于quartz-scheduler - quartz : There is no DataSource named 'myDS' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46327762/
我是一名优秀的程序员,十分优秀!