I have another question please,
How did your report connec to the the DB ?? Do you give it a connection object ?? or it use the application default datasource ?
I have developed a report which connect to DB using JDBC datasource, it worked fine
But when I added it to the JSF page and run the application I got thisexception
org.eclipse.datatools.connectivity] (http--0.0.0.0-7070-4) Unable to determine the default workspace loc
I think its connectivity issue.
I font know how to make my report connect to DB in my richfaces/JSF web application (deployed to Jboss AS7.1)