[Lift] Re: JPA Table annotation

2008-09-16 Thread Derek Chen-Becker
Technically you can drop the constructor parens as well so it looks like @Table{val name=roles} Derek On Mon, Sep 15, 2008 at 5:08 PM, Tim Perrett [EMAIL PROTECTED] wrote: Chas, Change you annotation to this: @Table(){val name=roles} Scrap the xml attribute, then it will work no

[Lift] Re: JPA Table annotation

2008-09-16 Thread Charles F. Munat
That's cleaner. I'll try it. Thanks, Chas. Derek Chen-Becker wrote: Technically you can drop the constructor parens as well so it looks like @Table{val name=roles} Derek On Mon, Sep 15, 2008 at 5:08 PM, Tim Perrett [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Chas,