Hi, I'm new to JBPM and wanted to change the underlying database to Postgress. I believe I followed the instructions in the JBPM User Guide. The server.log seems to indicate that it was deployed ok:
18:42:47,668 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-4) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
18:42:47,684 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-4) JBAS010404: Deploying non-JDBC-compliant driver class org.postgresql.Driver (version 9.2)
18:42:47,684 INFO [org.jboss.as.jpa] (MSC service thread 1-6) JBAS011402: Starting Persistence Unit Service 'jbpm-gwt-console-server.war#org.jbpm.persistence.jpa'
18:42:47,684 INFO [org.hibernate.ejb.Ejb3Configuration] (MSC service thread 1-6) HHH000204: Processing PersistenceUnitInfo [
name: org.jbpm.persistence.jpa
Dumb question, but I'm not sure how to test to see that its actually working?