[jboss-user] [Beginner's Corner] - Error: "DEPLOYMENTS MISSING DEPENDENCIES"

ricardo delarosa do-not-reply at jboss.com
Tue Apr 6 15:29:25 EDT 2010


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&containerType=14&container=2075]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100406/ba7d84c8/attachment.html 


More information about the jboss-user mailing list