22/11/2010, 18:37
|
| | Fecha de Ingreso: noviembre-2010
Mensajes: 12
Antigüedad: 14 años 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();
} |