This class only has one static member
| public class JMSClientVMIdentifier
| {
| public static String instance = GUIDGenerator.generateGUID();
| }
|
I think it should be final like
| public class JMSClientVMIdentifier
| {
| public static String instance = GUIDGenerator.generateGUID();
| }
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4200593#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...