[appfuse-user] error: NullPointerException when using hibernate

2009-11-21 Thread QuanNH
hi i follow this tut http://appfuse.org/display/APF/Using+Hibernate and get error when Run the DAO Test: Running com.mycompany.dao.PersonDaoTest Tests run: 2, Failures: 0, Errors: 2, Skipped: 0 testFindPersonByLastName(com.mycompany.dao.PersonDaoTest) Time elapsed: 0.356 sec <<< ERROR! java.l

Re: [appfuse-user] error: NullPointerException when using hibernate

2009-11-22 Thread QuanNH
; Matt > > On Sat, Nov 21, 2009 at 9:36 AM, QuanNH <[hidden email]> wrote: >> >> hi >> >> i follow this tut http://appfuse.org/display/APF/Using+Hibernate and get >> error when Run the DAO Test: >> >> Running com.mycompany.dao.PersonDaoTest >