[jboss-user] [JCA/JBoss] - Re: Problem in acessing Oracle data Source from JBoss 4
jsbhangra
do-not-reply at jboss.com
Fri May 18 07:22:00 EDT 2007
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
More information about the jboss-user
mailing list