1 Reply Latest reply on May 10, 2005 7:18 PM by richardzheng

    JBOSS with Crytal Report

      Hello!

      I'm using Jboss 3.2.3 and i want to use the Java Report Component (JRC) of Crystal Report to embbed the report in my appplication over JBOSS.
      The problem is that they support TOMCAT but i cannot configurate JBOSS-TOMCAT so the JRC will find a JDBC connection or what parameters are needed so the crystal report will find the JNDI i've setup in jboss to the my datasource...

      if any one is familiar with it i will very appreciate it!!!

        • 1. Re: JBOSS with Crytal Report
          richardzheng

          I configed it like this:
          jnp://localhost:1099
          org.jnp.interfaces.NamingContextFactory
          java:/smDS


          But got an error:

          Failed to open the connection.

          Details: Exception: [Error Message:]javax.naming.NameAlreadyBoundException; remaining name ?smDS?.


          Richard