protected void setUp()
throws Exception
{
super.setUp();
getLog().debug("Build Container MBX for BMP");
mbx = new ContainerMBox();
getLog().debug("Initialize to empty BMP table.");
CtsBmpHome home = getHome();
Collection clct = home.findAll();
if (clct.size() != 0) {