"PrasnnaP" wrote : Can you let us know what exactly you tried to setup the JSP
using DataSource.
|
I did not try any rocket science there , all I did was this :)
<%
| InitialContext context = new InitialContext();
| DataSource ds = (DataSource)context.lookup("OracleDS");
| Connection con = ds.getConnection();
| out.println("Connectio is "+con);
| %>
You need to isolate the problem yourself and get back to us with more concrete evidence
;)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4139402#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...