}
LoginContext lc = login("ejbcaller", "ejbcallerpw".toCharArray());
CallerIdentityHome home = (CallerIdentityHome) ctx.lookup("jca-test/CallerIdentity");
CallerIdentity bean = home.create();
bean.useCallerForAuth();
lc.logout();
}
public void testConfiguredIdentityPropagation() throws Throwable
{