[ http://issues.apache.org/jira/browse/GERONIMO-1003?page=all ]
David Jencks closed GERONIMO-1003:
----------------------------------
Resolution: Fixed
Sending
modules/kernel/src/java/org/apache/geronimo/gbean/GAttributeInfo.java
Transmitting file data .
Committed revision 290538.
patch, int the constructor:
- this.manageable = manageable;
+ //non persistent attributes cannot be manageable
+ this.manageable = manageable & persistent;
> Make gbean attributes manageable by default
> -------------------------------------------
>
> Key: GERONIMO-1003
> URL: http://issues.apache.org/jira/browse/GERONIMO-1003
> Project: Geronimo
> Type: Improvement
> Components: kernel
> Versions: 1.0-M5
> Reporter: David Jencks
> Assignee: David Jencks
> Fix For: 1.0-M5
>
> I originally thought attributes should be non-manageable by default, but
> experience and conversation with others has convinced me that they should be
> manageable by default, and you can explicitly make them non-manageable in the
> gbean info. You still won't be able to change them unless there is a
> property editor for the type of the attribute. I'm opening this issue to
> make it easy to find the change and revert in case someone objects.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira