https://issues.apache.org/bugzilla/show_bug.cgi?id=51617
Glenn Adams <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #3 from Glenn Adams <[email protected]> 2012-04-14 18:12:31 UTC --- unable to reproduce in 1.1dev (trunk); see console.log.txt attachment; see also http://svn.apache.org/viewvc?rev=1326166&view=rev for minor change to add 'run' target, etc. n.b. from the backtrace in comment 0, i can see that your JDev environment is making use of a different implementation of javax.xml.transform.Transformer than is normally used by FOP: you used: oracle.xml.jaxp.JXTransformer while FOP normally uses: org.apache.xalan.transformer.Transform so I think the problem is that you aren't using xalan-2.7.0.jar as found in $FOP_HOME/lib -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
