Oh, man, did I screw up. PersistentFieldPropertyImpl *does*
concern property names. It's PersistentFieldDefaultImpl that
deals with the fields. Sorry.


However, in your original message you seem to be using PersistentFieldPropertyImpl. This class uses the field and doesn't relate to the JavaBean spec. It's just going after field names without regard for JavaBean properties. So if you have a property "resembleValue" that uses a field called "xxxx", then in the repository.xml you'll need to refer to "xxxx", *NOT* "resembleValue".



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to