[jboss-user] [jBPM] - Re: JBPM5 integration with oracle

Anand Prakash do-not-reply at jboss.com
Wed Mar 2 20:39:41 EST 2011


Anand Prakash [http://community.jboss.org/people/anandintouch] created the discussion

"Re: JBPM5 integration with oracle"

To view the discussion, visit: http://community.jboss.org/message/590752#590752

--------------------------------------------------------------
Hi Arun,
 For Oracle integration,you need to change Oracle dialect,username,password,url in respective persistence.xml  files.
 For example- 
*  <property name="hibernate.dialect" value="org.hibernate.dialect.Oracle10gDialect"/>*
*      <property name="hibernate.connection.driver_class" value="oracle.jdbc.driver.OracleDriver"/>*
*      <property name="hibernate.connection.url" value="jdbc:oracle:thin:@localhost:1521:xe" />*
*      <property name="hibernate.connection.username" value="jbpm"/>*
*      <property name="hibernate.connection.password" value="password"/>*

And also *make sure that oracle jdbc jar(e.g. oracleJDBC-10.jar ) is in class path* which can also be configured in ant script as I had mentioned in my old post date  Dec 1, 2010 7:07 PM under section "Installer build file change is given below"
--------------------------------------------------------------

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

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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110302/6c29ef24/attachment-0001.html 


More information about the jboss-user mailing list