Bugs item #769731, was opened at 2003-07-11 09:13 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=769731&group_id=22866
Category: JBossCMP Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Gavin Matthews (gavinmatthews) Assigned to: Nobody/Anonymous (nobody) 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 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=769731&group_id=22866 ------------------------------------------------------- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & more. Download & eval WebKing and get a free book. www.parasoft.com/bulletproofapps1 _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
