Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EclipseLink » cache coordination & Jgroups
cache coordination & Jgroups [message #1498134] Thu, 04 December 2014 07:42 Go to next message
geert olaerts is currently offline geert olaertsFriend
Messages: 1
Registered: December 2014
Junior Member
I am testing out cache coordination with jgroups in the Milestone 3 release. I got it to work but i still have some outstanding questions:

  • org.eclipse.persistence.extension, is this jar on maven? because the only place i found it is at a ibiblio link (that i can't post as i don't have permission from the forum) and this doesn't seem the right place to get this one, though it is needed for the jgroups support
  • In the design document it is mentioned that you can pass a jgroups config file but if i have a look at the code i can see it is passed to the JGroupsTransportManager, but isn't really used there? Is this feature still missing or under development? I really need this as i need to use jgroups in unicast mode.
Re: cache coordination & Jgroups [message #1695183 is a reply to message #1498134] Tue, 12 May 2015 14:15 Go to previous messageGo to next message
John Schoonheydt is currently offline John SchoonheydtFriend
Messages: 1
Registered: May 2015
Junior Member
Indeed Geert, the config file is ignored and it is actually using the default configfile udp.xml that is in the JGroups jar that should be on your classpath. Without modifying the source code you can make it work by having your own udp.xml file on your classpath.
Re: cache coordination & Jgroups [message #1705271 is a reply to message #1498134] Thu, 13 August 2015 11:58 Go to previous message
Petros Splinakis is currently offline Petros SplinakisFriend
Messages: 12
Registered: September 2014
Junior Member
You will be able to find JGroups support in org.eclipse.persistence.extension artifact, starting with EclipseLink version 2.6.1.
Until that version is released, you may check the milestone or nightly builds.
You may also find some basic instructions and a usage example in the wiki.
Previous Topic:Slow factory.createEntityManager() with EcliseLink
Next Topic:AbstractSession.checkAndRefreshInvalidObject(..) not refreshing the passed object
Goto Forum:
  


Current Time: Wed May 15 06:34:56 GMT 2024

Powered by FUDForum. Page generated in 0.03655 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top