Results 1 to 3 of 3

Thread: Problem with EHCache configuration.

Hybrid View

  1. #1
    Join Date
    Jun 2005
    Location
    Bangalore, India
    Posts
    11

    Default Problem with EHCache configuration.

    Hi all,
    I have put the ehcache.xml file in the classpath. But still I am getting the following 3 warnings. Is there any thing I have missed in the configuration files?

    18:52:10,875 WARN EhCacheProvider:97 - Could not find configuration [phoenix.com.cingular.phoenix.vo.Project]; using defaults.
    18:52:11,406 WARN EhCacheProvider:97 - Could not find configuration [net.sf.hibernate.cache.UpdateTimestampsCache]; using defaults.
    18:52:11,421 WARN EhCacheProvider:97 - Could not find configuration [net.sf.hibernate.cache.StandardQueryCache]; using defaults.

    Thanks a lot.
    Thanks and Regards,
    Mahendra Kumar Dash
    Contact: 09886265054

  2. #2

    Default

    Please, note, ehCache will use default cache settings in case it will not find certain cache definition with the name of class. Maybe you need to fix the names of caches for these objects?

  3. #3
    Join Date
    Jan 2005
    Location
    Bucharest, Romania
    Posts
    5,403

    Default

    1. make sure you have something declared for those entities. EhCache is not reporting an error but rather a warning.
    2. make sure ehcache.xml is read - it's on the same classpath (ClassLoading level as Hibernate).
    Costin Leau
    SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
    http://twitter.com/costinl
    Please use [ c o d e ] [ / c o d e ] tags

Similar Threads

  1. Replies: 13
    Last Post: May 27th, 2007, 07:06 AM
  2. EHCache configuration in applicationContext.xml?
    By Andreas Schildbach in forum Data
    Replies: 3
    Last Post: Oct 16th, 2004, 08:19 AM
  3. Problem with userCache using ehCache.
    By nicholsl in forum Security
    Replies: 1
    Last Post: Oct 14th, 2004, 04:20 AM
  4. Replies: 2
    Last Post: Sep 5th, 2004, 10:49 AM
  5. Replies: 5
    Last Post: Aug 27th, 2004, 07:13 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •