no resource registered with uniqueName 'jdbc/jbpm', available resources:" When I look at the properties in the instructions of step 2
resource.ds1.driverProperties.driverClassName=org.h2.Driver
resource.ds1.driverProperties.url=jdbc:h2:file:~/jbpm
resource.ds1.driverProperties.user=sa
resource.ds1.driverProperties.password=
resource.ds1.allowLocalTransactions=true
Does resource.ds1.driverProperties.url=jdbc:h2:file:~/jbpm part need to be changed for Windows?
Also in step 3 I changed it to the following for windows
set CATALINA_OPTS=-Xmx512M -XX:MaxPermSize=512m -Dbtm.root=%CATALINA_HOME% -Dbitronix.tm.configuration=%CATALINA_HOME%\conf\btm-config.properties -Djbpm.tsr.jndi.lookup=java:comp\env\TransactionSynchronizationRegistry
Any help would be greatly appreciated. I really want to test get the Workbench installed.
Thanks