[jira] Created: (OFBIZ-2511) Mismatch in minilang operation "Log" definition

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

[jira] Created: (OFBIZ-2511) Mismatch in minilang operation "Log" definition

Nicolas Malin (Jira)
Mismatch in minilang operation "Log" definition
-----------------------------------------------

                 Key: OFBIZ-2511
                 URL: https://issues.apache.org/jira/browse/OFBIZ-2511
             Project: OFBiz
          Issue Type: Bug
          Components: framework
    Affects Versions: Release Branch 9.04
            Reporter: Jan Valkovic
            Priority: Minor


Minilang operation Log is in simple-methods.xsd defined as
<log level="..." [message="...">
<field field="....">
<string/>
</log>

But field "field" is implemented as <field field-name="..."> (See org.ofbiz.minilang.method.FieldString)

Example:
<log level="info">
        <field field="sequenceNumber"/>
</log>

Generates this log record
2009-05-22 18:46:16,655 (http-0.0.0.0-8443-5) [        FieldString.java:58 :INFO ] Field value not found with name  in Map with name , not getting string value

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

Reply | Threaded
Open this post in threaded view
|

[jira] Assigned: (OFBIZ-2511) Mismatch in minilang operation "Log" definition

Nicolas Malin (Jira)

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

Adrian Crum reassigned OFBIZ-2511:
----------------------------------

    Assignee: Adrian Crum

> Mismatch in minilang operation "Log" definition
> -----------------------------------------------
>
>                 Key: OFBIZ-2511
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2511
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Release Branch 9.04
>            Reporter: Jan Valkovic
>            Assignee: Adrian Crum
>            Priority: Minor
>
> Minilang operation Log is in simple-methods.xsd defined as
> <log level="..." [message="...">
> <field field="....">
> <string/>
> </log>
> But field "field" is implemented as <field field-name="..."> (See org.ofbiz.minilang.method.FieldString)
> Example:
> <log level="info">
> <field field="sequenceNumber"/>
> </log>
> Generates this log record
> 2009-05-22 18:46:16,655 (http-0.0.0.0-8443-5) [        FieldString.java:58 :INFO ] Field value not found with name  in Map with name , not getting string value

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

Reply | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-2511) Mismatch in minilang operation "Log" definition

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Adrian Crum closed OFBIZ-2511.
------------------------------

    Resolution: Fixed

Fixed: trunk rev 777947, release rev 777949.

Thanks Jan.


> Mismatch in minilang operation "Log" definition
> -----------------------------------------------
>
>                 Key: OFBIZ-2511
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2511
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Release Branch 9.04
>            Reporter: Jan Valkovic
>            Assignee: Adrian Crum
>            Priority: Minor
>
> Minilang operation Log is in simple-methods.xsd defined as
> <log level="..." [message="...">
> <field field="....">
> <string/>
> </log>
> But field "field" is implemented as <field field-name="..."> (See org.ofbiz.minilang.method.FieldString)
> Example:
> <log level="info">
> <field field="sequenceNumber"/>
> </log>
> Generates this log record
> 2009-05-22 18:46:16,655 (http-0.0.0.0-8443-5) [        FieldString.java:58 :INFO ] Field value not found with name  in Map with name , not getting string value

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