|
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 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. |
|
[ 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. |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anil K Patel reassigned OFBIZ-3287: ----------------------------------- Assignee: Anil K Patel > 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 > Assignee: Anil K Patel > 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. |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12785083#action_12785083 ] Anil K Patel commented on OFBIZ-3287: ------------------------------------- Better fix will be fix line 205 and 207 to read from values from view that has PartyGroup and Person entities. > 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 > Assignee: Anil K Patel > 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. |
|
In reply to this post by Nicolas Malin (Jira)
[ 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 Here is patch for fix. Thanks for comment. > 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 > Assignee: Anil K Patel > Priority: Minor > Fix For: SVN trunk > > Attachments: OFBIZ-3287.patch, 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. |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anil K Patel closed OFBIZ-3287. ------------------------------- > 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 > Assignee: Anil K Patel > Priority: Minor > Fix For: SVN trunk > > Attachments: OFBIZ-3287.patch, 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. |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anil K Patel resolved OFBIZ-3287. --------------------------------- Resolution: Fixed Patch applied to r 886651. Sumit, Thanks for 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 > Assignee: Anil K Patel > Priority: Minor > Fix For: SVN trunk > > Attachments: OFBIZ-3287.patch, 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. |
| Free forum by Nabble | Edit this page |
