Entity Definition Warnings

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Entity Definition Warnings

Andrew Zeneski
FYI (David?) Whom ever is working on this,

2006-12-07 12:07:14,672 (main) [   GenericDelegator.java:152:WARN ]
[FieldNameRW] Column name NAME of entity TodoTask is a reserved word.
2006-12-07 12:07:14,673 (main) [   GenericDelegator.java:152:WARN ]
[FieldNameRW] Column name STATUS of entity TodoTask is a reserved word.


Andrew

smime.p7s (4K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

RE: Entity Definition Warnings

Amit Shinde
Andy,
          I was working on this. This was for the Ajax Prototype on JSON and
GWT. I am not sure if this got committed in OFBiz. You d know better. I can
change the names and and send the patch if that works.

Amit

-----Original Message-----
From: A. Zeneski [mailto:[hidden email]]
Sent: Thursday, December 07, 2006 10:39 PM
To: [hidden email]
Subject: Entity Definition Warnings


FYI (David?) Whom ever is working on this,

2006-12-07 12:07:14,672 (main) [   GenericDelegator.java:152:WARN ]
[FieldNameRW] Column name NAME of entity TodoTask is a reserved word.
2006-12-07 12:07:14,673 (main) [   GenericDelegator.java:152:WARN ]
[FieldNameRW] Column name STATUS of entity TodoTask is a reserved word.


Andrew

Reply | Threaded
Open this post in threaded view
|

Re: Entity Definition Warnings

David E Jones-2
In reply to this post by Andrew Zeneski

The "TodoTask" entity isn't part of OFBiz, so it must be in an add-in  
module and should be changed there to not use field names like "name"  
and "status".

-David


On Dec 7, 2006, at 10:09 AM, A. Zeneski wrote:

> FYI (David?) Whom ever is working on this,
>
> 2006-12-07 12:07:14,672 (main) [   GenericDelegator.java:152:WARN ]
> [FieldNameRW] Column name NAME of entity TodoTask is a reserved word.
> 2006-12-07 12:07:14,673 (main) [   GenericDelegator.java:152:WARN ]
> [FieldNameRW] Column name STATUS of entity TodoTask is a reserved  
> word.
>
>
> Andrew