Kris Verlaenen [
http://community.jboss.org/people/KrisVerlaenen] created the discussion
"Re: source code of jbpm-console and gwt-console-server"
To view the discussion, visit:
http://community.jboss.org/message/579174#579174
--------------------------------------------------------------
See
https://github.com/krisv/jbpm/blob/master/jbpm-installer/db/persistence.xml
https://github.com/krisv/jbpm/blob/master/jbpm-installer/db/persistence.x... this is the
persistence configuration where you can see it references a data source called
jdbc/testDS1. In JBoss AS, you can configure such a data source by dropping a data source
configuration in the deploy folder, like this one:
https://github.com/krisv/jbpm/blob/master/jbpm-installer/db/testDS1-ds.xml
https://github.com/krisv/jbpm/blob/master/jbpm-installer/db/testDS1-ds.xml
In tomcat, this is slightly different. Refer to
http://tomcat.apache.org/tomcat-6.0-doc/jndi-resources-howto.html
http://tomcat.apache.org/tomcat-6.0-doc/jndi-resources-howto.html for JNDI configuration
on Tomcat6.
Kris
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/579174#579174]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]