Yet some more steps. These replace the Hypersonic-specific messaging configuration files with their PostgreSQL equivalents:
4a) Download the binary files for JBoss Messaging. Make sure you get the correct version (1.2.0.sp1). 4b) Delete the file server/xxx/deploy/messaging/hsqldb-persistence-service.xml 4c) Copy the file examples/config/mysql-persistence-service.xml from the JBoss Messaging binary download to the server/xxx/deply/messaging directory However, this doesn't fix the problem with Quartz. Looking at http://www-128.ibm.com/developerworks/java/library/j-quartz/, it would appear that you have the manually create the database tables before Quartz can use a database as a job store. But what bugs me is that in the quartz.properties file, the org.quartz.jobStore.class property is set to org.quartz.simpl.RAMJobStore, which means that it should not be using the database. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049806#4049806 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049806 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
