sr007 [
https://community.jboss.org/people/sr007] created the discussion
"Where JBPM 5.2 stores data information about the process"
To view the discussion, visit:
https://community.jboss.org/message/761962#761962
--------------------------------------------------------------
Hello everyone,
I have been trying to get the information of JBPM process from the h2 database. I have
created one demo jbpm process with human task activity. When i ran the Jbpm process, it
got stuck at humantask activity. After that i completed the humantask activity from the
eclipse. Now i have started the he database with following command--> java -cp h2.jar
org.h2.tools.Server -web and accessed the following url -->
http://157.227.31.46:8082
http://157.227.31.46:8082. I have entered following information:
Driver Class: org.h2.jdbcx.JdbcDataSource
JDBC URL: jdbc:h2:tcp://localhost/~/test
username: sa
password:
After i have entered these details and clicked on +connect,+ i am able to see the database
interface with tables. But the main problem is everytime i run JBPM process and check
these tables, there is no data.
Can anyone help me in knowing, where does JBPM actually stores data?
Thanx in advance ;-)..
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/761962#761962]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]