The divas talk about the new and cool features of the NetBeans IDE
Insider Scoop From the Tutorial Divas
Archives
« December 2009
SunMonTueWedThuFriSat
  
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
  
       
Today
XML
Search



Recent Entries


Links

 


Today's Page Hits: 159

Tag Cloud: ajax creator dataprovider dropdown glassfish jasperreports javaone jmaki jruby jsc jsf netbeans photohunt rails ruby table vwp
« Memory | Main | Wild Honu »
Monday Jan 08, 2007
JasperReports Tutorial: Missing Record Bug

A few customers have pointed out a bug in the Generating Reports and PDFs From a Web Application tutorial. I have to admit that I am somewhat embarrased that I never noticed that the first record is missing from the reports.

I am trying to get the fix pushed out this week. In the meantime, for those who are using code from the tutorial, you should know that you need to either call beforeFirst() or execute() on the rowset before passing the rowset to the JRResultSetDataSource constructor.

Posted at 03:20PM Jan 08, 2007 in Sun Java Studio Creator  |  http://blogs.sun.com/divas/entry/jasperreports_tutorial_missing_record_bug  |  Permalink  |  Comments[1]
del.icio.us | furl | simpy | slashdot | technorati | digg

Comments:

Thanks for the patch solution with beforFirst(), this should save me , i really need to use jasper reports with resultsets

Posted by Pablo on January 09, 2007 at 01:16 PM PST #

Post a Comment:
Comments are closed for this entry.