ServiceAttributeMetaData:
| // set attributes
| List<ServiceAttributeMetaData> attrs = new
ArrayList<ServiceAttributeMetaData>();
| ServiceAttributeMetaData attr = new ServiceAttributeMetaData();
| attr.setName("TransactionManagerFactory");
| ServiceDependencyValueMetaData dependencyValue = new
ServiceDependencyValueMetaData();
| dependencyValue.setDependency(getTransactionManagerServiceName());
| dependencyValue.setProxyType("attribute");
| attr.setValue(dependencyValue);
| attrs.add(attr);
|
| ejbModule.setAttributes(attrs);
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989051#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...