quartz « Development « JPA Q&A





1. quartz application hangs / crashes after few days    stackoverflow.com

I have an application that uses smslib for sending sms's on specific cell numbers scheduled on specific times. For scheduling i am using quartz scheduler. Cell numbers are saved in database ...

2. Java OutOfMemory in app with Hibernate, Quartz and and JavaMail    stackoverflow.com

I have a web application running on Tomcat 6, that I created with Netbeans 6.9.1 and its wizzards for Entity classes and persistence. It uses Hibernate, MySQL as database, Quartz for ...

3. question Quartz with Hibernate    forums.terracotta.org

Hi guys, I have started to use Quartz in my project and i am with a problem and i do not know how to fix it. The problem is when i am persisting data in DB using Hibernate. My DB is Mysql 5.5. I creted a simple Job, to re-run each 30s. Up to this part not problem, but when this ...

4. quartz cannot start because of hibernate    forums.terracotta.org

I have doubts the issue you are seeing is related to Quartz & Hibernate coexisting in the same app... Is you scheduler using the database to persist jobs et al. ? Can you provide the full stacktrace for that exception you are seeing ? Hard to tell what causes it with so little information Also, what Quartz version are you using ...

5. question Quartz with Hibernate    coderanch.com

Hi guys, I have started to use Quartz in my project and i am with a problem and i do not know how to fix it. The problem is when i am persisting data in DB using Hibernate. My DB is Mysql 5.5. I creted a simple Job, to re-run each 30s. Up to this part not problem, but when this ...

6. Hibernate and Quartz - javax.naming.NameNotFoundException: S    forum.hibernate.org

Hi I'm using Hibernate 3 within JBoss 4.0.3SP1 and SpringMVC. Lately we've added Quartz to our project. The problem is that when I try creating an hibernate Session object from within my class that implements org.quartz.Job I get the following exception: javax.naming.NameNotFoundException: SessionFactory not bound at org.jnp.server.NamingServer.getBinding(NamingServer.java:514) at org.jnp.server.NamingServer.getBinding(NamingServer.java:522) at org.jnp.server.NamingServer.getObject(NamingServer.java:528) at org.jnp.server.NamingServer.lookup(NamingServer.java:281) at org.jnp.server.NamingServer.lookup(NamingServer.java:255) at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:610) at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:572) at javax.naming.InitialContext.lookup(InitialContext.java:351) ...