Ver Mensaje Individual
  #4 (permalink)  
Antiguo 18/05/2011, 08:18
kisja
 
Fecha de Ingreso: julio-2010
Mensajes: 27
Antigüedad: 14 años, 4 meses
Puntos: 2
Respuesta: WebSphere y acceso a datasource

I fix my problem:

Código HTML:
Ver original
  1. DataSource ds = (DataSource) cxt.lookup("java:comp/env/jdbc/aplicacion");
  2.  
  3. conexion = ds.getConnection();

instead of

Código HTML:
Ver original
  1. DataSource ds = (DataSource) cxt.lookup("jdbc/aplicacion");
  2.  
  3. conexion = ds.getConnection();


!!!!!!!!!!!!!!! yeah !!!!!!!!!!!!!!!!!!