[jboss-jira] [JBoss JIRA] (WFLY-3021) LogStoreDefinition exposes a bogus write-attribute handler for its 'type' attribute
Brian Stansberry (JIRA)
issues at jboss.org
Fri Feb 28 08:37:47 EST 2014
[ https://issues.jboss.org/browse/WFLY-3021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry updated WFLY-3021:
-----------------------------------
Fix Version/s: 9.0.0.CR1
(was: 8.0.1.Final)
I'm going to skip the WARN part in 8.0.1 and just deal with it in 9.x. Too much hassle to get ExpressionSupportSmokeTestCase to deal with the fact that writing doesn't actually do anything.
> LogStoreDefinition exposes a bogus write-attribute handler for its 'type' attribute
> -----------------------------------------------------------------------------------
>
> Key: WFLY-3021
> URL: https://issues.jboss.org/browse/WFLY-3021
> Project: WildFly
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Transactions
> Affects Versions: 8.0.0.Final
> Reporter: Brian Stansberry
> Assignee: Brian Stansberry
> Fix For: 9.0.0.CR1
>
>
> The 'type' attribute of LogStoreResource isn't really read-write. Its value is determined by attributes of the parent resource. The OSH for write-attribute is ReloadRequiredWriteAttributeHandler, and when the reload happens whatever value is set will be lost.
> For 8.0.1 I'll have the OSH just log a WARN. The attribute should be made read-only for 9. I could make it read-only for 8.0.1 but I don't want to do a management API bump, introduce transformation etc.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list