[jboss-cvs] JBossAS SVN: r69517 - trunk/tomcat/src/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 31 18:39:32 EST 2008


Author: bstansberry at jboss.com
Date: 2008-01-31 18:39:32 -0500 (Thu, 31 Jan 2008)
New Revision: 69517

Modified:
   trunk/tomcat/src/resources/webserver-xmbean.xml
Log:
[JBAS-5187] Removing clustering attributes from webserver-xmbean.xml

Modified: trunk/tomcat/src/resources/webserver-xmbean.xml
===================================================================
--- trunk/tomcat/src/resources/webserver-xmbean.xml	2008-01-31 23:24:13 UTC (rev 69516)
+++ trunk/tomcat/src/resources/webserver-xmbean.xml	2008-01-31 23:39:32 UTC (rev 69517)
@@ -57,11 +57,6 @@
      <type>java.lang.String</type>
    </attribute>
 
-   <attribute access="read-write" getMethod="getCacheName" setMethod="setCacheName">
-     <name>CacheName</name>
-     <type>java.lang.String</type>
-   </attribute>
-
    <attribute access="read-write" getMethod="getUnpackWars" setMethod="setUnpackWars">
      <name>UnpackWars</name>
      <type>boolean</type>
@@ -82,11 +77,6 @@
      <type>boolean</type>
    </attribute>
 
-   <attribute access="read-write" getMethod="isUseJK" setMethod="setUseJK">
-     <name>UseJK</name>
-     <type>boolean</type>
-   </attribute>
-
    <attribute access="read-write" getMethod="getDomain" setMethod="setDomain">
      <name>Domain</name>
      <type>java.lang.String</type>
@@ -107,16 +97,6 @@
      <type>java.lang.String</type>
    </attribute>
 
-   <attribute access="read-write" getMethod="getSnapshotMode" setMethod="setSnapshotMode">
-     <name>SnapshotMode</name>
-     <type>java.lang.String</type>
-   </attribute>
-
-   <attribute access="read-write" getMethod="getSnapshotInterval" setMethod="setSnapshotInterval">
-     <name>SnapshotInterval</name>
-     <type>int</type>
-   </attribute>
-
    <attribute access="read-write" getMethod="getConfigFile" setMethod="setConfigFile">
      <name>ConfigFile</name>
      <type>java.lang.String</type>




More information about the jboss-cvs-commits mailing list