You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2012/04/11 20:34:33 UTC

DO NOT REPLY [Bug 53065] New: event message lookup field part fails to perform lookup

https://issues.apache.org/bugzilla/show_bug.cgi?id=53065

             Bug #: 53065
           Summary: event message lookup field part fails to perform
                    lookup
           Product: Fop
           Version: 1.1dev
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: general
        AssignedTo: fop-dev@xmlgraphics.apache.org
        ReportedBy: gadams@apache.org
    Classification: Unclassified


in revision 932481, the functionality to perform a lookup on a LookupFieldPart
was removed [1] due to lack of a default bundle

[1]
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/events/EventFormatter.java?r1=932481&r2=932480&pathrev=932481

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

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 53065] event message lookup field part fails to perform lookup

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53065

Glenn Adams <ga...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 53065] event message lookup field part fails to perform lookup

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53065

Glenn Adams <ga...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Glenn Adams <ga...@apache.org> 2012-04-11 18:44:54 UTC ---
http://svn.apache.org/viewvc?rev=1324913&view=rev

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.