I'm brilliant:
// Adjust for null
| String valueToSet = value;
| if (valueToSet == null)
| {
| valueToSet = "";
| }
|
| // Set
| SecurityActions.setSystemProperty(key, valueToSet);
Thanks, guys. :D
S,
ALR
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4230496#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...