[JBoss-user] [JCA/JBoss] - Re: Datasource creation for oracle in JBOSS

2004-12-05 Thread bonthus
thnk you all for helping me finally i was got the reason why it was not deployed the reason was small mistake in oracle-ds.xml in place of i have given that was only mistake i was commited by replacing it with proper word now it is working fine thank you View the original post : http:

[JBoss-user] [JCA/JBoss] - Re: Datasource creation for oracle in JBOSS

2004-12-02 Thread darranl
Try starting JBoss without your application or -ds.xml deployed. Put the -ds.xml in the deploy folder, look at any messages on the console to see if it deployed. Use JNDI View in jmx-console to check that the connection bound. Only when you know that the connection has been bound correctly then

[JBoss-user] [JCA/JBoss] - Re: Datasource creation for oracle in JBOSS

2004-12-02 Thread bonthus
thanks joy i have tried ur option also but it was not working now also every thing i have given was fine but i dont know y it was not working while starting itself it is showing that no resource manager found for OracleDS i think datasource was not created yet how can i do at this stage

[JBoss-user] [JCA/JBoss] - Re: Datasource creation for oracle in JBOSS

2004-12-01 Thread joycewteng
Try if this works (1) modify xxx-ds.xml yourOracleDS jdbc:oracle:thin:@localhost:1521:EPS oracle.jdbc.driver.OracleDriver yourUserName yourPwd (2) modify your method: javax.sql.DataSource ds = (javax.sql.DataSource) ctx.lookup("java:/yourOracleDS"); (3) ensure oracle driver