I am trying to configure our quartz job in Tomcat to run on terracotta cluster. Spring terracotta prop config looks like this
<prop key="org.quartz.jobStore.class">org.terracotta.quartz.TerracottaJobStore</prop>
<prop key="org.quartz.jobStore.tcConfigUrl">localhost:9510</prop>
Terracotta server is running.
When I start Tomcat instance I am getting following error
java.lang.ClassNotFoundException: org.terracotta.collections.LockStrategy
I can't find this class any where, neither in quartz-terracotta jar, or terracotta toolkit jar.