SecurityContext bean = home.create();
log.debug("Created spec.UserInRoleContextSession");
HashSet roles = new HashSet();
roles.add("Role1");
roles.add("Role2");
bean.testDomainInteraction(roles);
bean.remove();
}
/**
* Test that the calling principal is propagated across bean calls.