Ver Mensaje Individual
  #2 (permalink)  
Antiguo 06/08/2008, 16:06
Cimballi
 
Fecha de Ingreso: agosto-2008
Ubicación: Cajamarca
Mensajes: 49
Antigüedad: 16 años, 6 meses
Puntos: 0
Respuesta: Spring + hibernate

Este comportamiento es normal. En la documentacion : Simple implementation of the standard JDBC DataSource interface, configuring a plain old JDBC Driver via bean properties, and returning a new Connection for every getConnection call.

http://static.springframework.org/spring/docs/2.0.8/api/org/springframework/jdbc/datasource/DriverManagerDataSource.html

Cimballi