hi everybody,
I am using the following data source setting for my project work.
And everything is running fine.
But I don't know what's the purpose of location, xa-location and ejb-location attribute.
I've checked on internet as well but could not get a satisfying answer.
<data-source
class="oracle.jdbc.pool.OracleConnectionPoolDataSource"
name="ORCLDS"
location="jdbc/OrclDS"
xa-location="jdbc/xa/OrclXADS"
ejb-location="jdbc/PooledOrclDS"
url="jdbc

racle:thin:@localhost:1521

rcl"
connection-driver="oracle.jdbc.driver.OracleDriver"
username="scott"
password="tiger"
inactivity-timeout="30"
/>
Can anybody explain these attributes to me?