I have inserted the driver also in
$JBOSS_HOME/server/default/deploy/postgresql-8.0-314.jdbc2.jar and hour works
all good
I hope that this information is useful
Stefano
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983925#3983925
Reply to the post :
http
I ask an aid kindly, do not suceed to understand where it is the error
the jar file of driver is in
$JBOSS_HOME/server/default/lib/postgresql-8.0-314.jdbc2.jar
this work fine
DataSource ds = (DataSource) ctx.lookup("java:comp/env/jdbc/dbGDO");
Connection theConnection = ds.getConnection();
t