Could you include the patch mentioned here in the next release?
https://sourceforge.net/forum/message.php?msg_id=1616327
The patch just adds an 'exists' check to prevent NPEs in my code block in MappingByReflection.
Thanks,
Eric Everman
At 09:48 AM 7/15/2002, you wrote:
> As there doesn't seem to be a hibernate-user list, i'm going to post > this here. =)
Actually theres an active user forum on the sourceforge project page :)
>I'm trying to recreate the mapping xml for the cirrus.test.Simple class but >can't get it to work. Here is what i'm doing :
>
>I guess i'm doing somthing wrong with the uid=XXXXX .
Apparently ReflectedProperty.isUidOK() decides to ignore properties that aren't long, Long or String. I guess this is sort of justified by the fact that all of Hibernate's built-in id generators return either Long or String but I will change it anyway.
Thanks for reporting this problem.
Gavin
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Hibernate-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/hibernate-devel
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Hibernate-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/hibernate-devel
