configuring oracle-ds.xml file in jboss

7,450

You need to do only few things:

  1. Go to directory docs/examples/jca (in JBoss) and there you can find oracle-ds.xml file, you can use that file as a template for your configuration.
  2. Copy oracle-ds.xml to your profile directory (for example default).
  3. Edit that file and set up your JDBC connection string.
  4. Copy jar library with Oracle thin database drivers to profle lib directory.
  5. Start your JBoss server.

You can find more information on that subject on JBoss Community Wiki: http://community.jboss.org/wiki/configdatasources.

Share:
7,450

Related videos on Youtube

coderlearner
Author by

coderlearner

Updated on September 17, 2022

Comments

  • coderlearner
    coderlearner over 1 year

    how can I connect jboss with database and how can I configure oracle-ds.xml