Posted By:
vasanth_prabu
Posted On:
Monday, September 20, 2004 04:03 AM
How to lookup txdatasource bound to weblogic?I am getting ClassCastException when i do this plz reply to this if u had come across the problem
DataSource ds=(DataSource)ctx.lookup("TXPOOLJNDI");
OracleXADataSource ds=(OracleXADataSource)d;
xaCon =(XAConnection)ds.getConnection();