0 Replies Latest reply on Jan 30, 2004 1:35 PM by sharksnack

    WARN  [EntityContainer] No resource manager found

    sharksnack

      To start off, I am currently using JBoss 3.0.8 with Tomcat connecting to an Oracle database. My application runs perfectly when I have the JNDI name setup to use DefaultDS. But, I need to change this to use OracleDS. When I do this I get the following message when I startup JBoss. (I get this message for each of the classes in my application):

      WARN [EntityContainer] No resource manager found for jdbc/Rt_proposal

      I can bring up the Main webpage, but as soon as I try to access any data I get an exception page that says:

      javax.ejb.EJBException: jdbc not bound

      I have set the JndiName in the oracle-service.xml file to use OracleDS. In fact I changed Default DS to OracleDS everywhere in that XML file. I have also changed my Ejb-jbosscmp-jdbc.xml file (which is part of the ejb.jar file) to use OracleDS and re-deployed the application EAR file.

      Is there something else that needs to be modified that I have missed? Any other XML files meed to be changed?

      I would appreciate any help!

      Thanks,
      Frank