Tagged Questions
6
votes
7answers
4k views
open source alternatives to oracle coherence?
Are there any open source alternatives to oracle coherence?
(btw, how much does coherence cost anyways?)
4
votes
3answers
828 views
Can Tangosol Coherence cache non-serializable objects?
I'm using Tangosol Coherence v3.2.2b371. Can I cache objects that do not implement Serializable through the NamedCache api? Or this depends on configuration?
Edit: For clarification, I'm trying to ...
3
votes
2answers
337 views
Is there a way to look into L2 hibernate cache?
I have a task to attach Oracle Coherence (it is cache software) in my project. One way of using it is Level2 Hibernate cache.
I want to see when hibernate takes results from L2 cache. How can i do ...
3
votes
2answers
1k views
Problem with JMX query of Coherence node MBeans visible in JConsole
I'm using JMX to build a custom tool for monitoring remote Coherence clusters at work. I'm able to connect just fine and query MBeans directly, and I've acquired nearly all the information I need. ...
1
vote
0answers
37 views
How can oracle coherence get fail with retrieved key object?
We are experiencing an odd problem. We get the KeySet of an Oracle Coherence cache, but cannot straight-forwardly get the values from the cache, even with no update activity on it.
The following code ...
1
vote
1answer
193 views
Overhead of using coherence cache
I consider caching key-value lists stored in database. Right now for rendering of JSF pages, a lot of redundant queries are executed to find the names to be displayed for some keys (O/R-Mapper: ...
1
vote
1answer
159 views
How can I get statistics back from a Coherence cache?
All,
I'm looking into Oracle Coherence for a client, and one of the things they are interested in is getting statistical information back from it to understand usage patterns etc.
I know I can get ...
1
vote
1answer
253 views
How do i connect to multiple Oracle Coherence cache's from a single application?
I have an application(written in CSharp) which currently connects to just one coherence cluster. This cluster is fed in data and when the application see's this in the cluster's cache it uses this to ...
1
vote
2answers
317 views
How to define the EclipseLink annotation for the following?
I'm relativly new to the world of EclipseLink, I've been reading through the documentation, however I'm having a real problem trying to represent the following table.
PTY_NO | REF_OBG
6544 ...
1
vote
2answers
358 views
Coherence cache | ConcurrentHashMap in, HashMap out
I just started working with Oracle's Coherence cache and I noticed this: If I put in a ConcurrentHashMap object in the cache, when I retreive it, I could see that it is converted to a normal HashMap.
...
1
vote
2answers
640 views
Distributed Cache with Serialized File as DataStore in Oracle Coherence
Weired but I am investigating the Oracle Coherence as a substitue for distribute cache. My primarr problem is that we dont have distribituted cache as such as of now in our app. Thats my major ...
0
votes
1answer
131 views
Sampler Result setResponseData not setting in JMeter
Alright guys,
I am writing a custom java class to grab objects from a Coherence grid. It works well through JMeter, but the response data isn't filling it's place in the JMeter GUI. This is how I'm ...
0
votes
1answer
227 views
Query Coherence using JMeter
This is the situation I'm in:
I have a web service that is using the Coherence grid to store data for faster results. The grid holds specific DTO objects -- When new data comes in from the users, I ...
0
votes
0answers
346 views
Failed to instantiate class<My_Class_Name> using org.apache.maven.surefire.booter.IsolatedClassLoader@135ae7e
I am trying to test that my two coherence clusters are communicating with each other successfully. Everything seems to be running fine besides the Proxys which throw the exception.
Failed to ...
0
votes
2answers
246 views
Oracle Coherence - Data change not reflected in cache
I am using Oracle Coherence cache with Java and am running into an issue. When I put something in the cache (like a map) and get it back using a get call and then modify the object (say, add a value ...