You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by sc...@apache.org on 2014/03/10 17:48:57 UTC

svn commit: r1576000 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/loader/mbeans-descriptors.xml

Author: schultz
Date: Mon Mar 10 16:48:57 2014
New Revision: 1576000

URL: http://svn.apache.org/r1576000
Log:
Removed "jarPath" attribute, which has been removed from WebappClassLoader.

Modified:
    tomcat/tc6.0.x/trunk/java/org/apache/catalina/loader/mbeans-descriptors.xml

Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/loader/mbeans-descriptors.xml
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catalina/loader/mbeans-descriptors.xml?rev=1576000&r1=1575999&r2=1576000&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/java/org/apache/catalina/loader/mbeans-descriptors.xml (original)
+++ tomcat/tc6.0.x/trunk/java/org/apache/catalina/loader/mbeans-descriptors.xml Mon Mar 10 16:48:57 2014
@@ -148,11 +148,6 @@
           description="The URLs of this loader"
                  type="[Ljava.net.URL;"/>
 
-    <attribute   name="jarPath"
-          description="The jarPath of this loader"
-             writeable="false" 
-                 type="java.lang.String"/>
-
   </mbean>
 
 </mbeans-descriptors>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: svn commit: r1576000 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/loader/mbeans-descriptors.xml

Posted by Christopher Schultz <ch...@christopherschultz.net>.
Mark,

On 3/10/14, 12:53 PM, Mark Thomas wrote:
> On 10/03/2014 16:48, schultz@apache.org wrote:
>> Author: schultz
>> Date: Mon Mar 10 16:48:57 2014
>> New Revision: 1576000
>>
>> URL: http://svn.apache.org/r1576000
>> Log:
>> Removed "jarPath" attribute, which has been removed from WebappClassLoader.
>>
>> Modified:
>>     tomcat/tc6.0.x/trunk/java/org/apache/catalina/loader/mbeans-descriptors.xml
> 
> Two issues with that commit.
> 
> 1. 6.0.x is RTC and there was no R before the C.
> 
> 2. jarPath is still present in 6.0.x. Did you mean to update trunk?
> 
> I think this needs to be reverted.

+1

I have all 3 lines available in Eclipse and there are about 500
mbeans-descriptors.xml files. I was very sloppy and changed the wrong
one. I'll fix it right away.

-chris


Re: svn commit: r1576000 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/loader/mbeans-descriptors.xml

Posted by Mark Thomas <ma...@apache.org>.
On 10/03/2014 16:48, schultz@apache.org wrote:
> Author: schultz
> Date: Mon Mar 10 16:48:57 2014
> New Revision: 1576000
> 
> URL: http://svn.apache.org/r1576000
> Log:
> Removed "jarPath" attribute, which has been removed from WebappClassLoader.
> 
> Modified:
>     tomcat/tc6.0.x/trunk/java/org/apache/catalina/loader/mbeans-descriptors.xml

Two issues with that commit.

1. 6.0.x is RTC and there was no R before the C.

2. jarPath is still present in 6.0.x. Did you mean to update trunk?

I think this needs to be reverted.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org