379380381382383384385386387388389
try { TestENC bean = home.create(); getLog().debug("Created SecuredENCBean"); bean.accessENC(); bean.remove(); System.setProperty("java.security.auth.login.config", "invalid"); } finally {
416417418419420421422423424425426
try { TestENC bean = home.create(); getLog().debug("Created SecuredENCBean"); bean.accessENC(); bean.remove(); } finally { super.undeploy("naming.jar");
7172737475767778798081
TestENCHome home = (TestENCHome)obj; getLog().debug("Found TestENCHome"); TestENC bean = home.create(); getLog().debug("Created ENCBean"); bean.accessENC(); bean.remove(); } /** * A unit test for JUnit
8990919293949596979899
TestENCHome2 home = (TestENCHome2)obj; getLog().debug("Found TestENCHome2"); TestENC bean = home.create(); getLog().debug("Created ENCBean0"); bean.accessENC(); bean.remove(); } public static Test suite() throws Exception {
378379380381382383384385386387388
415416417418419420421422423424425
6970717273747576777879
8788899091929394959697