[jboss-cvs] JBossAS SVN: r60395 - branches/Branch_4_2/testsuite/src/resources/naming/services.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 7 13:31:00 EST 2007


Author: dimitris at jboss.org
Date: 2007-02-07 13:31:00 -0500 (Wed, 07 Feb 2007)
New Revision: 60395

Modified:
   branches/Branch_4_2/testsuite/src/resources/naming/services/jboss-service.xml
Log:
JBAS-4082, fix naming tests after naming service changes

Modified: branches/Branch_4_2/testsuite/src/resources/naming/services/jboss-service.xml
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/naming/services/jboss-service.xml	2007-02-07 17:57:54 UTC (rev 60394)
+++ branches/Branch_4_2/testsuite/src/resources/naming/services/jboss-service.xml	2007-02-07 18:31:00 UTC (rev 60395)
@@ -77,6 +77,16 @@
             <name>MethodMap</name>
             <type>java.util.Map</type>
          </attribute>
+         <attribute access="read-write" getMethod="getNaming" setMethod="setNaming">
+            <description>Underlying Naming bean instance</description>
+            <name>Naming</name>
+            <type>org.jnp.server.NamingBean</type>
+         </attribute>
+         <attribute access="read-only" getMethod="getNamingInstance">
+            <description>Underlying Naming bean instance</description>
+            <name>NamingInstance</name>
+            <type>org.jnp.interfaces.Naming</type>
+         </attribute>         
          <attribute access="read-write" getMethod="getCallByValue" setMethod="setCallByValue">
             <description>The call by value mode. true if all lookups are unmarshalled using
             the caller's TCL, false if in VM lookups return the value by reference.</description>
@@ -192,6 +202,8 @@
       <attribute name="Port">-1</attribute>
       <!-- Don't override the default naming service -->
       <attribute name="InstallGlobalService">false</attribute>
+      <depends optional-attribute-name="Naming"
+         proxy-type="attribute">jboss:service=NamingBeanImpl</depends>
    </mbean>
 
 </server>




More information about the jboss-cvs-commits mailing list