Bugs item #769731, was opened at 2003-07-11 09:13 Message generated for change (Comment added) made by starksm You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=769731&group_id=22866
Category: JBossCMP Group: v3.2 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Gavin Matthews (gavinmatthews) >Assigned to: Scott M Stark (starksm) Summary: UUIDKeyGenerator not correct Initial Comment: The toInt function in UUIDKeyGenerator doesn't take the sign of the byte into account, it should read: value |= (int) byte[i] & 0xFF; gavin ---------------------------------------------------------------------- >Comment By: Scott M Stark (starksm) Date: 2003-07-16 07:44 Message: Logged In: YES user_id=175228 Fixed for 3.2.2RC2 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=769731&group_id=22866 ------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
