You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Sumit Pandit (JIRA)" <ji...@apache.org> on 2009/12/02 23:00:20 UTC

[jira] Updated: (OFBIZ-3287) Giving warnign at console at - https://localhost:8443/accounting/control/FindFinAccountTrans page

     [ https://issues.apache.org/jira/browse/OFBIZ-3287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sumit Pandit updated OFBIZ-3287:
--------------------------------

    Attachment: OFBIZ-3287.patch

Fixed the warning message in the patch.

> Giving warnign at console at - https://localhost:8443/accounting/control/FindFinAccountTrans page
> -------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-3287
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3287
>             Project: OFBiz
>          Issue Type: Bug
>          Components: accounting
>            Reporter: Sumit Pandit
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3287.patch
>
>
> Following is warning message at console - 
>  GenericEntity.java:309:WARN ] The field name (or key) [groupName] is not valid for entity [Person], printing IllegalArgumentException instead of throwing it because Map interface specification does not allow throwing that exception.
> 2009-12-02 14:24:13,734 (http-0.0.0.0-8443-6) [      GenericEntity.java:309:WARN ] The field name (or key) [firstName] is not valid for entity [PartyGroup], printing IllegalArgumentException instead of throwing it because Map interface specification does not allow throwing that exception.
> 2009-12-02 14:24:13,736 (http-0.0.0.0-8443-6) [      GenericEntity.java:309:WARN ] The field name (or key) [lastName] is not valid for entity [PartyGroup], printing IllegalArgumentException instead of throwing it because Map interface specification does not allow throwing that exception.
> 2009-12-02 14:24:13,774 (http-0.0.0.0-8443-6) [      GenericEntity.java:309:WARN ] The field name (or key) [firstName] is not valid for entity [PartyGroup], printing IllegalArgumentException instead of throwing it because Map interface specification does not allow throwing that exception.
> 2009-12-02 14:24:13,776 (http-0.0.0.0-8443-6) [      GenericEntity.java:309:WARN ] The field name (or key) [lastName] is not valid for entity [PartyGroup], printing IllegalArgumentException instead of throwing it because Map interface specification does not allow throwing that exception.
> 2009-12-02 14:24:13,777 (http-0.0.0.0-8443-6) [      GenericEntity.java:309:WARN ] The field name (or key) [firstName] is not valid for entity [PartyGroup], printing IllegalArgumentException instead of throwing it because Map interface specification does not allow throwing that exception.
> 2009-12-02 14:24:13,779 (http-0.0.0.0-8443-6) [      GenericEntity.java:309:WARN ] The field name (or key) [lastName] is not valid for entity [PartyGroup], printing IllegalArgumentException instead of throwing it because Map interface specification does not allow throwing that exception.
> 2009-12-02 14:24:13,796 (http-0.0.0.0-8443-6) [      GenericEntity.java:309:WARN ] The field name (or key) [groupName] is not valid for entity [Person], printing IllegalArgumentException instead of throwing it because Map interface specification does not allow throwing that exception.
> 2009-12-02 14:24:13,798 (http-0.0.0.0-8443-6) [      GenericEntity.java:309:WARN ] The field name (or key) [firstName] is not valid for entity [PartyGroup], printing IllegalArgumentException instead of throwing it because Map interface specification does not allow throwing that exception.
> 2009-12-02 14:24:13,800 (http-0.0.0.0-8443-6) [      GenericEntity.java:309:WARN ] The field name (or key) [lastName] is not valid for entity [PartyGroup], printing IllegalArgumentException instead of throwing it because Map interface specification does not allow throwing that exception.
> 2009-12-02 14:24:13,858 (http-0.0.0.0-8443-6) [     ControlServlet.java:315:INFO ] [[[FindFinAccountTrans] Request Done- total:0.945,since last([FindFinAccountTr...):0.945]]

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.