Error with WebSphere

2003-01-16 Thread Paolo Beatrici



I've just installed an application embedding fop 
into Websphere 4.0.1 Advanced Edition on Linux.
We got the following exception :



[03.01.16 14:32:02:736 CET] 10b37e12 ExceptionUtil X CNTR0020E: 
Non-application exception occurred while processing method createOutput on bean 
BeanId(Deployed_tes_isybusEjbWAS#tes_isybusEjb.jar#Isybus, f2c72ebaa6): 
java.lang.AbstractMethodError: javax/xml/parsers/SAXParser.getXMLReader
at org.apache.fop.apps.Driver.getParserClassName(Unknown Source)
at org.apache.fop.svg.SVGElementMapping.setupSVG(Unknown Source)
at org.apache.fop.svg.SVGElementMapping.addToBuilder(Unknown Source)
at org.apache.fop.apps.Driver.addElementMapping(Unknown Source)
at org.apache.fop.apps.Driver.addElementMapping(Unknown Source)
at org.apache.fop.apps.Driver.setupDefaultMappings(Unknown Source)
at org.apache.fop.apps.Driver.init(Unknown Source)
at com.isyde.isydriver.output.FopDriver.save(FopDriver.java:86)
at com.isyde.isybusparser.output.IsyFopDriver.save(IsyFopDriver.java:76)
at com.isyde.isybusparser.DDMParser.parse(DDMParser.java:95)
at com.isyde.isybus.so.Isybus.createOutput(Isybus.java:72)

Can you help me about this?
Thank you.
Paolo Beatrici


File Xml

2002-12-11 Thread Paolo Beatrici



I have a little question : if i have my xml not on 
file but in memory, how can i substitute the following statement 

XSLTInputHandler input = new 
XSLTInputHandler(new File(xmlFile), new File(xslFile));
that need a xml into a file with another that 
need string or similar? At the moment i need to write my xml into a temporary 
file and passing it to the XSLTInputHandler.

Thanks

Paolo Beatrici.



Tools for Fo

2002-11-22 Thread Paolo Beatrici



Are there any tools that convert, for example, a 
simple excel, word or other formats to a Fo format or to a xsl/fo format? This 
can be very userful for the fixed part of a pdf document.

Thanks.

Paolo Beatrici