[jboss-dev-forums] [Design of JCA on JBoss] - Re: Programmatic deployment--Redux

scott.stark@jboss.org do-not-reply at jboss.com
Mon Nov 27 16:04:57 EST 2006


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#3989051

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989051



More information about the jboss-dev-forums mailing list