Sry, but there were no exception ;) I've installd the jBPM on my JBoss Server.
But when I start the AS, I got an exception about my DBConnect. I gonna list the exceptions:
- org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.h2.jdbc.JdbcSQLException: Verbindung ist unterbrochen: "session closed"
- Caused by: org.h2.jdbc.JdbcSQLException: Verbindung ist unterbrochen: "session closed"
- org.jboss.util.NestedSQLException: Unable to get managed connection for jdbc/testDS1; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for jdbc/testDS1)
Where do I have to set the DB settings? I wanna use a PostgresDB and its already installed localy.