posted 16 years ago
Hi Ranchers,
I am beginner in JPA and facing this error.
I am trying to map 2 entity beans. When I am accessing child entity in my parent entity , it throws exception saying.... child class declares a column that is not compatible with the expected type "decimal".
If I remove mapping then it does not complain at all.
Can anyone help me understand what could be the issue? I need to map those two entities.
Thanks,
Vivian