[jboss-cvs] JBossAS SVN: r60390 - 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 11:56:25 EST 2007


Author: dimitris at jboss.org
Date: 2007-02-07 11:56:25 -0500 (Wed, 07 Feb 2007)
New Revision: 60390

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

Modified: branches/Branch_4_2/testsuite/src/resources/naming/services/naming-xmbean.xml
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/naming/services/naming-xmbean.xml	2007-02-07 16:38:38 UTC (rev 60389)
+++ branches/Branch_4_2/testsuite/src/resources/naming/services/naming-xmbean.xml	2007-02-07 16:56:25 UTC (rev 60390)
@@ -37,6 +37,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>

Modified: branches/Branch_4_2/testsuite/src/resources/naming/services/pooled-service.xml
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/naming/services/pooled-service.xml	2007-02-07 16:38:38 UTC (rev 60389)
+++ branches/Branch_4_2/testsuite/src/resources/naming/services/pooled-service.xml	2007-02-07 16:56:25 UTC (rev 60390)
@@ -54,6 +54,8 @@
       <!-- The detached pooled invoker proxy -->
       <depends optional-attribute-name="InvokerProxyFactory"
          proxy-type="attribute">jboss.test:service=proxyFactory,type=pooled,target=Naming</depends>
+      <depends optional-attribute-name="Naming"
+         proxy-type="attribute">jboss:service=NamingBeanImpl</depends>           
    </mbean>
 
 </server>




More information about the jboss-cvs-commits mailing list