Jump to content
JasperReports Library 7.0 is now available ×

Installing problem (validation/dynamic)


2004 IR Help

Recommended Posts

By: _r2_ - atanner

Installing problem (validation/dynamic)

2005-11-19 06:47

Hi,

 

I have tried to Install JasperReports (included all libraries from /lib and jasperreports-1.1.0.jar to my classpath).

 

When trying to run the following Java-test:

JasperReport jr =

JasperCompileManager.compileReport

("jtest/testi1.jrxml");

JasperPrint jp =

JasperFillManager.fillReport(jr, m, conn);

JasperViewer jv=new JasperViewer(jp);

jv.setVisible(true);

 

I get the following exception:

19.11.2005 16:35:52 org.apache.commons.digester.Digester getParser

 

SEVERE: Digester.getParser:

org.xml.sax.SAXNotRecognizedException: http://apache.org/xml/features/validation/dynamic

 

I'm using Xerces xml parser but this seems to have something to do with xml-validation, or setting the validation switch on.

 

Could somebody please help. I cant find anything on the net and I'm getting desperate...

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...