[jboss-cvs] JBossAS SVN: r59541 - in branches/Branch_4_2/testsuite/src/resources/aop: invocationlog/META-INF and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 11 13:45:29 EST 2007


Author: kabir.khan at jboss.com
Date: 2007-01-11 13:45:27 -0500 (Thu, 11 Jan 2007)
New Revision: 59541

Modified:
   branches/Branch_4_2/testsuite/src/resources/aop/META-INF/jboss-service.xml
   branches/Branch_4_2/testsuite/src/resources/aop/invocationlog/META-INF/jboss-service.xml
Log:
Remoting Connector is no longer an mbean

Modified: branches/Branch_4_2/testsuite/src/resources/aop/META-INF/jboss-service.xml
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/aop/META-INF/jboss-service.xml	2007-01-11 18:24:32 UTC (rev 59540)
+++ branches/Branch_4_2/testsuite/src/resources/aop/META-INF/jboss-service.xml	2007-01-11 18:45:27 UTC (rev 59541)
@@ -23,17 +23,16 @@
 	 name="jboss.aop:name=TxLockTester"/>
 
   <mbean code="org.jboss.test.aop.bean.SecurityTester"
-	 name="jboss.aop:name=SecurityTester"/>  
+	 name="jboss.aop:name=SecurityTester"/>
 
   <mbean code="org.jboss.test.aop.bean.CacheTester"
 	 name="jboss.aop:name=CacheTester"/>
 
 <!-- -->
   <mbean code="org.jboss.remoting.transport.Connector"
-         xmbean-dd="org/jboss/remoting/transport/Connector.xml"
 	 name="jboss.remoting:type=Connector,transport=socket5150">
-    <attribute name="InvokerLocator">socket://localhost:5150</attribute> 
-    <attribute name="Configuration"> 
+    <attribute name="InvokerLocator">socket://localhost:5150</attribute>
+    <attribute name="Configuration">
        <handlers>
           <handler subsystem="AOP">org.jboss.aspects.remoting.AOPRemotingInvocationHandler</handler>
        </handlers>
@@ -42,9 +41,8 @@
 
 <!--generic clustering and dtm -->
   <mbean code="org.jboss.remoting.transport.Connector"
-         xmbean-dd="org/jboss/remoting/transport/Connector.xml"
 	 name="jboss.aop.test:type=Connector,transport=socket5151">
-    <attribute name="InvokerLocator">socket://localhost:5151</attribute> 
+    <attribute name="InvokerLocator">socket://localhost:5151</attribute>
   </mbean>
 
 

Modified: branches/Branch_4_2/testsuite/src/resources/aop/invocationlog/META-INF/jboss-service.xml
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/aop/invocationlog/META-INF/jboss-service.xml	2007-01-11 18:24:32 UTC (rev 59540)
+++ branches/Branch_4_2/testsuite/src/resources/aop/invocationlog/META-INF/jboss-service.xml	2007-01-11 18:45:27 UTC (rev 59541)
@@ -3,10 +3,9 @@
 
 <server>
   <mbean code="org.jboss.remoting.transport.Connector"
-         xmbean-dd="org/jboss/remoting/transport/Connector.xml"
 	 name="jboss.remoting:type=Connector,transport=socket5150">
-    <attribute name="InvokerLocator">socket://localhost:5150</attribute> 
-    <attribute name="Configuration"> 
+    <attribute name="InvokerLocator">socket://localhost:5150</attribute>
+    <attribute name="Configuration">
        <handlers>
           <handler subsystem="AOP">org.jboss.aop.remoting.AOPRemotingInvocationHandler</handler>
        </handlers>




More information about the jboss-cvs-commits mailing list