ricardo delarosa [
http://community.jboss.org/people/rdelarosa] replied to the discussion
"Error: "DEPLOYMENTS MISSING DEPENDENCIES""
To view the discussion, visit:
http://community.jboss.org/message/535917#535917
--------------------------------------------------------------
Peter:
I just need to access an Oracle database.
Do I need to make additional configurations to access an Oracle database ?
I improved the content of my jbpm-ds.xml. This content is:
<?xml version="1.0" encoding="UTF-8"?>
<datasources>
<local-tx-datasource>
<jndi-name>DefaultDS</jndi-name>
<connection-url>jdbc:oracle:thin:@127.0.0.1:1521:xe</connection-url>
<driver-class>oracle.jdbc.driver.OracleDriver</driver-class>
<user-name>BPM</user-name>
<password>BPM</password>
<min-pool-size>1</min-pool-size>
<max-pool-size>5</max-pool-size>
<idle-timeout-minutes>0</idle-timeout-minutes>
<track-statements/>
<prepared-statement-cache-size>32</prepared-statement-cache-size>
</local-tx-datasource>
</datasources>
______
Thank you in advance.
Ricardo
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/535917#535917]
Start a new discussion in Beginner's Corner at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]