Bugs item #531310, was opened at 2002-03-18 13:09 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402704&aid=531310&group_id=31602
Category: ejbdoclet Group: v1.1.2 Status: Open >Resolution: Fixed Priority: 5 Submitted By: Craig (scytayl) >Assigned to: Dmitri Colebatch (dimc) Summary: Data Object hashcode() fails with byte[] Initial Comment: The hashcode() function generated in the data access object fails for a byte array. Given the attribute 'image' of type byte[], the following code is generated: result = 37*result + (int) image; This results in a compile error to due an invalid cast from byte[] to int. ---------------------------------------------------------------------- >Comment By: Vincent Harcq (vharcq) Date: 2002-04-03 10:17 Message: Logged In: YES user_id=125677 Dmitri solved it after 1.1. I simply change the samples and add the Dmitri code to work with Value Objects as well. ---------------------------------------------------------------------- Comment By: Steve Loughran (steve_l) Date: 2002-04-01 22:23 Message: Logged In: YES user_id=21275 ...I've encountered this on middlegen generated code to support guid primary keys; until we have a fix you can't use guids with xdoclet. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402704&aid=531310&group_id=31602 _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
