[JavaEOGenerator] Bug when generating fetchSpecification methods
[JavaEOGenerator] Bug when generating fetchSpecification methods
- Subject: [JavaEOGenerator] Bug when generating fetchSpecification methods
- From: "Oswaldo Bueno" <email@hidden>
- Date: Thu, 20 Dec 2007 19:43:17 -0200
Hi,
I'm using JavaEOGenerator
<http://developer.apple.com/samplecode/JavaEOGenerator> to
auto-generate my entity classes.
When it generates methods to access EOFetchSpecifications on the
eomodeld, it suppresses bindings associated with a non-visible
attribute.
Trying to debug I identified the following line of
com.webobjects.entitygenerator.EOFetchSpecificationProxy:69
EOProperty bindingAttribute =
entity()._propertyForPath(qualifier.keyPathForBindingKey(bindingName));
The method _propertyForPath() returns null when the binding is
associated with a non-visible attribute.
Any one knows how can I fix it?
I'm using WO 5.4 and Eclipse/WOLips
Thanks,
Bueno
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden