0
votes
0answers
81 views

Spring session and terracotta

I am trying to create a session replication with tomcat and spring over terracotta. I put the Valve in the context.xml as instructed and when a request comes through i can see that it contains a ...
1
vote
2answers
430 views

Modifying Ehcache configuration at runtime

I am using ehcache in Spring framework. I am using ehcache.xml to initialize ehcache. However I want to add certain properties such as terracottaconfig at runtime. For this purpose I overridden the ...
1
vote
1answer
529 views

externalizing terracottaconfig property in ehcache.xml file inside Spring framework

There is this tag <terracottaConfig url="host1:9510,host2:9510,host3:9510"/> in ehcache.xml file inside spring web application. I want to externalize url attribute of this tag. Value of URL ...
1
vote
1answer
497 views

Hazelcast scheduled jobs (Quartz support?)

I know it's unfair with the terracotta guys, but has anyone tried to use Hazelcast in order to use scheduled jobs in a clustered environment? The simplest implementation I can image is the following ...
1
vote
1answer
457 views

hibernate 2nd level cache via ehcache with Terracotta - Not caching at all?

I've got this spring/hibernate project which I'm trying to add 2nd level cache to hibernate via ehcache and terracotta. Everything seems to plug fine, I can even see in the terracota console the ...
0
votes
1answer
59 views

Share spring beans in teracotta

Wondering why we need to share spring beans in case if there are no static data inside?
0
votes
1answer
98 views

Terracotta - Cannot cast to com.tc.object.bytecode.TransparentAccess

I have a rather large spring application, and all I'm trying to share is a single Map (using util.ConcurrentMap as implementation). To do this, I created a bean in my appContext, and I tried to use ...