Hi,
tio me it seems as the data-sources.xml is incorrect. It should be something 
like this:

<data-source
  class="com.evermind.sql.DriverManagerDataSource"
  name="OracleDS"
  location="jdbc/OracleCoreDS"
  xa-location="jdbc/xa/OracleXADS"
  ejb-location="jdbc/OracleDS"
  connection-driver="oracle.jdbc.driver.OracleDriver"
  username="scott"
  password="tiger"
  url="jdbc:oracle:thin:@localhost:1521:orcl"
  inactivity-timeout="30"
/>

>
>I have following data-source
><data-source
>  class="oracle.jdbc.pool.OracleDataSource"
>  name="Oracle"
>  location="jdbc/devDS"
>  xa-location="jdbc/xa/devXA"
>  ejb-location="jdbc/devDS"
>  connection-driver="oracle.jdbc.driver.OracleDriver"
>  url="jdbc:oracle:thin:system/manager@station-one:1521:application"
>  username="system"
>  password="manager"
>  inactivity-timeout="30"
>  schema="database-schemas/oracle.xml"
>/>
>
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com


Reply via email to