[jboss-jira] [JBoss JIRA] (AS7-6126) Check ModelTypes in jacorb subsystem
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Mon Dec 10 11:28:17 EST 2012
Brian Stansberry created AS7-6126:
-------------------------------------
Summary: Check ModelTypes in jacorb subsystem
Key: AS7-6126
URL: https://issues.jboss.org/browse/AS7-6126
Project: Application Server 7
Issue Type: Task
Components: Domain Management, IIOP
Affects Versions: 7.1.3.Final (EAP)
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Fix For: 7.3.0.Alpha1
There are a number of attributes in the Jacorb subsystem that use ModelType.STRING for things that look like booleans. Check through the attributes and change to ModelType.BOOLEAN where appropriate.
This shouldn't raise a compatibility issue, since ModelType.BOOLEAN is freely convertible to ModelType.STRING, and vice-versa so long as the string represents as boolean (which it would have to do for the attribute to work anyway.) If anything is changed though, a Console subtask should be created to look into any UI implications.
--
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