• Configuration or integration the Jboss with OpenDS

    Hi All, How The Jboss will be Configure and Integrate With OenDS. Thanks In Advance. Amrendra
    Profile Photo
    created by amrendra
  • JBC3.x configuration file-WDYT?

    There are many changes related to JBossCache configuration file scheduled for 3.0, so we also redesigned it a bit. You can find our suggested layout here: http://wiki.jboss.org/wiki/JBC3Config Please take a look and c...
    Profile Photo
    last modified by mircea.markus
  • state transfer optimizations - persisitng state with JDBCCac

    Background: When integrating persistent state, individual insert operations are being triggered on JDBCCacheLoader. This might be optimized by batching these insert calls, though gaining significant performance. Now ...
    Profile Photo
    last modified by mircea.markus
  • new eviction region issues

    At the moment, when we create a new eviction region and there are nodes in the cache for the given region, these nodes won't ever be evicted as no eviction events will be placed in eviction queue. This does not seem a...
    Profile Photo
    last modified by mircea.markus
  • Design of JBCACHE-1316

    Re: http://jira.jboss.com/jira/browse/JBCACHE-1316 I've got this one ready to go into trunk. If everyone's happy with the approach below, I'll port it to 2.1.x and the 1.4.x branch. I've created a new test class cal...
    Profile Photo
    last modified by galder.zamarreno
  • Fqns containing just Strings

    We've spoken about this at length in the past, and got to the point where we'd be happy with Fqns containing just Strings and Java primitives. After discussing things further at JBoss World, we really should just lim...
    Profile Photo
    last modified by manik
  • What are .OLD files and how to delete those files

    Hi, I tried to access one web application in URL it is showing .OLD file for jSession id as https://sitedetails?;jsessionid=.OLD After invocation of this if I try to search for the files with .OLD extenssion on my ma...
    Profile Photo
    created by anaghah_dolein
  • Jdbc Cahce Loader Issue

    Hi, I am using Jboss cache in webapplication which is deployed in weblogic clustered environment. I have two management ports.I am using JDBC Cache Loader and cache is clustered across the weblogic portals. I star...
    Profile Photo
    last modified by shanthi_jira
  • Refactorings for JBC2.2 (JBCACHE-1222)

    There are some code refactoring ideas being discussed, which would have impact on JBossCache core architecture. We've set up an wiki with our observations here: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossCacheRefac...
    Profile Photo
    last modified by mircea.markus
  • JBCACHE-1170

    Discussion of ongoing problems with http://jira.jboss.org/jira/browse/JBCACHE-1170 . Possible cause, from org.jgroups.blocks.RequestCorrelator.handleRequest() through which all RPCs come: try { retval=request_ha...
    Profile Photo
    last modified by brian.stansberry
  • Amazon S3 cache loader

    I've been playing around with the Amazon S3 service. For those of you unfamiliar, it's a distributed, reliable storage solution that's a paid service from Amazon.com. I thought it'd be pretty neat to be able to use t...
    Profile Photo
    last modified by genman
  • New state transfer in JBoss Cache

    Guys, Based on some earlier discussions, I've started this design thread as well as a wiki page (http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossCacheNewStateTransfer) and a JIRA task (JBCACHE-1236) to contain ideas fo...
    Profile Photo
    last modified by manik
  • Requirement for _default_ eviction region

    Follow-on to our discussion on http://jira.jboss.org/jira/browse/JBCACHE-1288 Looking at RegionManager for other reasons and noticed this bit in getRegion(Fqn, Region.Type, boolean): // test if the default region...
    Profile Photo
    last modified by brian.stansberry
  • Eager state push on failure with Buddy Replication

    At the moment, when using buddy replication and a data owner fails, the backup resides on a buddy instance and is only gravitated into the primary tree of an instance when someone makes a request for that data. It ha...
    Profile Photo
    last modified by manik
  • NPE in InvalidationInterceptor.getNodeVersion()

    From a Hibernate/JBC integration test case: 16:15:20,049 WARN InvalidationInterceptor:270 - Unable to broadcast evicts as a part of the prepare phase. Rolling back. java.lang.NullPointerException at org.jboss.cach...
    Profile Photo
    last modified by brian.stansberry
  • JBCACHE-1303 -- Invalidation not transactional

    Discussion thread for http://jira.jboss.com/jira/browse/JBCACHE-1303. I think the essence of the issue here is the cache has no mechanism for doing a rollback of an invalidation. So, if you send out a set of invalida...
    Profile Photo
    last modified by brian.stansberry
  • High resource utilization on loading CMS portlet with HTML p

    we are facing "High resource utilization on loading CMS portlet with HTML page in custom portal" for our application. In our portal, on accessing only a single page which has one CMS portlet is dropping the system en...
    Profile Photo
    last modified by suganthivelayutham
  • This is too verbose for DEBUG level

    The current jbossas 5 trunk logs fill up with these eviction msgs: 2008-02-03 10:34:12,166 DEBUG [org.jboss.cache.eviction.BaseEvictionAlgorithm] Recycle queue is empty 2008-02-03 10:34:16,916 DEBUG [org.jboss.cach...
    Profile Photo
    last modified by starksm64
  • Data gravitation cleanup process and stale nodes

    This is related to JBCACHE-1258. Currently there is an issue where stale structural nodes are not cleaned up after a gravitation event. There are 2 cases to consider, really - let's start with the first, and easier o...
    Profile Photo
    last modified by manik
  • TimeoutException printing stacktraces of threads holding loc

    I think it'd be very good idea that whenever a TimeoutException is thrown, the stacktrace of the thread(s) holding locks is also printed out. The stacktrace of the thread requesting the lock is already being printed. ...
    Profile Photo
    last modified by galder.zamarreno