Re: Struts Hibernate error

2005-08-23 Thread Luiz Godoy
ain(RemoteTestRunner.java:192) Emmanouil Batsis <[EMAIL PROTECTED]> wrote: Luiz Godoy wrote: >I´m having this error using eclipse, with struts and hibernate, any clue ? > Not without the stacktrace. Manos - To unsubscribe, e-mail: [

Struts Hibernate error

2005-08-23 Thread Luiz Godoy
I´m having this error using eclipse, with struts and hibernate, any clue ? INFO: using CGLIB reflection optimizer 23/08/2005 10:12:25 org.hibernate.cfg.Environment INFO: using JDK 1.4 java.sql.Timestamp handling 23/08/2005 10:12:25 org.apache.struts.action.RequestProcessor processException W

Testing Struts With JUnit

2005-08-18 Thread Luiz Godoy
I´m trying to test the action below : public class FamiliaDNCAction extends BasicAction { public ActionForward unspecified(ActionMapping actionMapping, ActionForm actionForm, HttpServletRequest request, HttpServletResponse response) throws BusinessException { Set msgs = new HashSet();