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

cameo

Members
  • Posts

    3
  • Joined

  • Last visited

cameo's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. I want to implement a crosstab report that has two detail cells. Is it possible to achieve this with jasper reports.
  2. I want to display a subreport that displays a table data from a Resultset. At the moment, the whole subreport is repeated for each record in the resultset. How can I make the subreport display the records without displaying the whole subreport ? Thanks
  3. I also just had the same error when i run my application from jboss. I dont get it when i run from commandline Code:java.lang.IllegalAccessError: tried to access field org.apache.commons.digester.Digester.log from class org.apache.commons.digester at org.apache.commons.digester.SetNestedPropertiesRule$AnyChildRule.body(SetNestedPropertiesRule.java:393) at org.apache.commons.digester.Rule.body(Rule.java:240) at org.apache.commons.digester.Digester.endElement(Digester.java:1028) at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source) at org.apache.xerces.impl.dtd.XMLDTDValidator.endNamespaceScope(Unknown Source) at org.apache.xerces.impl.dtd.XMLDTDValidator.handleEndElement(Unknown Source) at org.apache.xerces.impl.dtd.XMLDTDValidator.endElement(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at org.apache.commons.digester.Digester.parse(Digester.java:1548) at net.sf.jasperreports.engine.xml.JRXmlLoader.loadXML(JRXmlLoader.java:238) at net.sf.jasperreports.engine.xml.JRXmlLoader.loadXML(JRXmlLoader.java:225) at net.sf.jasperreports.engine.xml.JRXmlLoader.load(JRXmlLoader.java:213) at com.lalpac.core.biz.report.customforms.CustomForm.create(CustomForm.java:134) at com.lalpac.core.biz.report.customforms.CustomForm.createForm(CustomForm.java:170) at com.lalpac.core.biz.report.customforms.CustomForm.createCustomForm(CustomForm.java:58) at com.lalpac.enterprise.ejb.service.service_01.JasperReportBean.executeGet_Application_Form(JasperReportBean.java:172) at com.lalpac.enterprise.ejb.service.service_01.JasperReportBean.execute(JasperReportBean.java:80) 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)
×
×
  • Create New...