Op 8 apr 2008, om 18:00 heeft Mike Schrag het volgende geschreven:

When I use EOGenerate to create a _Show class, and a _Performance class, this results in:
If you're using the stock eogenerator templates, they call WOLips' attribute.getJavaClassName(), which is pretty straightforward:

                String className = getValueClassName();
                if ("Number".equals(className) || "NSNumber".equals(className)) 
{
                        ...
                        } else if ("i".equals(valueType)) {
                                className = "Integer";
                        ...

All that matters is that your attribute is NSNumber + i. Given the simplicity of this code, I don't see any way this would mess up except that you're not looking at the model you think you're looking at, you're not looking at the class you think you're looking at, or you're not using the velocity templates you think you're using.


I completely agree, but after some hard learned lessons I think I have done all the things that should be done (apart from completely reinstalling the OS, WOLips and WebObjects, and dancing three times around the camp fire while shouting "Woa, Woa, Woa!")

ms

If anyone would care to look at the code, I have a postgresql schema and the Business Logic Framework project in a zip. I am thinking of sleeping a night over it. It seems to give the best answers, if you can afford it against the deadline...

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/johan%40netsense.nl

This email sent to [EMAIL PROTECTED]

Regards,

Johan Henselmans
http://www.netsense.nl
Tel: +31-20-6267538
Fax: +31-20-6279159



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
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