What steps will reproduce the problem? 1. The bundle is missing indent.xsl. When the transformer is called, it coulnd't locate the indent.xsl and thus throw an error in the example store.
What is the expected output? What do you see instead?
methods public static String documentToStringPretty(Document document) in class Utils public String getXmlPretty() in CheckoutShoppingCartRequest class don't work.
Please use labels and text to provide additional information.
Comment #1
Posted on Sep 5, 2007 by Happy BirdBug reported by UniTechnology.
Comment #2
Posted on Sep 5, 2007 by Happy Birdnew owner for this bug.
Comment #3
Posted on Sep 28, 2007 by Massive Horse(No comment was entered for this change.)
Comment #4
Posted on Oct 1, 2007 by Massive HorseThe solution to this issue was to add a copy task to the 'compile' target in the standalone-build.xml which copies the missing .xsl to the src/java directory, which is the expected behaviour
Status: Fixed
Labels:
Type-Defect
Priority-High