2 Replies Latest reply on Jan 29, 2006 2:25 AM by sephil

    Could not find treecache.xml

    sephil

      We develope a J2EE application on IBM Websphere. We use an intialization servlet to initialize the application.
      The application uses Hibernate as the ORM tool, under Spring framework.
      Hibernate's second level cache provider is JBoss TreeCache.
      When the servlet calls Spring to initialize Hibernate, an exception is thrown about failure to locate the treecache.xml configuration file.
      I tried to put the file in any possible location but couldn't find the right place.
      I will appreciate any suggestion.