/* 129 */ ServiceAttributeMetaData attribute = null;
/* 130 */ if (this.workManagerName != null)
/* */ {
/* 132 */ attribute = new ServiceAttributeMetaData();
/* 133 */ attribute.setName("WorkManager");
/* 134 */ attribute.setValue(new ServiceInjectionValueMetaData(this.workManagerName));
/* 135 */ attributes.add(attribute);
/* */ }
/* 137 */ if (this.xaTerminatorName != null)
/* */ {
/* 139 */ attribute = new ServiceAttributeMetaData();
/* 140 */ attribute.setName("XATerminator");
/* 141 */ attribute.setValue(new ServiceInjectionValueMetaData(this.xaTerminatorName, "XATerminator"));
/* 142 */ attributes.add(attribute);
/* */ }
/* 144 */ if (!attributes.isEmpty()) {
/* 145 */ rarDeployment.setAttributes(attributes);
/* */ }