Jump to content
JasperReports Library 7.0 is now available ×

postgresql problem when running ant fill


Recommended Posts

By: Michael Molloy - ukalumni

postgresql problem when running ant fill

2003-09-02 15:18

I've modified the query sample report to first use an Oracle database, and now a postgresql database. When I try running ant fill against postgresql, I receive the following exception multiple times. Can someone point me in the right direction here? I understand what the error is telling me, but either I'm doing something wrong or there must be a workaround that I'm unaware of.

 

Thanks,

--Michael

 

[java] NESTED BY :

[java] This method is not yet implemented.

[java] at org.postgresql.Driver.notImplemented(Driver.java:368)

[java] at org.postgresql.jdbc2.ResultSet.getStatement(ResultSet.java:957)

[java] at dori.jasper.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:439)

[java] at dori.jasper.engine.fill.JRFiller.fillReport(JRFiller.java:119)

[java] at dori.jasper.engine.JasperFillManager.fillReport(JasperFillManager.java:219)

[java] at dori.jasper.engine.JasperFillManager.fillReportToFile(JasperFillManager.java:140)

[java] at dori.jasper.engine.JasperFillManager.fillReportToFile(JasperFillManager.java:108)

[java] at QueryApp.main(QueryApp.java:145)

 

 

 

 

 

 

By: Michael Molloy - ukalumni

RE: postgresql problem when running ant fill

2003-09-03 06:53

Nevermind. The problem was I was using an old postgresql.jar file, hence an old driver.

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...