Community

Error: "DEPLOYMENTS MISSING DEPENDENCIES"

reply from ricardo delarosa in Beginner's Corner - View the full discussion

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

Start a new discussion in Beginner's Corner at Community