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
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.
>
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