Re: clustering and key generation

2001-06-10 Thread Greg Matthews
t identity used" (MS SQL SERVER) from "get the next value from the sequence" (ORACLE). cheers, greg - Original Message - From: "elephantwalker" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Monday, June 11, 2001 1:24 PM Sub

RE: clustering and key generation

2001-06-10 Thread elephantwalker
Ate Douma Sent: Sunday, June 10, 2001 6:05 PM To: Orion-Interest Subject: Re: clustering and key generation If I understand Greg's decision correctly, he made it to prevent a single point of failure on the Orion server instance serving the key generation with the counter.jar. That Orion serve

Re: clustering and key generation

2001-06-10 Thread Ate Douma
ECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Monday, June 11, 2001 00:52 Subject: RE: clustering and key generation > Greg, > > I didn't really understand your problem. If you are using counter.jar to > generate your keys, then the key is actually genera

RE: clustering and key generation

2001-06-10 Thread elephantwalker
, and is freely available for anybody to use. Regards, the elephantwalker -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Greg Matthews Sent: Sunday, June 10, 2001 3:19 PM To: Orion-Interest Subject: Re: clustering and key generation jason, thankyou f

Re: clustering and key generation

2001-06-10 Thread Greg Matthews
L PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Sunday, June 10, 2001 2:36 AM Subject: RE: clustering and key generation > Have you tried setting: > > in your orion-application.xml on machines B,C, and D? The only place the > KeyGenerator bean is really de

RE: clustering and key generation

2001-06-09 Thread Jason Smith
Have you tried setting: in your orion-application.xml on machines B,C, and D? The only place the KeyGenerator bean is really deployed is on A, so machine A's orion-application.xml will have remote="false". I am assuming you have already set up your rmi.xml, etc. correctly to support this kind o

AW: clustering and key generation

2001-06-09 Thread Thomas Hertz
Hello. > java.naming.factory.initial=com.evermind.server.rmi.RMIInitialContextFactory > java.naming.security.principal= > java.naming.security.credentials= > java.naming.provider.url=ormi://machineA/myApp > > this works when i run a standalone dos program to get a reference to > KeyGeneratorBean

Re: clustering and key generation

2001-06-08 Thread Greg Matthews
7;t it work when the same code is run from inside an EJB on machineB? any help much appreciated, greg. - Original Message - From: "Jason Smith" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Friday, June 08, 2001 2:04 PM Subject: RE:

clustering and key generation

2001-06-08 Thread Greg Matthews
dear all,   if there any way to get all machines in a cluster to lookup a stateless session bean (KeyGeneratorBean) on *one* of the machines in the cluster only.   i've given it a try but can't seem to find a way to get machine B to use machine A's KeyGeneratorBean, even though machine B buil

RE: clustering and key generation

2001-06-07 Thread Jason Smith
son -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Greg Matthews Sent: Thursday, June 07, 2001 10:19 PM To: Orion-Interest Subject: clustering and key generation dear all, if there any way to get all machines in a cluster to lookup a stateless session b