0 Replies Latest reply on Apr 13, 2008 3:53 PM by dusteh

    JBoss 4.2.2ga and Crystal Reports XIr2

    dusteh

      I'm creating a reporting application using the JRC(Java Reporting Component) from CrystalReports XI r2, I need the application to pick up its DataSource based on a JNDI named server from the Jboss configuration, which I've done.

      I configured the JNDI name succefully for my server configuration and it loads properly at the server startup, The JNDI name is also regesterd properly in the application itself as a resource reference in the web.xml.

      I then ran into an issue where it would throw an error with the message [CachedConnectionManager] Closing a connection for you. I was able to solve this problem by commenting out two sections in the server.xml and the jboss-service.xml.

      Which brings me to the root of my problem, The reports run and display correctly but there is no data presented in the report, there are no errors thrown, and based on results from a previous version of the reporting application using JBoss 4.0.3SP1 there should be data for the values I've given.

      I'm at a loss at this point as what might be keeping CrystalReports from getting the data it needs to run the reports, and I would prefer not to have to go back to the older version of JBoss. I would greatly appreciate any help that can be provided

      Thanks