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

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


correct ConfigProperty merging about ConfigProperty16Impl 
----------------------------------------------------------

                 Key: JBJCA-528
                 URL: https://issues.jboss.org/browse/JBJCA-528
             Project: IronJacamar
          Issue Type: Task
          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