1. Caching in J2EE application stackoverflow.comI use JBoss AS. I have a long and heavy SQL that run inside the application server. I want to cache the results based on input parameters. I have a few options ... |
2. How to avoid JBoss-Cache region from getting evicted? stackoverflow.comI'm trying to create a jboss-cache for data that is only relevant for a short period of time. After that time the data should be discarded and the respective memory freed. The ... |
3. Jboss Cache as distributed state repository stackoverflow.comIs using JBoss Cache as distributed state repository a good idea? Can JBoss Cache be applied in situation when you need the guarantee that each time you read something from repository you ... |
4. Compatibility between JBoss Cache to JBoss Server stackoverflow.comOur application runs succesfully on Tomcat, Websphere and Weblogic and as part of it uses Jboss Cache version 3.1.0.G. Now we would like adjust our app to run also in Jboss server ... |
5. jboss cache and server stackoverflow.comWhenever a cache element is accessed, and that element is not in the cache (e.g. due to eviction or due to server restart), then the cache loader transparently loads the element ... |
6. How to access jboss cache statistics programatically stackoverflow.comI have an embedded jboss cache instance, and I would like to access it's statistics (hit/miss ratio, etc). The statistics are normally exposed via JMX, but I would like to access them ... |
7. JBossCache evict() versus removeNode() stackoverflow.comReading JBossCache documentation, there are different policies for eviction JBoss Cache also ships with RemoveOnEvictActionPolicy, which calls Cache.removeNode() for each node that needs to be evicted, instead ... |
8. JBoss shared cache sync problems stackoverflow.comI have implemented shared cache using jboss.
|
9. JBossCache - Access cache from separate Java app stackoverflow.comMy company wants to investigate the option of launching one java app that simply configures and starts a cache on an app server, then have a separate stand alone app call ... |
10. Performance of JBoss Cache and Ehcache stackoverflow.comI'm considering to use to implement a cache either JBoss Cache or Ehcache. After looking at both APIs I has the intuition that JBoss is probably a little bit more memory ... |
11. Internet Explorer using Cached JS files with JBOSS Server stackoverflow.comI deployed a WAR file in JBOSS & my application is working fine, when i run it on IE7. The problem is that when i make some changes to my .js ... |
12. JBoss: Unable to acquire lock on Fqn stackoverflow.comWe have some production JBoss 5.0.1.GA servers and from time to time we got this error Caused by: org.jboss.cache.lock.TimeoutException: Unable to acquire lock on Fqn [/persistence.unit:unitName=z-eBF-ejb3Beans.jar#ebf-ejb3-beansUnit/ar/com/sdd/ebf/bo/do cument/DocumentBean/ENTITY/ar.com.sdd.ebf.bo.document.DocumentBean#55420546] after [25000] ... |
13. JBossCache eviction listener stackoverflow.comI am new on JBossCache. Reading the user documentation it says that a listener could be added to the Eviction class used, but I wasn't able to found how to do ... |
14. Jboss Tree Cache Error stackoverflow.comwe have implemented Jboss Tree cache in our application to store some privilege details in it. I'm getting the following error in jboss cache frequently even if we remove the error by ... |
15. using Jboss' Cache stackoverflow.comI am trying to use Jboss' Cache, and I am running into a bit of a snag. I have typed in the example code from the Jboss Cache User ... |
16. How do I use Jboss Cache stackoverflow.comI am trying to build some servlets in Netbeans 7.0 for a web project that is running on/under GateIn - the successor to to Jboss Portal. GateIn comes with and runs ... |
17. Infinispan tree like cache structure stackoverflow.comI would like to use Infinispan following a tree like structure for the cache. For example, using the following data structure for ticker symbols:
|
18. JBoss cache. Concurrency issue stackoverflow.comI'm using JBossCache 'Malagueta' 3.2.0.GA I faced with strange issue in production environment, sometimes writes to jboss cache do not work properly. I tried to reproduce this situation with simple java application
|
19. how to configure and use jboss cache java-forums.orgHi, I need to use Jboss Cache in our application, But i don't know anything about Jboss Cache... can u tell me requirements and configuration for this? and i am using jboss application server 3.2.3.. and apache-ant-1.7.1, jdk1.6.0_06, jbosscache 2.2.0 can u tell me how to configure and use jboss cache? Thanks & Regards Thilkumar |