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

lukassoftware

Members
  • Posts

    6
  • 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 lukassoftware

  1. Thanks But now i got an error in my java code org.xml.sax.SAXParseException; lineNumber: 161; columnNumber: 39; cvc-complex-type.3.2.2: Attribute 'class' is not allowed to appear in element 'bucket'. at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
  2. Hi I want to fill a crosstab but i got an error when compiling the report. class not set for bucket I hope someone can help me. Regards Code:net.sf.jasperreports.engine.design.JRValidationException: Report design not valid :      1. Class not set for bucket : Krk      2. Class not set for bucket : Datum     at net.sf.jasperreports.engine.design.JRAbstractCompiler.verifyDesign(JRAbstractCompiler.java:258)     at net.sf.jasperreports.engine.design.JRAbstractCompiler.compileReport(JRAbstractCompiler.java:140)     at net.sf.jasperreports.engine.JasperCompileManager.compileReport(JasperCompileManager.java:212)     at net.sf.jasperreports.engine.JasperCompileManager.compileReportToFile(JasperCompileManager.java:128)     at com.jaspersoft.ireport.designer.compiler.IReportCompiler.run(IReportCompiler.java:515)     at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572)     at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:997)
  3. Hi I want to fill a crosstab but i get an error when compiling the report. class not set for bucket I hope someone can help me. Regards Code:net.sf.jasperreports.engine.design.JRValidationException: Report design not valid :      1. Class not set for bucket : Krk      2. Class not set for bucket : Datum     at net.sf.jasperreports.engine.design.JRAbstractCompiler.verifyDesign(JRAbstractCompiler.java:258)     at net.sf.jasperreports.engine.design.JRAbstractCompiler.compileReport(JRAbstractCompiler.java:140)     at net.sf.jasperreports.engine.JasperCompileManager.compileReport(JasperCompileManager.java:212)     at net.sf.jasperreports.engine.JasperCompileManager.compileReportToFile(JasperCompileManager.java:128)     at com.jaspersoft.ireport.designer.compiler.IReportCompiler.run(IReportCompiler.java:515)     at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572)     at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:997)
  4. i got an error Caused by: net.sf.jasperreports.engine.JRRuntimeException: net.sf.jasperreports.engine.JRException: Class "net.sf.jasperreports.engine.util.xml.JaxenXPathExecuterFactory" should be compatible with "net.sf.jasperreports.engine.query.JRQueryExecuterFactory" what's my mistake ? can someone help me regards, Mathias
  5. i got an error Caused by: net.sf.jasperreports.engine.JRRuntimeException: net.sf.jasperreports.engine.JRException: Class "net.sf.jasperreports.engine.util.xml.JaxenXPathExecuterFactory" should be compatible with "net.sf.jasperreports.engine.query.JRQueryExecuterFactory" what's my mistake ? can someone help me regards, Mathias
  6. jonnyfrastovner Wrote: Hi, I am facing performance issues in an xpath query. The documents are structured as defined in the attached xsd. My testfile is about 2MB - 3000 nodes.I define the query as descendant::FeilMelding The report query window instantly recognizes 3000 nodes. I define two fields, as @type and @grad. Filling a query outputting the two fields takes about 18 seconds, and adding new fields slows the query down further. I have defined sorting of the two fields in the "sort options" window, but it does not seem to impact performance much. Is this performance as expected? I have a rather fast pc. I have tried to define an alternative query executor, as suggested elsewhere: net.sf.jasperreports.xpath.executer.factory=net.sf.jasperreports.engine.util.xml.JaxenXPathExecuterFactory but ireport gives this error: net.sf.jasperreports.engine.JRException:�net.sf.jasperreports.engine.JRRuntimeException:�net.sf.jasperreports.engine.JRException:�Class�"net.sf.jasperreports.engine.util.xml.JaxenXPathExecuterFactory"�should�be�compatible�with�"net.sf.jasperreports.engine.query.JRQueryExecuterFactory" i have the same problem. Can someone help me ?? Regards, Mathias
×
×
  • Create New...