Jump to content
We've recently updated our Privacy Statement, available here ×

mosabua

Recommended Posts

Hi!

 

I just got JI to work (well up and running war and database) on JBoss using HSQLDB and wanted to let everybody know about my mods...

 

I basically had to setup the right driver and connection strings and that got me most of the way. However there are problems with Quartz and HSQLDB. Row level locking with select... for update.. does not work. To fix the problem I had to insert

 

org.quartz.jobStore.driverDelegateClass = org.quartz.impl.jdbcjobstore.HSQLDBDelegate

org.quartz.jobStore.selectWithLockSQL=SELECT * FROM {0}LOCKS UPDLOCK WHERE LOCK_NAME = ?

 

in js.quartz.properties

 

Hope that helps

 

manfred

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...