Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.

Add Data Source on the Application Server

Avatar

Former Community Member
Does anyone know how I can add a data source to be defined on the application server that hosts the LiveCycle ES server.



Thanks,



John
8 Replies

Avatar

Level 10
You can add an entry in a file *-ds.xml located under C:\Adobe\LiveCycle8.2\jboss\server\all\deploy.



You can create your own file or edit one that already exist.



Jasmin

Avatar

Former Community Member
Jasmin,



Thank you for your help!



I found an example of oracle-ds.xml and have used that. Is there any other file I need to modify to get this to work?



John

Avatar

Level 10
That should be it.



You need to re-start JBoss.



Jasmin

Avatar

Former Community Member
In my datasource location for my jdbc service in workbench I am getting the following error when trying to do a test connection:

Exception: kingorads not bound. Cause: kingorads not bound

kingorads is what I named the jndi name. Here is what I have in the adobe-ds.xml file:

--------------Begin Code

-
KINGORADS
jdbc:oracle:thin:@kingora:1521:prod
-
oracle.jdbc.driver.OracleDriver
X
Y
-
-
-
org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter
-
-
-
-
Oracle9i

-


--------------End Code

Avatar

Level 10
In the Datasource name property put java:/KINGORADS



Jasmin