Actually I am very glad that the JPA ORM descriptor parser task came
up - I never had a good enough incentive to try the XML coding stuff
with a complex real life XML format that we do not control. So far
the decoder is holding up well. Never mind the bugs, we are in beta,
right? ;-)
Andrus
On Apr 18, 2006, at 8:38 PM, Kevin Menard wrote:
Apologies for this. I never used the mapping file myself and sort
of relied
on others to let me know if things were working well for them.
If you need a hand with anything, let me know.
--
Kevin
On 4/18/06 12:32 PM, "Andrus Adamchik (JIRA)" <[EMAIL PROTECTED]> wrote:
XMLDecoder + Mapping Descriptor - ignores property 'attribute'
settings
---------------------------------------------------------------------
--
Key: CAY-516
URL: http://issues.apache.org/cayenne/browse/CAY-516
Project: Cayenne
Type: Bug
Components: Cayenne Core Library
Versions: 1.2 [BETA]
Reporter: Andrus Adamchik
Assigned to: Andrus Adamchik
Fix For: 1.2 [BETA]
XMLDecoder used with Mapping Descriptor ignores property
'attribute' settings
per WO XML mapping file reference:
http://developer.apple.com/documentation/WebObjects/Reference/api/
com/webobjec
ts/appserver/xml/package-summary.html
We should've treated this as an improvement and schedule to go in
1.2, but as
I need this feature for the JPA work and it doesn't affect Cayenne
API in any
way, I am going to work on it now.