5 Replies Latest reply on Sep 1, 2004 3:35 PM by belaban

    JBossCache 1.1 released

    belaban

      I just uploaded version 1.1 of JBossCache. Details can be found at
      http://www.jboss.org/wiki/Wiki.jsp?page=JBossCache.

      The main new feature of this version is the inclusion of CacheLoaders, which allows a cache to fetch elements that are not in memory from a backend store, and store modified elements back into the store.
      Featured CacheLoader are Sleepycat (Berkeley DB) and a file-based CacheLoader.
      Release 1.1 also contains a number of bug fixes.

      Regards,

      Bela

        • 1. Re: JBossCache 1.1 released
          norbert

          getting java.lang.UnsupportedClassVersionError: org/jboss/system/ServiceMBeanSupport (Unsupported major.minor version 48.0) when trying to instantiate TreeCache on JDK 1.3.1...

          • 2. Re: JBossCache 1.1 released
            norbert

            using the files from JBossCache-1.1.zip (11.100.417 Bytes) that is currenly on sourceforge

            • 3. Re: JBossCache 1.1 released
              belaban

              These file are from CVS head (a.k.a. JBoss 4.x). It requires JDK 1.4 to run, so I don't suppose it works on JDK 1.3.x.

              Ben Wang will backport the current release within the next 2 weeks, so it will be available on JBoss 3.2.x as well. This should run on JDK 1.3.x.

              Bela

              • 4. Re: JBossCache 1.1 released
                lakr1

                Hello,

                What files do I need to copy from the JBossCache 1.1 distribution to deploy it within JBoss 3.2.5. I would like to test the Berkley DB JE CacheLoader feature.

                Other configuration changes required?

                Best Regards
                Lars Krog-Jensen

                • 5. Re: JBossCache 1.1 released
                  belaban

                  Ben Wang is backporting JBossCache 1.1 from JBoss 4.x to JBoss 3.2.x.

                  Running JBossCache 1.1 under 3.2.5 may (or rather will) not work.
                  Bela