Bugs item #531310, was opened at 2002-03-18 04: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.

----------------------------------------------------------------------

Comment By: Steve Loughran (steve_l)
Date: 2002-04-01 12: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

Reply via email to