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

Hello Ellen,
   The class in the internal package is the correct SessionCustomizer but packaged incorrectly.  Product migration seems to have misplaced a couple of classes.  We will get this worked out soon and update the packages.  A bug has been filed :https://bugs.eclipse.org/bugs/show_bug.cgi?id=221500
--Gordon

-----Original Message-----
From: eclipselink-users-bounces@xxxxxxxxxxx
[mailto:eclipselink-users-bounces@xxxxxxxxxxx]On Behalf Of Ellen
Kraffmiller
Sent: Tuesday, March 04, 2008 4:05 PM
To: EclipseLink User Discussions
Subject: [eclipselink-users] How to configure JMS coordinated cluster
outside of Eclipse workbench


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
_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users



Back to the top