Without more info, it looks as though your eogen file is not finding your prototypes entity / model. This makes it unable to detect the class types of attributes, because that information is stored in the prototype.

Some questions:
1. How do you deal with prototypes (separate model, separate project, built framework)? 2. Does your model complain when you open it of not being able to load prototype information? 3. Under "referenced models" in your .eogen file, do you have the "Load model group" checkbox ticked?

HTH,
F

On Oct 11, 2008, at 17:12, Ricardo J. Parada wrote:


Hi,

I created a .eogen file for my eomodel. Under the Templates section I left blank the Templates Folder text field. Then for the Template and Subclass Template text fields I specified _WonderEntity.java and WonderEntity.java. However, my _Foo.java has stuff like this in it:

                ...

        public static final String LAST_NAME_KEY = "lastName";
public static final ERXKey<$attribute.javaClassName> LAST_NAME = new ERXKey<$attribute.javaClassName>(LAST_NAME_KEY);

        
Any guess what I'm doing wrong?

Thanks,
Ricardo Parada

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/flor385% 40mac.com

This email sent to [EMAIL PROTECTED]

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to