atom feed9 messages in net.java.dev.quartz.usersRe: Clustering 1.6.6 in Weblogic 10.3
FromSent OnAttachments
Nathaniel AuvilDec 9, 2009 9:21 am 
James HouseDec 9, 2009 12:04 pm 
Nathaniel AuvilDec 9, 2009 12:09 pm 
James HouseDec 9, 2009 12:48 pm 
James HouseDec 9, 2009 12:50 pm 
Nathaniel AuvilDec 9, 2009 1:12 pm 
James HouseDec 9, 2009 1:47 pm 
Nathaniel AuvilDec 10, 2009 6:09 am 
Nathaniel AuvilDec 10, 2009 8:44 am 
Subject:Re: Clustering 1.6.6 in Weblogic 10.3
From:James House (jho@revolition.net)
Date:Dec 9, 2009 12:04:47 pm
List:net.java.dev.quartz.users

Sorry, there's no way (that I'm aware of, and I'm quite experienced with WLS and Oracle) to make this work with the Thin Driver.

james

Nathaniel Auvil wrote:

Hi. I am trying to get quartz clustering to work in Weblogic 10.3 with the Oracle Thin Driver.

I am using the

org.quartz.jobStore.driverDelegateClass = org.quartz.impl.jdbcjobstore.oracle.weblogic.WebLogicOracleDelegate

And i have tried the #org.quartz.jobStore.driverDelegateClass = org.quartz.impl.jdbcjobstore.oracle.OracleDelegate

I see the scheuler start in the log, and it reads my configuration, however it appears that the database is being locked. When i kill the weblogic server, i see my job in the database, but not when the server is up.

I have changed to the Weblogic Oracle driver and that seems to work fine, however i can not change the whole project over to use the Weblogic Driver at this point as it is too risky.