[jboss-jira] [JBoss JIRA] Updated: (JBJCA-528) correct ConfigProperty merging about ConfigProperty16Impl

Jeff Zhang (JIRA) jira-events at lists.jboss.org
Fri Mar 18 22:02:45 EDT 2011


     [ https://issues.jboss.org/browse/JBJCA-528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff Zhang updated JBJCA-528:
-----------------------------

    Issue Type: Bug  (was: Task)


> correct ConfigProperty merging about ConfigProperty16Impl 
> ----------------------------------------------------------
>
>                 Key: JBJCA-528
>                 URL: https://issues.jboss.org/browse/JBJCA-528
>             Project: IronJacamar
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.0.Beta4
>            Reporter: Jeff Zhang
>            Assignee: Jeff Zhang
>             Fix For: 1.0.0.Beta5
>
>
> common/src/main/java/org/jboss/jca/common/metadata/merge/Merger.java
>                 ConfigProperty16 newProp = new ConfigProperty16Impl(c.getDescriptions(), c.getConfigPropertyName(),
> -                                                                   c.getConfigPropertyName(), newValue,
> +                                                                   c.getConfigPropertyType(), newValue,
>                                                                     c16.getConfigPropertyIgnore(),
>                                                                     c16.getConfigPropertySupportsDynamicUpdates(),
>                                                                     c16.getConfigPropertyConfidential(), c.getId());

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list