Package org.jboss.test.mdbdefaultraname.bean

Examples of org.jboss.test.mdbdefaultraname.bean.TestStatusHome.create()


   }
  
   public void testMDBDefaultRAName() throws Exception
   {
      TestStatusHome testHome = (TestStatusHome) new InitialContext().lookup("TestStatus");
      TestStatus test = testHome.create();
      Map<String, String> map = new HashMap<String, String>();
      map.put("StandardMDB", "jms-ra.rar");
      map.put("MDBTestMessageListener", "jcainflow.rar");
      assertEquals(map, test.getResourceAdapterNames());
   }
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.