Re: [appfuse-user] JUnit: testUpdateUser: saveUser didn't throw EntityExistsException

2009-01-12 Thread rahul somasunderam
I got the same using postgresql with JPA. I replaced save (user) to saveUser(user) And it went fine from there. mraible wrote: > > On Wed, Dec 3, 2008 at 8:38 AM, mwaynewalter > wrote: >> >> Folks, >> >> I get this error, "saveUser didn't throw EntityExistsException" in the >> UserDaoTest meth

Re: [appfuse-user] JUnit: testUpdateUser: saveUser didn't throw EntityExistsException

2008-12-08 Thread Matt Raible
On Wed, Dec 3, 2008 at 8:38 AM, mwaynewalter <[EMAIL PROTECTED]> wrote: > > Folks, > > I get this error, "saveUser didn't throw EntityExistsException" in the > UserDaoTest method getUpdateUser. > > Here's my configuration: > > Appfuse 2.0.2 with JPA, full-source, and Oracle 10g instead of MySQL. >

[appfuse-user] JUnit: testUpdateUser: saveUser didn't throw EntityExistsException

2008-12-03 Thread mwaynewalter
Folks, I get this error, "saveUser didn't throw EntityExistsException" in the UserDaoTest method getUpdateUser. Here's my configuration: Appfuse 2.0.2 with JPA, full-source, and Oracle 10g instead of MySQL. NOTE: This unit test failure goes away when using the MySQL. It also goes away using