> amyroh      02/02/13 23:47:14
>
>   Modified:    catalina/src/share/org/apache/catalina/mbeans
>                         MBeanUtils.java mbeans-descriptors.xml
>   Log:
>   Add additional Catalina components MBeans.

>            if (managed == null) {
>   -            //Exception e = new Exception("ManagedBean is not found
with "+mname);
>   -            //throw new MBeanException(e);
>   -            return null;
>   +            Exception e = new Exception("ManagedBean is not found with
"+mname);
>   +            throw new MBeanException(e);

As I said before, I think it's a very bad idea to do this, and would
restrict the audience of the admin webapp to the beginner users of Tomcat
(since you get the choice between using the webapp *or* taking advantage of
the modularity of Catalina).

Remy


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to