getLog().debug("ok");
// the current test will always return
getLog().debug(++test+"- "+"Calling create on the home...");
EntityBMP bmpBean = bmpHome.create("Marc");
assertTrue("bmpBean != null", bmpBean != null);
getLog().debug("ok");
// Let's call a business method to see the flow of server calls