[jboss-cvs] JBossAS SVN: r57999 - in trunk: aspects/src/resources/test/asynch/META-INF ejb3/src/resources ejb3/src/resources/META-INF ejb3/src/resources/test-configs/arjuna/conf ejb3/src/resources/test-configs/ejb3-ssl/deploy/ejb3.deployer/META-INF ejb3/src/resources/test-configs/ejb3-ssl-advanced/deploy/ejb3.deployer/META-INF ejb3/src/resources/test-configs/invoker/deploy/ejb3.deployer/META-INF server/src/etc/conf/default system/src/resources/tests/conf testsuite/src/resources/aop/META-INF testsuite/src/resources/aop/invocationlog/META-INF testsuite/src/resources/recover/META-INF testsuite/src/resources/recover/dummyrecoverable/META-INF
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Nov 2 01:30:42 EST 2006
Author: scott.stark at jboss.org
Date: 2006-11-02 01:30:24 -0500 (Thu, 02 Nov 2006)
New Revision: 57999
Modified:
trunk/aspects/src/resources/test/asynch/META-INF/jboss-service.xml
trunk/ejb3/src/resources/META-INF/ejb3-service.xml
trunk/ejb3/src/resources/META-INF/jboss-service.xml
trunk/ejb3/src/resources/ejb3-connectors-service.xml
trunk/ejb3/src/resources/test-configs/arjuna/conf/jboss-service.xml
trunk/ejb3/src/resources/test-configs/ejb3-ssl-advanced/deploy/ejb3.deployer/META-INF/jboss-service.xml
trunk/ejb3/src/resources/test-configs/ejb3-ssl/deploy/ejb3.deployer/META-INF/jboss-service.xml
trunk/ejb3/src/resources/test-configs/invoker/deploy/ejb3.deployer/META-INF/jboss-service.xml
trunk/server/src/etc/conf/default/jboss-service.xml
trunk/system/src/resources/tests/conf/jboss-service-VDFDeploymentScanner.xml
trunk/testsuite/src/resources/aop/META-INF/jboss-service.xml
trunk/testsuite/src/resources/aop/invocationlog/META-INF/jboss-service.xml
trunk/testsuite/src/resources/recover/META-INF/jboss-service.xml
trunk/testsuite/src/resources/recover/dummyrecoverable/META-INF/jboss-service.xml
Log:
Remove all of the remoting service xmbean-dd="org/jboss/remoting/transport/Connector.xml" usage as it is not supported in 2.x
Modified: trunk/aspects/src/resources/test/asynch/META-INF/jboss-service.xml
===================================================================
--- trunk/aspects/src/resources/test/asynch/META-INF/jboss-service.xml 2006-11-02 05:44:49 UTC (rev 57998)
+++ trunk/aspects/src/resources/test/asynch/META-INF/jboss-service.xml 2006-11-02 06:30:24 UTC (rev 57999)
@@ -11,7 +11,6 @@
name="jboss.aop:service=AsynchTest"/>
<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">
Modified: trunk/ejb3/src/resources/META-INF/ejb3-service.xml
===================================================================
--- trunk/ejb3/src/resources/META-INF/ejb3-service.xml 2006-11-02 05:44:49 UTC (rev 57998)
+++ trunk/ejb3/src/resources/META-INF/ejb3-service.xml 2006-11-02 06:30:24 UTC (rev 57999)
@@ -7,7 +7,6 @@
<server>
<mbean code="org.jboss.remoting.transport.Connector"
- xmbean-dd="org/jboss/remoting/transport/Connector.xml"
name="jboss.remoting:type=Connector,name=DefaultEjb3Connector,handler=ejb3">
<attribute name="InvokerLocator">socket://${jboss.bind.address}:3873</attribute>
<attribute name="Configuration">
Modified: trunk/ejb3/src/resources/META-INF/jboss-service.xml
===================================================================
--- trunk/ejb3/src/resources/META-INF/jboss-service.xml 2006-11-02 05:44:49 UTC (rev 57998)
+++ trunk/ejb3/src/resources/META-INF/jboss-service.xml 2006-11-02 06:30:24 UTC (rev 57999)
@@ -7,7 +7,6 @@
<server>
<mbean code="org.jboss.remoting.transport.Connector"
- xmbean-dd="org/jboss/remoting/transport/Connector.xml"
name="jboss.remoting:type=Connector,name=DefaultEjb3Connector,handler=ejb3">
<depends>jboss.aop:service=AspectDeployer</depends>
<attribute name="InvokerLocator">socket://${jboss.bind.address}:3873</attribute>
Modified: trunk/ejb3/src/resources/ejb3-connectors-service.xml
===================================================================
--- trunk/ejb3/src/resources/ejb3-connectors-service.xml 2006-11-02 05:44:49 UTC (rev 57998)
+++ trunk/ejb3/src/resources/ejb3-connectors-service.xml 2006-11-02 06:30:24 UTC (rev 57999)
@@ -7,7 +7,6 @@
<server>
<mbean code="org.jboss.remoting.transport.Connector"
- xmbean-dd="org/jboss/remoting/transport/Connector.xml"
name="jboss.remoting:type=Connector,name=DefaultEjb3Connector,handler=ejb3">
<attribute name="InvokerLocator">socket://${jboss.bind.address}:3873</attribute>
<attribute name="Configuration">
Modified: trunk/ejb3/src/resources/test-configs/arjuna/conf/jboss-service.xml
===================================================================
--- trunk/ejb3/src/resources/test-configs/arjuna/conf/jboss-service.xml 2006-11-02 05:44:49 UTC (rev 57998)
+++ trunk/ejb3/src/resources/test-configs/arjuna/conf/jboss-service.xml 2006-11-02 06:30:24 UTC (rev 57999)
@@ -466,7 +466,6 @@
<!-- It binds the remoting invoker (transport protocol, callback configuration, -->
<!-- data marshalling, etc.) with the invocation handlers. -->
<mbean code="org.jboss.remoting.transport.Connector"
- xmbean-dd="org/jboss/remoting/transport/Connector.xml"
name="jboss.remoting:service=Connector,transport=socket"
display-name="Socket transport Connector">
Modified: trunk/ejb3/src/resources/test-configs/ejb3-ssl/deploy/ejb3.deployer/META-INF/jboss-service.xml
===================================================================
--- trunk/ejb3/src/resources/test-configs/ejb3-ssl/deploy/ejb3.deployer/META-INF/jboss-service.xml 2006-11-02 05:44:49 UTC (rev 57998)
+++ trunk/ejb3/src/resources/test-configs/ejb3-ssl/deploy/ejb3.deployer/META-INF/jboss-service.xml 2006-11-02 06:30:24 UTC (rev 57999)
@@ -2,7 +2,6 @@
<server>
<mbean code="org.jboss.remoting.transport.Connector"
- xmbean-dd="org/jboss/remoting/transport/Connector.xml"
name="jboss.remoting:type=Connector,name=DefaultEjb3Connector,handler=ejb3">
<depends>jboss.aop:service=AspectDeployer</depends>
<attribute name="InvokerLocator">socket://0.0.0.0:3873</attribute>
@@ -277,7 +276,6 @@
</mbean>
<mbean code="org.jboss.remoting.transport.Connector"
- xmbean-dd="org/jboss/remoting/transport/Connector.xml"
name="jboss.remoting:type=Connector,transport=socket3843,handler=ejb3">
<depends>jboss.aop:service=AspectDeployer</depends>
<attribute name="InvokerLocator">sslsocket://0.0.0.0:3843</attribute>
Modified: trunk/ejb3/src/resources/test-configs/ejb3-ssl-advanced/deploy/ejb3.deployer/META-INF/jboss-service.xml
===================================================================
--- trunk/ejb3/src/resources/test-configs/ejb3-ssl-advanced/deploy/ejb3.deployer/META-INF/jboss-service.xml 2006-11-02 05:44:49 UTC (rev 57998)
+++ trunk/ejb3/src/resources/test-configs/ejb3-ssl-advanced/deploy/ejb3.deployer/META-INF/jboss-service.xml 2006-11-02 06:30:24 UTC (rev 57999)
@@ -2,7 +2,6 @@
<server>
<mbean code="org.jboss.remoting.transport.Connector"
- xmbean-dd="org/jboss/remoting/transport/Connector.xml"
name="jboss.remoting:type=Connector,name=DefaultEjb3Connector,handler=ejb3">
<depends>jboss.aop:service=AspectDeployer</depends>
<attribute name="InvokerLocator">socket://0.0.0.0:3873</attribute>
@@ -301,7 +300,6 @@
<!-- It binds the remoting invoker (transport protocol, callback configuration, -->
<!-- data marshalling, etc.) with the invocation handlers. -->
<mbean code="org.jboss.remoting.transport.Connector"
- xmbean-dd="org/jboss/remoting/transport/Connector.xml"
name="jboss.remoting:type=Connector,transport=socket3843,handler=ejb3">
display-name="Socket transport Connector">
Modified: trunk/ejb3/src/resources/test-configs/invoker/deploy/ejb3.deployer/META-INF/jboss-service.xml
===================================================================
--- trunk/ejb3/src/resources/test-configs/invoker/deploy/ejb3.deployer/META-INF/jboss-service.xml 2006-11-02 05:44:49 UTC (rev 57998)
+++ trunk/ejb3/src/resources/test-configs/invoker/deploy/ejb3.deployer/META-INF/jboss-service.xml 2006-11-02 06:30:24 UTC (rev 57999)
@@ -7,7 +7,6 @@
<server>
<mbean code="org.jboss.remoting.transport.Connector"
- xmbean-dd="org/jboss/remoting/transport/Connector.xml"
name="jboss.remoting:type=Connector,name=DefaultEjb3Connector,handler=ejb3">
<depends>jboss.aop:service=AspectDeployer</depends>
<attribute name="InvokerLocator">socket://${jboss.bind.address}:3873</attribute>
@@ -281,7 +280,6 @@
</mbean>
<mbean code="org.jboss.remoting.transport.Connector"
- xmbean-dd="org/jboss/remoting/transport/Connector.xml"
name="jboss.remoting:service=Connector,transport=Servlet"
display-name="Servlet transport Connector">
<depends>jboss.aop:service=AspectDeployer</depends>
Modified: trunk/server/src/etc/conf/default/jboss-service.xml
===================================================================
--- trunk/server/src/etc/conf/default/jboss-service.xml 2006-11-02 05:44:49 UTC (rev 57998)
+++ trunk/server/src/etc/conf/default/jboss-service.xml 2006-11-02 06:30:24 UTC (rev 57999)
@@ -503,7 +503,6 @@
<!-- It binds the remoting invoker (transport protocol, callback configuration, -->
<!-- data marshalling, etc.) with the invocation handlers. -->
<mbean code="org.jboss.remoting.transport.Connector"
- xmbean-dd="org/jboss/remoting/transport/Connector.xml"
name="jboss.remoting:service=Connector,transport=socket"
display-name="Socket transport Connector">
Modified: trunk/system/src/resources/tests/conf/jboss-service-VDFDeploymentScanner.xml
===================================================================
--- trunk/system/src/resources/tests/conf/jboss-service-VDFDeploymentScanner.xml 2006-11-02 05:44:49 UTC (rev 57998)
+++ trunk/system/src/resources/tests/conf/jboss-service-VDFDeploymentScanner.xml 2006-11-02 06:30:24 UTC (rev 57999)
@@ -373,7 +373,6 @@
<!-- It binds the remoting invoker (transport protocol, callback configuration, -->
<!-- data marshalling, etc.) with the invocation handlers. -->
<mbean code="org.jboss.remoting.transport.Connector"
- xmbean-dd="org/jboss/remoting/transport/Connector.xml"
name="jboss.remoting:service=Connector,transport=socket"
display-name="Socket transport Connector">
Modified: trunk/testsuite/src/resources/aop/META-INF/jboss-service.xml
===================================================================
--- trunk/testsuite/src/resources/aop/META-INF/jboss-service.xml 2006-11-02 05:44:49 UTC (rev 57998)
+++ trunk/testsuite/src/resources/aop/META-INF/jboss-service.xml 2006-11-02 06:30:24 UTC (rev 57999)
@@ -27,7 +27,6 @@
<!-- -->
<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">
@@ -39,7 +38,6 @@
<!--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>
</mbean>
Modified: trunk/testsuite/src/resources/aop/invocationlog/META-INF/jboss-service.xml
===================================================================
--- trunk/testsuite/src/resources/aop/invocationlog/META-INF/jboss-service.xml 2006-11-02 05:44:49 UTC (rev 57998)
+++ trunk/testsuite/src/resources/aop/invocationlog/META-INF/jboss-service.xml 2006-11-02 06:30:24 UTC (rev 57999)
@@ -3,7 +3,6 @@
<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">
Modified: trunk/testsuite/src/resources/recover/META-INF/jboss-service.xml
===================================================================
--- trunk/testsuite/src/resources/recover/META-INF/jboss-service.xml 2006-11-02 05:44:49 UTC (rev 57998)
+++ trunk/testsuite/src/resources/recover/META-INF/jboss-service.xml 2006-11-02 06:30:24 UTC (rev 57999)
@@ -5,7 +5,6 @@
<depends>jboss:service=DefaultPartition</depends>
<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">
Modified: trunk/testsuite/src/resources/recover/dummyrecoverable/META-INF/jboss-service.xml
===================================================================
--- trunk/testsuite/src/resources/recover/dummyrecoverable/META-INF/jboss-service.xml 2006-11-02 05:44:49 UTC (rev 57998)
+++ trunk/testsuite/src/resources/recover/dummyrecoverable/META-INF/jboss-service.xml 2006-11-02 06:30:24 UTC (rev 57999)
@@ -5,7 +5,6 @@
<depends>jboss:service=DefaultPartition</depends>
<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://0.0.0.0:5150</attribute>
<attribute name="Configuration">
More information about the jboss-cvs-commits
mailing list