2 Replies Latest reply on May 7, 2003 10:34 PM by juhalindfors

    Cmp and connection pool

    sysuser1

      Hi

      I am developing cmp in jboss 3.2.x

      I coded ejb classes. Had ejb-jar xml in place and jboss.xml too.
      Created a jar and deployed and it deployed sucessfully. Now i write a client to access it. I dosent find that entity and throws me ObjectNotFoundException. Now like in weblogic we give datasource in one of the xml file i did not c any place where i mention which datanase to use by that cmp bean. Then where is my bean going and how to point to particular db.

      I have oracle-ds.xml pointing to one datasource but no where in ejb or xmls i have said use this datasource. How does this work ?

      Thanks