Community
Participate
Working Groups
The DTInfo model allows only zero or one "resolve-attribute-value" elements, but three are defined in the metadata for graphicImage, and it seems the last one defined is what is used in the runtime model. Unfortunately, the last one defined is trying to resolve a "url" attribute on the result "img" tag - it needs to resolve a "src" attribute. The other two elements ("value" and "url") are unnecessary and need to be removed.
What is the impact to the end-user?
(In reply to comment #1) > What is the impact to the end-user? Images URLs are not resolved and the image is not displayed.
Fix checked in at 2010/08/25 05:02PM PDT.
* Explain why you believe this is a stop-ship defect. Or, if it is a "hotbug" (requested by an adopter) please document it as such. See comment 2 * Is there a work-around? If so, why do you believe the work-around is insufficient? None * How has the fix been tested? Is there a test case attached to the bugzilla record? Has a JUnit Test been added? Manual * Give a brief technical overview. Who has reviewed this fix? See description * What is the risk associated with this fix? none-low
This failed to make this week's build because of spurious junit failures in local testing.