Jump to content
We've recently updated our Privacy Statement, available here ×

absoft

Members
  • Posts

    9
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by absoft

  1. Hello bartvh, I didn't roll back to an old version and live with the warnings, too. I just hope for a corrected version of iReport that supports this in the near future. Best regards Andreas http://www.ab-tools.com/English/
  2. Hello Giulio, don't understand: why incrementing the fields height should help in this case, bacause the width of the fields is the problem? Anyway, I played arround a little bit with the width of the fields now, because I don't see any solution for this problem here in the near future and with making the fields larger (in width) the unmeant line breaks disappeared indeed. This, of course, doesn't solve the problem itself, because now I have to leave much space in each field for not having this line breaks... :( Therefore it would be great if this bug could be solved for the future and the font width would be calculated correctly also on Linux operating systems. Best regards Andreas http://www.ab-soft.de
  3. Hello together again, does really nobody has any idea about that? No admins looking into this forum? I've again attached a screenshot with this unmeant line breaks. I've tested this template file on two JBoss servers now and the strange thing is that it worked on one of them (running on a Windows based system). Only on the other server (running on Debian Linux) this bug occurs. May it be possible that on the Linux system a font or something like that is missing/different, so it calculates the needed space in a different way? I would be really happy for any ideas or help. Thanks you very much in advance Andreas size=400]http://www.jasperforge.org/components/com_joomlaboard/uploaded/images/jasper.png Post edited by: absoft, at: 2008/02/13 12:15
  4. Hello alchavez, I would even say that this is a bug report and not a feature request, because when I say iReport to save the template in the current version of JasperReports I would expect it to correct all deprecated tags automatically... Best regards Andreas http://www.ab-archive.com
  5. Hello bartvh, thank you very much: this works fine now! But I guess, I should not try to edit this report with iReport again after convertion, right? ;) Thanks again Andreas http://www.ab-soft.de Post edited by: absoft, at: 2008/02/01 11:39
  6. Hello bartvh, first thank you for your great work. I tried you Python script, but when I try to generated the changed report XML file, I got following error messages: ---- 30.01.2008 09:29:59 org.apache.commons.digester.Digester error SCHWERWIEGEND: Parse Error at line 63 column 341: The content of element type "box" must match "(pen?,topPen?,leftPen?,bottomPen?,rightPen?)". org.xml.sax.SAXParseException: The content of element type "box" must match "(pen?,topPen?,leftPen?,bottomPen?,rightPen?)". at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:236) at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:172) at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:382) at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:316) at com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator.handleEndElement(XMLDTDValidator.java:2048) at com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator.endElement(XMLDTDValidator.java:932) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1241) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1685) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:368) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:834) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764) at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148) at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1242) at org.apache.commons.digester.Digester.parse(Digester.java:1745) at net.sf.jasperreports.engine.xml.JRXmlLoader.loadXML(JRXmlLoader.java:239) at net.sf.jasperreports.engine.xml.JRXmlLoader.loadXML(JRXmlLoader.java:226) at net.sf.jasperreports.engine.xml.JRXmlLoader.load(JRXmlLoader.java:214) at net.sf.jasperreports.engine.xml.JRXmlLoader.load(JRXmlLoader.java:168) at net.sf.jasperreports.engine.xml.JRXmlLoader.load(JRXmlLoader.java:152) at net.sf.jasperreports.engine.JasperCompileManager.compileReport(JasperCompileManager.java:151) at de.absoft.util.wTAccountMaster.main(wTAccountMaster.java:41) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.intellij.rt.execution.application.AppMain.main(AppMain.java:90) net.sf.jasperreports.engine.JRException: org.xml.sax.SAXParseException: The content of element type "box" must match "(pen?,topPen?,leftPen?,bottomPen?,rightPen?)". at net.sf.jasperreports.engine.xml.JRXmlLoader.loadXML(JRXmlLoader.java:243) at net.sf.jasperreports.engine.xml.JRXmlLoader.loadXML(JRXmlLoader.java:226) at net.sf.jasperreports.engine.xml.JRXmlLoader.load(JRXmlLoader.java:214) at net.sf.jasperreports.engine.xml.JRXmlLoader.load(JRXmlLoader.java:168) at net.sf.jasperreports.engine.xml.JRXmlLoader.load(JRXmlLoader.java:152) at net.sf.jasperreports.engine.JasperCompileManager.compileReport(JasperCompileManager.java:151) at de.absoft.util.wTAccountMaster.main(wTAccountMaster.java:41) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.intellij.rt.execution.application.AppMain.main(AppMain.java:90) Caused by: org.xml.sax.SAXParseException: The content of element type "box" must match "(pen?,topPen?,leftPen?,bottomPen?,rightPen?)". at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:236) at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:172) at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:382) at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:316) at com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator.handleEndElement(XMLDTDValidator.java:2048) at com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator.endElement(XMLDTDValidator.java:932) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1241) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1685) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:368) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:834) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764) at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148) at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1242) at org.apache.commons.digester.Digester.parse(Digester.java:1745) at net.sf.jasperreports.engine.xml.JRXmlLoader.loadXML(JRXmlLoader.java:239) ... 11 more Process finished with exit code 0 ---- Do you have any idea on that? I've attached the changed report XML file. Perhaps this helps. Thanks in advance for your help Andreas http://www.ab-tools.com/English/ [file name=wTAccount.xml size=111158]http://www.jasperforge.org/components/com_joomlaboard/uploaded/files/wTAccount.xml[/file]
  7. Hello alchavez, that's a good question: I've also updated to the new JasperReports version and now getting these error messages. We've got about 20 reports here I would like to update so that no warnings are displayed anymore. Is there an easy way to do this? How to use these "<pen>" tags in iReport? Thanks in advance for any ideas Andreas
  8. [sorry for double post - please delete] Post edited by: absoft, at: 2008/01/25 09:32
  9. Hello albertj, did you find any solution about your problem yet? Because have got a quite similar problem. In the screenshot of the PDF report you see that there is a line break to much after: - Pers.-Nr. (Gehaltsabr.) - each date field - each "Erfassungskennzeichen" field Does anyone has an idea on that: I've tested it with different JasperReports and iText version (now using the current ones), but nothing helps. I'm happy for any ideas! Best regards Andreas [file name=wTAccount_test.xml size=120202]http://www.jasperforge.org/components/com_joomlaboard/uploaded/files/wTAccount_test.xml%5B/file] size=400]http://www.jasperforge.org/components/com_joomlaboard/uploaded/images/report_test2.png Post edited by: absoft, at: 2008/01/25 09:25
×
×
  • Create New...