Re: Ponder: Template bug and Fix for subclass entity

James Cicenia <[email protected]> Thu, 13 Jun 2013 11:18:43 -0500
Newsgroups gmane.comp.web.webobjects.wonder-disc
Message-ID <[email protected]>
Don't know. My fix eliminates the compiler errors. I have no idea why it would be specific to me.




On Jun 13, 2013, at 11:10 AM, Ramsey Gurley <[email protected]> wrote:

> Nevermind, I'm a doofus. I had it in the wrong package. My user subclass is generating, but no compile errors for me.
> 
> On Jun 13, 2013, at 8:35 AM, Ramsey Gurley wrote:
> 
>> What kind of inheritance are you using? Strangely, my user subclass isn't generating at all with single table. I didn't notice until just now.
>> 
>> 
>> On Jun 12, 2013, at 6:23 AM, James Cicenia wrote:
>> 
>>> in the _WonderEntity.java you have:
>>> 
>>>     #set ($parentClazzClass = "${entity.parent.classNameWithOptionalPackage}.${entity.parent.classNameWithoutPackage}Clazz<T>")
>>> 
>>> I think it needs to be:
>>>     #set ($parentClazzClass = "${entity.parent.classNameWithDefault}.${entity.parent.classNameWithoutPackage}Clazz<T>")
>>> 
>>> You can test this with a subclassed entity.
>>> 
>>> 
>>> 
>>> 
>>> ------------------------------------------------------------------------------
>>> This SF.net email is sponsored by Windows:
>>> 
>>> Build for Windows Store.
>>> 
>>> http://p.sf.net/sfu/windows-dev2dev_______________________________________________
>>> Wonder-disc mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/wonder-disc
>> 
>

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

_______________________________________________
Wonder-disc mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wonder-disc