Reverse attribute mapping..

Cantor, Scott cantor.2 at osu.edu
Mon Aug 5 12:07:18 EDT 2013


On 8/5/13 11:45 AM, "Tom Zeller" <tzeller at dragonacea.biz> wrote:
>
>My disclaimer is that I do not understand exactly what is being
>discussed here. However, there is a difference between an id attribute
>and id property as far as Spring is concerned. The bean definition
>parsers typically set the id property, and the p:id shortcut is doing
>that for us.

I don't know anything about Spring IDs, but the attribute in the schema
called "id" is used as the unique ID of the data connectors and attribute
definitions.

There is a schema constraint used to enforce uniqueness on them, but
because we had the validator off, it was possible to get it to load
duplicates.

I modified the issue I filed to reflect that we need to enforce that in
code, not just the schema, if possible.

-- Scott




More information about the dev mailing list