Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] How to configure JMS coordinated cluster outside of Eclipse workbench

It seems that the package name in the current draft of the user docs is
wrong.

The interface is currently in
org.eclipse.persistence.internal.sessions.factories.SessionCustomizer, but
that is also wrong (was migrated to the wrong package).  You can use it for
now, I will log a bug to have to moved to
org.eclipse.persistence.sessions.factories.SessionCustomizer.


Ellen Kraffmiller wrote:
> 
> Hi,
> I am trying to configure a coordinated cluster in my Eclipselink JPA 
> component, without using the Eclipse workbench UI. 
> According to the documentation 
> (http://wiki.eclipse.org/Using_EclipseLink_JPA_Extensions_(ELUG) )
> I should be able to customize the session by defining a class that 
> implements 
> org.eclipse.persistence.tools.sessionconfiguration.SessionCustomizer, 
> but I can't find that interface in the latest Eclipselink build.  Is 
> there another class I should be using?  (I found one in the internals 
> package, but that didn't seem intended for public use.) 
> 
> Is defining a customizer class still the best way to go for this?  (I 
> need to defined the JMS topic name, etc for the coordinated caches.)  I 
> looked into creating my own sessions.xml, but there are some required 
> attributes (such as session version) that I don't know how to set.
> 
> Thanks,
> Ellen
> 


-----
---
http://wiki.eclipse.org/User:James.sutherland.oracle.com James Sutherland 
http://www.eclipse.org/eclipselink/
 EclipseLink ,  http://www.oracle.com/technology/products/ias/toplink/
TopLink 
Wiki:  http://wiki.eclipse.org/EclipseLink EclipseLink , 
http://wiki.oracle.com/page/TopLink TopLink 
Forums:  http://forums.oracle.com/forums/forum.jspa?forumID=48 TopLink , 
http://www.nabble.com/EclipseLink-f26430.html EclipseLink 
Book:  http://en.wikibooks.org/wiki/Java_Persistence Java Persistence 
-- 
View this message in context: http://www.nabble.com/How-to-configure-JMS-coordinated-cluster-outside-of-Eclipse-workbench-tp15837066p15850727.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top