Joined: Tue Oct 10, 2006 11:59 am Posts: 2
|
Hi,
I have notice a problem where I have lets say a class
x.y.MyDataClass
and another classs lets call in
a.b.c.MyDataClass
both of these classes are mapped to a database table in hibernate config file.
Both of these work okay seperately.
But when they are used in same project they conflict even though the classes are fully qualified in the mapping file.
Renaming one of thes eg x.y.MyDataClass becomes x.y.YourDataClass
and it all works okay again.
Has anyone else seen this problem?
It looks like a hibernate bug to me.
I am in the process of testing this outside my application to check this.
Any ideas?
B
|
|