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.