[jboss-cvs] JBossAS SVN: r66119 - in trunk/ejb3/src: test/org/jboss/ejb3/test/securitydomain/unit and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 15 01:15:01 EDT 2007


Author: ALRubinger
Date: 2007-10-15 01:15:01 -0400 (Mon, 15 Oct 2007)
New Revision: 66119

Modified:
   trunk/ejb3/src/resources/test/securitydomain/META-INF/jboss.xml
   trunk/ejb3/src/test/org/jboss/ejb3/test/securitydomain/unit/SecurityDomainTestCase.java
Log:
Reverted changes made to accommodate EJBTHREE-1062; should not be required to satisfy the issue

Modified: trunk/ejb3/src/resources/test/securitydomain/META-INF/jboss.xml
===================================================================
--- trunk/ejb3/src/resources/test/securitydomain/META-INF/jboss.xml	2007-10-15 05:07:14 UTC (rev 66118)
+++ trunk/ejb3/src/resources/test/securitydomain/META-INF/jboss.xml	2007-10-15 05:15:01 UTC (rev 66119)
@@ -9,7 +9,7 @@
    <enterprise-beans>
       <session>
          <ejb-name>SecurityDomainTest</ejb-name>
-         <jndi-name>SecurityDomainTest/remote</jndi-name>
+         <jndi-name>SecurityDomainTest</jndi-name>
       </session>
    </enterprise-beans>
 </jboss>

Modified: trunk/ejb3/src/test/org/jboss/ejb3/test/securitydomain/unit/SecurityDomainTestCase.java
===================================================================
--- trunk/ejb3/src/test/org/jboss/ejb3/test/securitydomain/unit/SecurityDomainTestCase.java	2007-10-15 05:07:14 UTC (rev 66118)
+++ trunk/ejb3/src/test/org/jboss/ejb3/test/securitydomain/unit/SecurityDomainTestCase.java	2007-10-15 05:15:01 UTC (rev 66119)
@@ -41,7 +41,7 @@
 
    public void testJBossSecurityDomain() throws Exception
    {
-      SecurityDomainTest test = (SecurityDomainTest)getInitialContext().lookup("SecurityDomainTest/remote");
+      SecurityDomainTest test = (SecurityDomainTest)getInitialContext().lookup("SecurityDomainTest");
       assertNotNull(test);
       
       try




More information about the jboss-cvs-commits mailing list