They don't have to be of type ServiceDependencyValueMetaData. You can just set a text
value:
| String value = ...;
| ServiceAttributeMetaData attribute = new ServiceAttributeMetaData();
| attribute.setName(attributeName);
| attribute.setReplace(replaceAttribute);
| attribute.setTrim(trim);
| attribute.setValue(value);
| attributes.add(attribute);
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989056#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...