securityClient.setSimple("bill2", "invalidpassword");
securityClient.login();
try
{
stateless.testSecurity();
throw new RuntimeException("ERROR - User with incorrect password accessed the bean");
}
catch (javax.ejb.EJBAccessException e)
{
System.out.println("Caught javax.ejb.EJBAccessException, for SLSB, as expected");