Re: [appfuse-user] @ManyToOne problem at testing

2010-11-29 Thread Ramzi MAALEJ
Yeah, the errors occurs when dbunit try to remove an entity which is 
referenced by another one.

I fixed that by changing the code of the unit tests.

On 2010-11-28 07:33, Halil Karakose wrote:

Are you sure that the error is not related with hibernate mapping?

Can you explain the error that you are getting?


On Thu, Nov 25, 2010 at 7:29 PM, ramzi khlil > wrote:


Hi all,

I created two entity with ManyToOne relationship between them.
When I run mvn install on root tests related to those entities
failed.

Do I missing something to prevent this ?

I'm using *AppFuse 2.1.0 Milestone 1 on Ubuntu

*Regards*
*





--
Best regards, Ramzi MAALEJ


Re: [appfuse-user] @ManyToOne problem at testing

2010-11-28 Thread Halil Karakose
Are you sure that the error is not related with hibernate mapping?

Can you explain the error that you are getting?


On Thu, Nov 25, 2010 at 7:29 PM, ramzi khlil  wrote:

> Hi all,
>
> I created two entity with ManyToOne relationship between them.
> When I run mvn install on root tests related to those entities failed.
>
> Do I missing something to prevent this ?
>
> I'm using *AppFuse 2.1.0 Milestone 1 on Ubuntu
>
> *Regards*
> *