4 Replies Latest reply on Nov 20, 2003 2:18 PM by martin0

    url not bound

    tvandeve

      Hi,

      I have a problem when running the petstore demo 1.3.1_02. Everything start up fine except for the following warning:

      2003-06-12 22:02:57,096 WARN [org.jboss.ejb.StatelessSessionContainer] No resource manager found for url/CatalogDAOSQLURL

      The petstore demo works fine up until the point where I want to add something to a cart. Then I get the following error:


      2003-06-12 22:10:21,604 ERROR [STDERR] javax.naming.NameNotFoundException: url n
      ot bound
      2003-06-12 22:10:21,613 ERROR [org.jboss.ejb.plugins.LogInterceptor] Transaction
      RolledbackLocalException, causedBy:
      javax.ejb.EJBException: CatalogDAOFactory.getDAO: Exception while getting DAO type :url not bound at com.sun.j2ee.blueprints.catalog.ejb.CatalogEJB.ejbCreate(CatalogEJB.j
      ava:71)

      How can I correct this error?

      Thanks for your help

      PS: I'll post a full tutorial once I get this thgng running smoothly.