getLog().debug(++test+"- "+"Calling business methodB (B2B) on BMP bean and it says ");
getLog().debug(bmpBean.callBusinessMethodB());
getLog().debug(++test+"- "+"Calling Business Method B(String) on BMP... ");
getLog().debug(bmpBean.callBusinessMethodB("of wisdom"));
getLog().debug(++test+"- "+"calling remove() on BMP...");
bmpBean.remove();
getLog().debug(++test+"- "+"calling findCollectionKeys....");