Presently I am opening up generated jar files in the starter's kit (jbpm 
directory) to try to figure out how to change JBoss to use another database 
(Oracle) instead of the default Hypersonic db. The documentation is incomplete 
and doesn't completely address this, unless there is some part of the 
documentation or newer version of the JBPM user guide (I am using 3.0.3) which 
I am not aware of. 

Inside the generated jbpm.sar file, there are no related config/property files 
put in there directly. There are several other jars inside however. Two of 
these are:

jbpm-3.0.3.jar 
jbpm.sar.cfg.jar

Inside the jbpm-3.0.3.jar, there is a jbpm.properties file, with commented out 
entries about referencing hibernate configuration files, but no hibernate 
configuration files are found in the jar. 

Then, in jbpm.sar.cfg.jar, there is a jbpm.properties file, with entries (not 
commented out) that point to hibernate.properties and hibernate.cfg.xml files, 
both of which are contained in the jar too, and both of which have been changed 
for usage of my Oracle database (dialect, url, username, password, etc.). 

However, when I deploy the sar using build.deploy.xml and ant, it still is 
attempting to connect to the Hypersonic db, not Oracle. 

Help!  I am confused why the jbpm.properties files appear in both the 
jbpm-3.0.3.jar and the jbpm.sar.cfg.jar, and I need help knowing how to get a 
database other than the default Hypersonic database to work in JBoss. 

Thanks for your help. 

Brad



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955680#3955680

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955680

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to