[jboss-cvs] JBossAS SVN: r57456 - branches/JBoss_4_0_3_SP1_CP/server/src/etc/conf/default/xmdesc

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 5 18:47:41 EDT 2006


Author: ryan.campbell at jboss.com
Date: 2006-10-05 18:47:40 -0400 (Thu, 05 Oct 2006)
New Revision: 57456

Modified:
   branches/JBoss_4_0_3_SP1_CP/server/src/etc/conf/default/xmdesc/NamingService-xmbean.xml
Log:
removed numerous non-functional whitespace changes since it will confuse users who must apply the changes manually.

Modified: branches/JBoss_4_0_3_SP1_CP/server/src/etc/conf/default/xmdesc/NamingService-xmbean.xml
===================================================================
--- branches/JBoss_4_0_3_SP1_CP/server/src/etc/conf/default/xmdesc/NamingService-xmbean.xml	2006-10-05 21:51:03 UTC (rev 57455)
+++ branches/JBoss_4_0_3_SP1_CP/server/src/etc/conf/default/xmdesc/NamingService-xmbean.xml	2006-10-05 22:47:40 UTC (rev 57456)
@@ -1,25 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mbean PUBLIC
-"-//JBoss//DTD JBOSS XMBEAN 1.1//EN"
-"http://www.jboss.org/j2ee/dtd/jboss_xmbean_1_1.dtd"
+   "-//JBoss//DTD JBOSS XMBEAN 1.1//EN"
+   "http://www.jboss.org/j2ee/dtd/jboss_xmbean_1_1.dtd"
 [
-<!ATTLIST interceptor proxyName CDATA #IMPLIED>
+   <!ATTLIST interceptor proxyName CDATA #IMPLIED>
 ]>
 
 <!-- The JNDI Naming service XMBean
-   $Id$
+$Id$
 -->
 <mbean>
    <description>The standard JBoss JNDI naming server with a custom
       ProxyFactoryInterceptor interceptor that does replacement of NamingContext
       objects with the detached invoker proxy.
    </description>
-   
+
    <descriptors>
       <interceptors>
          <!-- Uncomment to enable NamingContext replacement by the detached
-            invoker proxy. You need to set the proxyName attribute correctly.
-            <interceptor code="org.jboss.naming.interceptors.ProxyFactoryInterceptor"
+         invoker proxy. You need to set the proxyName attribute correctly.
+         <interceptor code="org.jboss.naming.interceptors.ProxyFactoryInterceptor"
             proxyName="jboss:service=proxyFactory,type=pooled,target=Naming"/>
          -->
          <interceptor code="org.jboss.mx.interceptor.PersistenceInterceptor2" />
@@ -27,23 +27,23 @@
          <interceptor code="org.jboss.mx.interceptor.ObjectReferenceInterceptor" />
       </interceptors>
    </descriptors>
-   
+
    <class>org.jboss.naming.NamingService</class>
-   
+
    <constructor>
       <description>The default constructor</description>
       <name>NamingService</name>
    </constructor>
    
    &defaultAttributes;
-   
+
    <attribute access="read-only" getMethod="getMethodMap">
       <name>MethodMap</name>
       <type>java.util.Map</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>
+      the caller's TCL, false if in VM lookups return the value by reference.</description>
       <name>CallByValue</name>
       <type>boolean</type>
    </attribute>
@@ -54,7 +54,7 @@
    </attribute>
    <attribute access="read-write" getMethod="getPort" setMethod="setPort">
       <description>The listening port for the bootstrap JNP service. Set this to -1
-         to run the NamingService without the JNP invoker listening port.</description>
+        to run the NamingService without the JNP invoker listening port.</description>
       <name>Port</name>
       <type>int</type>
    </attribute>
@@ -69,10 +69,10 @@
       <name>JNPServerSocketFactory</name>
       <type>java.lang.String</type>
    </attribute>
-   
+
    <attribute access="read-write" getMethod="getRmiPort" setMethod="setRmiPort">
       <description>The port of the RMI naming service, 0 == anonymous. This
-         is only used if an explicit InvokerProxyFactory has not been set.</description>
+      is only used if an explicit InvokerProxyFactory has not been set.</description>
       <name>RmiPort</name>
       <type>int</type>
    </attribute>
@@ -91,7 +91,7 @@
       <name>ServerSocketFactory</name>
       <type>java.lang.String</type>
    </attribute>
-   
+
    <attribute access="read-write" getMethod="getInstallGlobalService"
       setMethod="setInstallGlobalService">
       <description>Ghe InstallGlobalService which defines whether the MainMBean's
@@ -115,11 +115,11 @@
    </attribute>
    <attribute access="write-only" setMethod="setInvokerProxyFactory">
       <description>The detached invoker proxy factory to use for the naming
-         service transport.</description>
+      service transport.</description>
       <name>InvokerProxyFactory</name>
       <type>org.jboss.invocation.jrmp.server.JRMPProxyFactoryMBean</type>
    </attribute>
-   
+
    <!-- Operations -->
    <operation>
       <description>The generic invocation operation used by detached invokers
@@ -134,7 +134,7 @@
       </parameter>
       <return-type>java.lang.Object</return-type>
    </operation>
-   
+
    &defaultOperations;   			
-   
+
 </mbean>




More information about the jboss-cvs-commits mailing list