TransactionManagementImpl annotation = new TransactionManagementImpl();
annotation.setValue(transactionType);
addClassAnnotation(container, TransactionManagement.class, annotation);
}
MethodAttributesMetaData attributes = enterpriseBean.getMethodAttributes();
if (attributes != null)
{
for(MethodAttributeMetaData method : attributes)
{
TransactionTimeout timeoutAnnotation = new TransactionTimeoutImpl(method.getTransactionTimeout());