Discussion:
[jboss-user] [jBPM] - H2 Database with jBPM Demo
Carlos Crosetti
2012-06-13 10:08:07 UTC
Permalink
Carlos Crosetti [https://community.jboss.org/people/carlos.crosetti] created the discussion

"H2 Database with jBPM Demo"

To view the discussion, visit: https://community.jboss.org/message/741431#741431

--------------------------------------------------------------
Is the H2 DB with the demo "in-memoryšduring the demo session or has files where the data is stored? Where are those files located?
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/741431#741431]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Katarzyna Bylec
2012-07-28 20:37:00 UTC
Permalink
Katarzyna Bylec [https://community.jboss.org/people/katis] created the discussion

"Re: H2 Database with jBPM Demo"

To view the discussion, visit: https://community.jboss.org/message/750833#750833

--------------------------------------------------------------
Hi Carols,

the answer can be found here: http://www.h2database.com/html/faq.html#database_files http://www.h2database.com/html/faq.html#database_files

I my case the H2's URL is defined this way:
url="jdbc:h2:tcp://localhost/~/jbpm-db"

and its files are in <home_dir>/jbpm-db.h2.db

Cheers,
Katarzyna
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/750833#750833]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
VinothKumar Srinivasan
2012-12-30 19:35:40 UTC
Permalink
VinothKumar Srinivasan [https://community.jboss.org/people/svinothmca] created the discussion

"Re: H2 Database with jBPM Demo"

To view the discussion, visit: https://community.jboss.org/message/786459#786459

--------------------------------------------------------------
How to start the h2 database server ?

I created the process and when i try to run the JUNIT test i am getting an error that " Cannot start the h2 server database"
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/786459#786459]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
shlwang0729 shlwang
2013-01-02 15:46:59 UTC
Permalink
shlwang0729 shlwang [https://community.jboss.org/people/shlwang] created the discussion

"Re: H2 Database with jBPM Demo"

To view the discussion, visit: https://community.jboss.org/message/787085#787085

--------------------------------------------------------------
H2 has many limitationsbe locked often,use others:mysql,oracle,ms sql.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/787085#787085]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
roxy1987
2013-01-02 16:21:13 UTC
Permalink
roxy1987 [https://community.jboss.org/people/roxy1987] created the discussion

"Re: H2 Database with jBPM Demo"

To view the discussion, visit: https://community.jboss.org/message/787094#787094

--------------------------------------------------------------
Use ant command. ant start.h2.
Or if you wish to start h2 from your java code then you can use JBPMHelper.+startH2Server+();
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/787094#787094]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Loading...