Examples of processTransactionManagement()


Examples of org.apache.openejb.plugins.common.SessionBeanConverter.processTransactionManagement()

   
    addMethodTransactionToDescriptor(descriptor, "TestBean", "*", new String[0]); //$NON-NLS-1$ //$NON-NLS-2$
    addMethodTransactionToDescriptor(descriptor, "TestBean", "test", new String[] { "java.lang.String" }); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
   
    // execute
    converter.processTransactionManagement(enterpriseBean, descriptor);

    // verify
    context.assertIsSatisfied();
  }
 
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.