[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - UUIDGenerator broken on Windows...
clebert.suconic@jboss.com
do-not-reply at jboss.com
Tue Feb 3 15:25:26 EST 2009
public final UUID generateTimeBasedUUID(byte[] byteAddr)
| {
| byte[] contents = new byte[16];
| int pos = 12;
| for (int i = 0; i < 4; ++i)
| {
| contents[pos + i] = byteAddr; <<-- NPE on byteAddr
| }
|
It only happens on Windows.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4206709#4206709
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4206709
More information about the jboss-dev-forums
mailing list