Hi, Lloyd
> I see that Application.java has a setName() method:
>
> /**
> * Sets the value of the name property.
> *
> * @param value allowed object is
> * {_at_link String }
> */
> public void setName(String value) throws PropertyVetoException;
>
>
> This has some significant ramifications since <application-ref>
> elements refer to it, MBeans use the name, etc.
>
> Is this a mistake, or are we intending to allow dynamic changes to
> the name of an application (and WebModule, etc)?
>
I added this mainly because I noticed the config beans for the other
similar elements (such as WebModule) all have this method. If the set
method here means to expose the attribute as an writable attribute, we
should remove the method. I don't think we intend for the user to change
the name. BTW: I noticed the setName method exist in v2 workspace for
WebModule etc also.
Thanks,
- Hong