[jboss-user] [JCA/JBoss] - Re: Using CLOB in Serlvet

vickyk do-not-reply at jboss.com
Thu Mar 27 13:14:59 EDT 2008


"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#4139402

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4139402



More information about the jboss-user mailing list