0 Replies Latest reply on Jul 12, 2002 6:36 AM by xbird

    How to integate Castor with Jboss3.0

    xbird

      I put my user-servive.xml to the deploy folder.

      file:../conf/database.xml
      jdo/eclaim
      0
      false
      false
      false
      true


      then in my servlet use follows codes to look up the JDO
      InitialContext ic = new InitialContext();
      dataOb = (DataObjects) ic.lookup("java:/jdo/eclaim");

      but jboss throws exception to notify jdo not bound.
      how i can look up my JDO