Andre,
Try this simple code in jsp and let me know what exception do you get 

  | <%
  | InitialContext ctx = new InitialContext();
  | DataSource ds = (DataSource)ctx.lookup("java:PostgresDS");
  | Connection con = ds.getConnection();
  | con.close();
  | %>
  | 
Also make sure that you don't have any other version of postgres driver present 
in Jboss distribution .

Vicky

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

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

Reply via email to