Author: ron.sigal(a)jboss.com
Date: 2010-08-04 21:49:59 -0400 (Wed, 04 Aug 2010)
New Revision: 6030
Modified:
remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/servlet/marshal/remoting-servlet-service.xml
Log:
JBREM-1241: Added svn:eol-style subversion property.
Modified:
remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/servlet/marshal/remoting-servlet-service.xml
===================================================================
---
remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/servlet/marshal/remoting-servlet-service.xml 2010-08-05
01:48:41 UTC (rev 6029)
+++
remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/servlet/marshal/remoting-servlet-service.xml 2010-08-05
01:49:59 UTC (rev 6030)
@@ -1,66 +1,66 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<server>
- <mbean code="org.jboss.remoting.transport.Connector"
-
name="jboss.remoting:service=Connector,transport=Servlet,useRemotingContentType=default"
- display-name="Servlet transport Connector (default)">
-
- <attribute name="Configuration">
- <config>
- <invoker transport="servlet">
- <attribute
name="serverBindAddress">127.0.0.1</attribute>
- <attribute name="serverBindPort">8080</attribute>
- <attribute
name="path">servlet-invoker/ServerInvokerServlet/default</attribute>
- <attribute name="datatype"
isParam="true">test</attribute>
- <attribute name="marshaller"
isParam="true">org.jboss.test.remoting.transport.servlet.marshal.TestMarshaller</attribute>
- <attribute name="unmarshaller"
isParam="true">org.jboss.test.remoting.transport.servlet.marshal.TestUnMarshaller</attribute>
- </invoker>
- <handlers>
- <handler
subsystem="test">org.jboss.test.remoting.transport.servlet.marshal.TestInvocationHandler</handler>
- </handlers>
- </config>
- </attribute>
- </mbean>
- <mbean code="org.jboss.remoting.transport.Connector"
-
name="jboss.remoting:service=Connector,transport=Servlet,useRemotingContentType=false"
- display-name="Servlet transport Connector (false)">
-
- <attribute name="Configuration">
- <config>
- <invoker transport="servlet">
- <attribute
name="serverBindAddress">127.0.0.1</attribute>
- <attribute name="serverBindPort">8080</attribute>
- <attribute
name="path">servlet-invoker/ServerInvokerServlet/false</attribute>
- <attribute name="datatype"
isParam="true">test</attribute>
- <attribute name="marshaller"
isParam="true">org.jboss.test.remoting.transport.servlet.marshal.TestMarshaller</attribute>
- <attribute name="unmarshaller"
isParam="true">org.jboss.test.remoting.transport.servlet.marshal.TestUnMarshaller</attribute>
- <attribute name="useRemotingContentType"
isParam="true">false</attribute>
- </invoker>
- <handlers>
- <handler
subsystem="test">org.jboss.test.remoting.transport.servlet.marshal.TestInvocationHandler</handler>
- </handlers>
- </config>
- </attribute>
- </mbean>
- <mbean code="org.jboss.remoting.transport.Connector"
-
name="jboss.remoting:service=Connector,transport=Servlet,useRemotingContentType=true"
- display-name="Servlet transport Connector (true)">
-
- <attribute name="Configuration">
- <config>
- <invoker transport="servlet">
- <attribute
name="serverBindAddress">127.0.0.1</attribute>
- <attribute name="serverBindPort">8080</attribute>
- <attribute
name="path">servlet-invoker/ServerInvokerServlet/true</attribute>
- <attribute name="datatype"
isParam="true">test</attribute>
- <attribute name="marshaller"
isParam="true">org.jboss.test.remoting.transport.servlet.marshal.TestMarshaller</attribute>
- <attribute name="unmarshaller"
isParam="true">org.jboss.test.remoting.transport.servlet.marshal.TestUnMarshaller</attribute>
- <attribute name="useRemotingContentType"
isParam="true">true</attribute>
- </invoker>
- <handlers>
- <handler
subsystem="test">org.jboss.test.remoting.transport.servlet.marshal.TestInvocationHandler</handler>
- </handlers>
- </config>
- </attribute>
- </mbean>
-</server>
+<?xml version="1.0" encoding="UTF-8"?>
+
+<server>
+ <mbean code="org.jboss.remoting.transport.Connector"
+
name="jboss.remoting:service=Connector,transport=Servlet,useRemotingContentType=default"
+ display-name="Servlet transport Connector (default)">
+
+ <attribute name="Configuration">
+ <config>
+ <invoker transport="servlet">
+ <attribute
name="serverBindAddress">127.0.0.1</attribute>
+ <attribute name="serverBindPort">8080</attribute>
+ <attribute
name="path">servlet-invoker/ServerInvokerServlet/default</attribute>
+ <attribute name="datatype"
isParam="true">test</attribute>
+ <attribute name="marshaller"
isParam="true">org.jboss.test.remoting.transport.servlet.marshal.TestMarshaller</attribute>
+ <attribute name="unmarshaller"
isParam="true">org.jboss.test.remoting.transport.servlet.marshal.TestUnMarshaller</attribute>
+ </invoker>
+ <handlers>
+ <handler
subsystem="test">org.jboss.test.remoting.transport.servlet.marshal.TestInvocationHandler</handler>
+ </handlers>
+ </config>
+ </attribute>
+ </mbean>
+ <mbean code="org.jboss.remoting.transport.Connector"
+
name="jboss.remoting:service=Connector,transport=Servlet,useRemotingContentType=false"
+ display-name="Servlet transport Connector (false)">
+
+ <attribute name="Configuration">
+ <config>
+ <invoker transport="servlet">
+ <attribute
name="serverBindAddress">127.0.0.1</attribute>
+ <attribute name="serverBindPort">8080</attribute>
+ <attribute
name="path">servlet-invoker/ServerInvokerServlet/false</attribute>
+ <attribute name="datatype"
isParam="true">test</attribute>
+ <attribute name="marshaller"
isParam="true">org.jboss.test.remoting.transport.servlet.marshal.TestMarshaller</attribute>
+ <attribute name="unmarshaller"
isParam="true">org.jboss.test.remoting.transport.servlet.marshal.TestUnMarshaller</attribute>
+ <attribute name="useRemotingContentType"
isParam="true">false</attribute>
+ </invoker>
+ <handlers>
+ <handler
subsystem="test">org.jboss.test.remoting.transport.servlet.marshal.TestInvocationHandler</handler>
+ </handlers>
+ </config>
+ </attribute>
+ </mbean>
+ <mbean code="org.jboss.remoting.transport.Connector"
+
name="jboss.remoting:service=Connector,transport=Servlet,useRemotingContentType=true"
+ display-name="Servlet transport Connector (true)">
+
+ <attribute name="Configuration">
+ <config>
+ <invoker transport="servlet">
+ <attribute
name="serverBindAddress">127.0.0.1</attribute>
+ <attribute name="serverBindPort">8080</attribute>
+ <attribute
name="path">servlet-invoker/ServerInvokerServlet/true</attribute>
+ <attribute name="datatype"
isParam="true">test</attribute>
+ <attribute name="marshaller"
isParam="true">org.jboss.test.remoting.transport.servlet.marshal.TestMarshaller</attribute>
+ <attribute name="unmarshaller"
isParam="true">org.jboss.test.remoting.transport.servlet.marshal.TestUnMarshaller</attribute>
+ <attribute name="useRemotingContentType"
isParam="true">true</attribute>
+ </invoker>
+ <handlers>
+ <handler
subsystem="test">org.jboss.test.remoting.transport.servlet.marshal.TestInvocationHandler</handler>
+ </handlers>
+ </config>
+ </attribute>
+ </mbean>
+</server>
Property changes on:
remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/servlet/marshal/remoting-servlet-service.xml
___________________________________________________________________
Name: svn:eol-style
+ native
Show replies by date