Michael Wagner [
http://community.jboss.org/people/michael.wagner] created the discussion
"Re: H2 database"
To view the discussion, visit:
http://community.jboss.org/message/616117#616117
--------------------------------------------------------------
Hi,
I finally figured out (reading the sources - open source is great!):
| | <arg value="-baseDir"/> |
| | <arg value="${install.home}/db"/> |
H2 takes simply the "next" parameter if this is expected:
...
} else if ("-baseDir".equals(arg)) {
i++;
...
http://www.google.com/codesearch#nNQkx37hnf0/trunk/h2/src/main/org/h2/too...
Michael
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/616117#616117]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]