deploy("cts-v2cmp-sar.ear");
getLog().debug("Deployed cts-v2cmp-sar.ear");
InitialContext ctx = new InitialContext();
CtsCmp2SessionHome home = (CtsCmp2SessionHome) ctx.lookup("v2/CtsCmp2SessionBean");
getLog().debug("Found CtsCmp2SessionHome");
CtsCmp2Session session = home.create();
getLog().debug("Created CtsCmp2Session");
session.testV2();
getLog().debug("Invoked CtsCmp2Session.testV2()");
}
finally
{
undeploy("cts-v2cmp-sar.ear");