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

jgardner16

Members
  • Posts

    27
  • 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 jgardner16

  1. Hi I was wondering if it's possible to get the compiled report from the server using the web service api. We have a swing app and some reports need information that is only on the client so it would be cool if I could get the copiled report and then fill it with client side data.
  2. Hi I have a report with an external style sheet and when I run the report everything looks great. But when I am in design mode in ireport it ignores the style sheet so I just a bunch of blank squares with no text. Is there anyway to get ireport to honor the stylesheet.
  3. Every once in a while I get this error error: Exception thrown while constructing Processor object: no manifiest section for signature file entry javax/activation/MimeType.class and when I download activation jar from http://jasperforge.org/svn/repos/maven2/javax/activation/activation/1.1/activation-1.1.jar I get this *** CHECKSUM FAILED - Error retrieving checksum file for javax/activation/activation/1.1/activation-1.1.jar - IGNORING seems like something weird here. Also whay can I use activation jar from anywhere why do I have you jaspers activation jar. if I delete my maven repo rebuild it fixes the problem for a while. Post Edited by jgardner16 at 05/04/2012 23:24
  4. Hi is it possible to execute some code to change the jrxml before the report is filled. Like to remove a column or rearrange columns that kind of thing? I mean before report filled by jasper server like is there a spring bean I can put in the report flow so it execute some custom code before filling report. It would be very helpful to keep down the number of templates we need to write. Post Edited by jgardner16 at 11/29/2011 20:54 Post Edited by jgardner16 at 11/29/2011 22:49
  5. Hi Is there a technique for dynamically removing columns with not data and resizing the table for a report run using jasperserver. Like is there some way of processing jrxml files before the report is executed by jasperserver?
  6. Hi, Is it possible to download a JRXML template of tax form like 1099 or w2 that kind of stuff? thanks jeff
  7. Hi I wanted to use an api from another application as a custom datasource for jasperserver however the problem is the custom app uses hibernate 3.6 where as jasperserver uses hibernate 3.3. Hibernate 3.6 doesn't have org.hibnerate.lob.SerializableBlob is there any easy way to do this. Or is there some other way to use my api?
  8. Hi, For reports that take a long time to run is it possible to view the first part of the report in JRViewer or as html while the rest of the report continues to run. So say the report is 20,000 pages long and the engine has generated 10 pages can I start viewing the report while the other 20,000 page are run in the background?
  9. Hi is it possible to get the drill down functionallity without using jasperserver? I would like to create 2 reports. The first report will display aggregate values by state. When you click on a state it will go to a report that takes a state parameter and gives you the detail. I know I can do this in jasper server but can I do it without server and in the jrviewer? Actually I just need to do it in JRviewer in a swing app so I can use the server just needs to display in jrviewer? Post Edited by jgardner16 at 06/16/2011 00:04
  10. I found the problem if my query is select groupingfield, countfield everything works. However if my query is countfield, groupingfield then the group is not right.
  11. Hi if I have a report that has one grouping in it and the field I am grouping by has 3 different values. The totals for value1 = 17000 value2=248 value3=50 In one report everything is working fine. However in another report there are many totals for value1 even though it's the exact same query and the count variable seems to have the same reset type and reset group. In fact I can not find any difference between the two reports at all. What might cause the discrepencies between the reports. One other bit of information one report was created with IReport the other report was generated using the API. The correct report was done using Ireport the report with the problem was done using the API. thanks Jeff
  12. Hi, Is it possible to limit the data displayed to something like top 25% without changing my query. For example if I have a report that has a variable which counts the number of time a user has logged into something. Is it them possible for me to limit the users displayed to the users that have logged in the top 25% of the time. thanks Jeff
  13. How do I add an image to a report if I use this code JRDesignImage image = new JRDesignImage(); I get constructor undefined. thanks Jeff
  14. One thing I found is if you set a version for xdoclet in the jasperserver-api-implmetadata pom.xml like <groupId>xdoclet</groupId> <artifactId>maven2-xdoclet2-plugin</artifactId> <version>2.0.5-20060117.143439-6</version> everything builds without a problem. thanks Jeff
  15. Hi here is some more information about the error I am getting [iNFO] Trace org.apache.maven.lifecycle.LifecycleExecutionException: Error configuring: xdocl et:maven2-xdoclet2-plugin. Reason: Unable to parse the created DOM for plugin co nfiguration at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa ultLifecycleExecutor.java:568) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi fecycle(DefaultLifecycleExecutor.java:480) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau ltLifecycleExecutor.java:459) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan dleFailures(DefaultLifecycleExecutor.java:311) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen ts(DefaultLifecycleExecutor.java:278) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi fecycleExecutor.java:143) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:330) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:123) at org.apache.maven.cli.MavenCli.main(MavenCli.java:272) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:39) this isn't a hot topic but one thing I found is if I add <pluginRepository> <id>codehaus-plugins</id> <url>http://dist.codehaus.org/</url> <layout>legacy</layout> <snapshots> <enabled>true</enabled> </snapshots> <releases> <enabled>true</enabled> </releases> </pluginRepository> I get the above error if I don't add this I get plugin can not be found. I have read that just keep trying it should download but doesn't seem to ever work I have been trying for a while now any ideas. thanks Post edited by: jgardner16, at: 2007/03/20 03:55
  16. Hi, I checked out jasper server and tried to build using Maven 2.0.5 and I get the following error. [iNFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [iNFO] ------------------------------------------------------------------------ [iNFO] Failed to configure plugin parameters for: xdoclet:maven2-xdoclet2-plugi :2.0.5 Cause: Cannot find setter nor field in org.codehaus.xdoclet.Config for 'plugin' any ideas what might be the problem. thanks
  17. Hi, Is there a way to get the data from a jasper report in XML format with out formatting information something like <row> <firstname>jeff</firstname> </row> thanks Jeff
  18. When I try to add a pie chart to my report I get org.xml.sax.SAXParseException:ÂElementÂtypeÂ"sectionHyperlink"ÂmustÂbeÂdeclared. but if I look in the jrxml it seems like it's there <pie3DChart> <chart hyperlinkTarget="Self"> <reportElement x="152" y="9" width="310" height="191" key="element-1"/> <box topBorder="None" topBorderColor="#000000" leftBorder="None" leftBorderColor="#000000" rightBorder="None" rightBorderColor="#000000" bottomBorder="None" bottomBorderColor="#000000"/> </chart> <pieDataset> <dataset> </dataset> <keyExpression><![CDATA[$F{grossinvoiceamt}]]></keyExpression> <valueExpression><![CDATA[$F{customerid}]]></valueExpression> <labelExpression><![CDATA["test"]]></labelExpression> <sectionHyperlink> </sectionHyperlink> </pieDataset> <pie3DPlot> <plot/> </pie3DPlot> </pie3DChart>
  19. Hi when I create a pie chart I get the following exception org.xml.sax.SAXParseException:ÂElementÂtypeÂ"sectionHyperlink"ÂmustÂbeÂdeclared. In my jrxml there is a sectionHyperlink what is wrong with the report. <pieChart> <chart hyperlinkTarget="Self" > <reportElement x="137" y="37" width="158" height="125" key="element-1"/> <box topBorder="None" topBorderColor="#000000" leftBorder="None" leftBorderColor="#000000" rightBorder="None" rightBorderColor="#000000" bottomBorder="None" bottomBorderColor="#000000"/> </chart> <pieDataset> <dataset > </dataset> <keyExpression><![CDATA[$F{APPLICATION_OFFICER}]]></keyExpression> <valueExpression><![CDATA[$F{LOAN_AMOUNT}]]></valueExpression> <labelExpression><![CDATA["test"]]></labelExpression> <sectionHyperlink hyperlinkType="Reference"> <hyperlinkReferenceExpression><![CDATA[$F{APPLICATION_OFFICER}]]></hyperlinkReferenceExpression> <hyperlinkTooltipExpression><![CDATA[$F{APPLICATION_OFFICER}]]></hyperlinkTooltipExpression> </sectionHyperlink> </pieDataset> <piePlot> <plot /> </piePlot> </pieChart>
  20. jgardner16

    LDAP

    Hi, I am running JI with LDAP authentication and everything is working great. The question I have is when I call something like repository.getSubFolders() is JI going to LDAP every time or does it just go one time then pull users out of the session? The reason why I ask is this seems method seems slow and I can't find any reason for it to be slow. thanks Jeff
  21. Hi I am using the web services to get reports from the server. One thing I am having a problem with is when I get the JasperPrint object is there a way I can display an HTML report without saving it to disk?? And if I have to save it to disk can I set the path for the images in the html document? thanks Jeff
  22. Is it possible to sum a group or even a column in a report and put that at the top of a page. It seems like Jasper has to display all the data before it can sum anything. thanks
  23. Found a good example if anyone is interested in the package com.jaspersoft.jasperserver.datasource.test. thanks
  24. Hi, Is there sample of this in action. I implemented in ReportDataSourceService I just don't know how to pass my Collection to the report. I am not getting any exceptions just a report with no data. thanks
  25. The thing that I confused about is how does the report get the Collection? thanks Jeff
×
×
  • Create New...