[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-3259) Binding into a collection shouldn't specify a "property" attribute

Tom Fennelly (JIRA) jira-events at lists.jboss.org
Mon Nov 24 06:38:36 EST 2008


Binding into a collection shouldn't specify a "property" attribute
------------------------------------------------------------------

                 Key: JBIDE-3259
                 URL: https://jira.jboss.org/jira/browse/JBIDE-3259
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: smooks
            Reporter: Tom Fennelly
            Assignee: Xue Peng
            Priority: Minor
             Fix For: 3.0.0.cr1


Example:
  <resource-config selector="orderItems">
    <resource>org.milyn.javabean.BeanPopulator</resource>
    <param name="beanId">lineItems</param>
    <param name="beanClass">example.trgmodel.LineItem[]</param>
    <param name="bindings"><binding property="LineItem" selector="${LineItem}"/></param>
  </resource-config>

property="LineItem" on the binding shouldn't be there.  Having it there doesn't actually break anything because it is ignored, but shouldn't be there anyway.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list