Bugs item #531310, was opened at 2002-03-18 12: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: None Priority: 5 Submitted By: Craig (scytayl) Assigned to: Nobody/Anonymous (nobody) 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. ---------------------------------------------------------------------- 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
