Ver Mensaje Individual
  #6 (permalink)  
Antiguo 22/11/2010, 18:37
SirAndy
 
Fecha de Ingreso: noviembre-2010
Mensajes: 12
Antigüedad: 13 años, 5 meses
Puntos: 0
Respuesta: Problema conectando struts con hibernate

No puedo descubrir donde se pintan las excepciones. he usado:
catch (MappingException e) {
log.error("mapping error", e);
log.trace("error"); e.printStackTrace();
throw new ServletException();
} catch (HibernateException e) {
log.error("hibernate error", e);
log.trace("hibernate error", e); e.printStackTrace();
throw new ServletException();
}