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

LORDs_diakonos

Members
  • Posts

    23
  • 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 LORDs_diakonos

  1. Bump again :-( just looking for an answer sorry to be a pain.
  2. Well for one I cannot seem to find an option to use older jasperreports lib like 2.0.5. In classic you had this option.
  3. Sorry to be a pain but I saw another thread asking the same question with no reply. Does anyone know the status of this? Can I use say Jasper Reports lib 2.05 with the newer iReportNB
  4. In iReport 3.0 classic you were able to use iReport and set the compatibility to say JasperReport 2.0.5 but I don't see that option anymore. Am I missing the option
  5. What is teh best way to manipulate dates for default parameters? I need to say Calendar.getInstance().add(Calendar.DATE,-1) and then call .getTime() on the calendar. Having to do this in one line is the problem. Should I use a scriplet for this?
  6. In versions of iReport previous to 1.3.3 when you left the band that a field was in it would be red on teh border. It still is if I go too low but say I have something in the detail and i push it too high so it is touching the column header it doesn't turn red now. Also if I push it too far to the left. Has this functionality changed for a reason?
  7. Very much thank you. I got the compilermanager to work though as fixing the classpath helped that. I appreciate your help here. Thank you
  8. Well I did find another jar providing the jdt compiler. I want to store the jrxml and jasper files on my app. We are not using the jasperserver becuase we require tighter integration into our cms then is easily provided and I want to save teh jrxml in case people ever need access to it to modify it. Once I have a JasperReport object how can I save it to a file?
  9. 5.0.28 It is a tomcat that is bundled with an older version of liferay. DO you know where th other jdt compiler would be. I looked but didn't see it. Also How else can i accomplish the building of the report? I have a jrxml and I am trying to compile and save a jasper file to the filesystem which is why I am using compiletofile(). The other compilers only have compile(JasperDesign)?? not to file.
  10. I am getting java.lang.NoSuchMethodError: org.eclipse.jdt.internal.compiler.CompilationResult.getErrors() at net.sf.jasperreports.engine.design.JRJdtCompiler$2.acceptResult(JRJdtCompiler.java:418) The report is throwing a compile error as it should but I shouldn't get the no such method. I am using jasperreports 1.3.2. I placed jdt-compiler-3.1.1.jar which is included in teh project downlaod in teh lib directory on my classpath. I am running in tomcat 5. Problem is cause it is a no suchmethod i cannot even catch it it just dies :-(
  11. Could work many ways but at the least I would like to get a report and be able to schedule a cron trigger on it.
  12. Can you schedule reports and/or get a list of scheduled Jobs via the WebServices?
  13. Is there any javadoc for jasperserver?
  14. I need a report that I can feed html code to and it will generate a report with the html in the band. How can I do this. Static text doesn't seem to render html :-(
  15. I am going to integrate it with our product the dotCMS which is an open source CMS/CRM. dotcms.org. Would you be willing to provide the code you changed for portal integration? If not that is ok I am sure I can configure ACEGI to integrate with liferay portal security but I don't want to have to redo things already done. Thanks
  16. I would like to integrate Jasper Intell. into a portal. I would like to see the security integarted etc... I am using liferay 3. Has anyone done this?
  17. Well i got logging working properly and low and behold I found my problem. lol a number format exception in my datasource. sorry Jasper Reports is such a great solution. :-) Thanx
  18. Well that is all i am getting right now but something is going on with tomcat and logging lol I am working on that. :-)
  19. javax.servlet.ServletException: Error evaluating expression : Source text : new com.dotmarketing.util.SLASubreportDatasource($F{teamId}.longValue()) org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:545) org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:486) org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274) org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482) org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525) javax.servlet.http.HttpServlet.service(HttpServlet.java:709) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) com.dotmarketing.filters.LoginFilter.doFilter(LoginFilter.java:38) com.dotmarketing.filters.HibernateSessionFilter.doFilter(HibernateSessionFilter.java:22) com.dotmarketing.filters.HibernateSessionFilter.doFilter(HibernateSessionFilter.java:22) root cause net.sf.jasperreports.engine.fill.JRExpressionEvalException: Error evaluating expression : Source text : new com.dotmarketing.util.SLASubreportDatasource($F{teamId}.longValue()) net.sf.jasperreports.engine.fill.JREvaluator.evaluate(JREvaluator.java:183) net.sf.jasperreports.engine.fill.JRCalculator.evaluate(JRCalculator.java:539) net.sf.jasperreports.engine.fill.JRCalculator.evaluate(JRCalculator.java:507) net.sf.jasperreports.engine.fill.JRFillElement.evaluateExpression(JRFillElement.java:805) net.sf.jasperreports.engine.fill.JRFillSubreport.evaluate(JRFillSubreport.java:348) net.sf.jasperreports.engine.fill.JRFillElementContainer.evaluate(JRFillElementContainer.java:277) net.sf.jasperreports.engine.fill.JRFillBand.evaluate(JRFillBand.java:399) net.sf.jasperreports.engine.fill.JRVerticalFiller.fillColumnBand(JRVerticalFiller.java:1289) net.sf.jasperreports.engine.fill.JRVerticalFiller.fillDetail(JRVerticalFiller.java:631) net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReportStart(JRVerticalFiller.java:228) net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReport(JRVerticalFiller.java:128) net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:758) net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:666) net.sf.jasperreports.engine.fill.JRFiller.fillReport(JRFiller.java:63) net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:402) com.dotmarketing.struts.actions.admin.ProjectInventoryReportAction._generateReport(ProjectInventoryReportAction.java:92) com.dotmarketing.struts.actions.admin.ProjectInventoryReportAction.search(ProjectInventoryReportAction.java:57) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:585) org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:280) org.apache.struts.actions.DispatchAction.execute(DispatchAction.java:216) org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484) org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274) org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482) org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525) javax.servlet.http.HttpServlet.service(HttpServlet.java:709) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) com.dotmarketing.filters.LoginFilter.doFilter(LoginFilter.java:38) com.dotmarketing.filters.HibernateSessionFilter.doFilter(HibernateSessionFilter.java:22) com.dotmarketing.filters.HibernateSessionFilter.doFilter(HibernateSessionFilter.java:22)
  20. I will in a couple hours when i get to the office but is it possible to do what I am trying to do? I would think so. Basically it is not filling my variable in the datasource expression.
  21. I have a report that uses a connection to go right to the database but it has a subreport that uses a datasource. I tried the following for the datasource expression but it is failing. Why can I not do this? new com.dotmarketing.util.SLASubreportDatasource($F{teamId}.longValue()) net.sf.jasperreports.engine.fill.JRExpressionEvalException: Error evaluating expression : Source text : new com.dotmarketing.util.SLASubreportDatasource($F{teamId}.longValue()) net.sf.jasperreports.engine.fill.JREvaluator.evaluate(JREvaluator.java:183) net.sf.jasperreports.engine.fill.JRCalculator.evaluate(JRCalculator.java:539) net.sf.jasperreports.engine.fill.JRCalculator.evaluate(JRCalculator.java:507)
×
×
  • Create New...