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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...