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

jgardner16

Members
  • Posts

    27
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

jgardner16's Achievements

Contributor

Contributor (5/14)

  • First Post Rare
  • Collaborator Rare
  • Conversation Starter Rare
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  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
×
×
  • Create New...