Thanx a lot vicky 
it worked at last . with code snippet u provided.

i was using this :

  |   ctx=(Context)ic.lookup("java:comp/env");
  |   ds=(DataSource)ctx.lookup("java:/oracleDS");
  |   con=ds.getConnection();
  |           

Now Can You tell me how to configure connection pooling ..?
what will be most effecient technique ..? 
I am develop  struts based web application . which will be hit be million of 
user's(as client said ) 

Jasdeep


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046767#4046767

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046767
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to