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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Oct 6 05:50:03 EDT 2006


Author: dimitris at jboss.org
Date: 2006-10-06 05:50:01 -0400 (Fri, 06 Oct 2006)
New Revision: 57468

Modified:
   trunk/tomcat/src/resources/webserver-xmbean.xml
Log:
JBAS-3744, change getUseJK to isUseJK in the xmbean descriptor

Modified: trunk/tomcat/src/resources/webserver-xmbean.xml
===================================================================
--- trunk/tomcat/src/resources/webserver-xmbean.xml	2006-10-06 09:48:14 UTC (rev 57467)
+++ trunk/tomcat/src/resources/webserver-xmbean.xml	2006-10-06 09:50:01 UTC (rev 57468)
@@ -82,7 +82,7 @@
      <type>boolean</type>
    </attribute>
 
-   <attribute access="read-write" getMethod="getUseJK" setMethod="setUseJK">
+   <attribute access="read-write" getMethod="isUseJK" setMethod="setUseJK">
      <name>UseJK</name>
      <type>boolean</type>
    </attribute>




More information about the jboss-cvs-commits mailing list