Details
-
Bug
-
Status: Resolved
-
Resolution: Fixed
-
2.5
-
None
-
None
-
Operating System: All
Platform: All
-
53065
Description
in revision 932481, the functionality to perform a lookup on a LookupFieldPart was removed [1] due to lack of a default bundle
this change resulted in certain event messages no longer containing the intended information;
for example, the following message appeared
org.apache.fop.fo.ValidationException: "fo:retrieve-marker" is not a valid child of "fo:block"! (See position 23:62)
instead of the desired message:
org.apache.fop.fo.ValidationException: "fo:retrieve-marker" is not a valid child of "fo:block"! An fo:retrieve-marker is permitted only as the descendant of an fo:static-content. (See position 23:62)
in particular, the "[
{ruleViolated,lookup}]" part of the message<message key="invalidChild">"{offendingNode}" is not a valid child of "{elementName}"![ {ruleViolated,lookup}
]locator</message>
is being elided to the empty string