Package org.jboss.test.jbossts.crash

Examples of org.jboss.test.jbossts.crash.TestEntityHelperLocal


   @Override
   protected boolean addTxResources(Transaction tx)
   {
      if (super.addTxResources(tx))
      {
         TestEntityHelperLocal testEntityHelper;
         try
         {
            testEntityHelper = (TestEntityHelperLocal) new InitialContext().lookup(TestEntityHelper.LOCAL_JNDI_NAME);
           
            return testEntityHelper.updateTestEntity(testEntityPK);
         }
         catch (NamingException e)
         {
            e.printStackTrace();
         }
View Full Code Here

TOP

Related Classes of org.jboss.test.jbossts.crash.TestEntityHelperLocal

Copyright © 2018 www.massapicom. 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.