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=principal java.naming.security.credentials=credentials java.naming.provider.url=ormi://machineA/myApp this works when i run a standalone dos program to get a reference to

Re: Oracle deal

2001-06-09 Thread Hani Suleiman
On Fri, 8 Jun 2001, Paul Kofon wrote: Now this is the scary part: Make Orion unusable by providing partial implementations for the new stuff in J2EE while providing little or no support. And since everyone knows Orion has been packaged under another brand name by some big guy with plenty

reloading / unloading webapp

2001-06-09 Thread Nestor Dutko
Does Orion try to reload/unload a webapp that was loaded on startup? If so, is there a way to disable this? -- Nestor

Simple Clustering Question

2001-06-09 Thread Oisin Kim
Hi, I've spent the last while trying to get clustering to work with orion server 1.5.2 without success. First I tried to follow the instructions at http-clustering-howto.html from the documentation, it said: Setting up the server 1. Install orion and start it. 2. Edit the

Re: Oracle deal

2001-06-09 Thread Phillip Ross
-- Hani Suleiman [EMAIL PROTECTED] wrote: Can we now get on with bitching about EJB 2.0 support and other more...ahem...productive topics? OK, let me start... I would like to begin ranting about how Orion does not yet properly remove references in entity beans to child entities in EJB2.0 CMR

RE: clustering and key generation

2001-06-09 Thread Jason Smith
Have you tried setting: ejb-module remote=true path=keygenerator / 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

RE: Oracle deal

2001-06-09 Thread elephantwalker
Phil, Orion also supports do's, even though the latest draft doesn't include do's (an earlier draft had major sections on do's). Phil, this is a moving target, and these guys will fix their ejb 2.0. Please log the references issue and bidirectional relations problem with bugzilla, they will fix

RE: Virtual Hosts - Newbie question

2001-06-09 Thread Larry Velez
Title: RE: Virtual Hosts - Newbie question hosts.sam is a sample hosts file. Only the hosts file needs to be changed. A reboot is not necessary but you will have to close all your browser and command line windows for them to realize the change. -Larry -Original Message- From:

RE: Oracle deal

2001-06-09 Thread Phillip Ross
Haha, I know... Hani just said we should bitch so I did :P - Phillip --- elephantwalker [EMAIL PROTECTED] wrote: Phil, Orion also supports do's, even though the latest draft doesn't include do's (an earlier draft had major sections on do's). Phil, this is a moving target, and these guys

RE: Simple Clustering Question

2001-06-09 Thread Juan Lorandi (Chile)
you need a switch which has multicast enabled; (most ethernet switchs have this capability, some just don't have it enabled) -Original Message- From: Oisin Kim [mailto:[EMAIL PROTECTED]] Sent: Sábado, 09 de Junio de 2001 10:11 To: Orion-Interest Subject: Simple Clustering Question

RE: Oracle deal

2001-06-09 Thread Russ White
Since a large part of the EJB2.0 spec has not completely gelled (especially relationships), you would be foolish to point a critical finger at Orion for their very hard work to implement a spec that is still in flux. Please try to keep things in perspective, your rant has next to nothing to do

RE: Oracle deal

2001-06-09 Thread Brynolf Andersson
Hi, I guess the questions regarding OC4J should go to the Oracle Technet discussion forums (http://otn.oracle.com). The forums are read by Oracle and I know that they answer the questions as soon as they can (and have an answer). Thanks From: Mike Cannon-Brookes [EMAIL PROTECTED] Reply-To:

Container-transaction problem

2001-06-09 Thread Jim J. Pan
Hi! All, I got a question regarding to Container-transaction management. The database just won't rollback when I use Container-transaction. I am calling from a session bean (ApplicationService) to an entity bean (ApplicationEntity) with ejbCreate(). ... ApplicationEntityHome home =

Oracle deal gag

2001-06-09 Thread J Armstrong
Just for fun, try bitching about the original issue. I tried twice (two days ago and one day ago) to respond to Karl Avendal's response to me on this thread and it's not showing up. At 12:48 PM 6/9/01 -0700, you wrote: Haha, I know... Hani just said we should bitch so I did :P - Phillip ---

RE: Oracle deal gag

2001-06-09 Thread elephantwalker
J, There have been lags and blackholes on the list last week. I suspect this is because the two gents have been in San Francisco in the last week, and have not been unable to keep up the maintenance. Sunday and Monday, and some of Tuesday lastweek there were no messages. Its a list

Error running java -jar orion.jar -install

2001-06-09 Thread Javier Soques
Hello, I recently downloaded Orion 1.5.2 and I get the following error (I can run Orion 1.4.5 with no problem, I'm using IBM Jdk 1.3): Exception in thread main java.lang.NoSuchMethodError: org.xml.sax.Attributes: method getQName(I)Ljava/lang/String; not found at

RE:

2001-06-09 Thread Dvornikov Victor
I work with the same configuration. No problems at all. -Original Message- From: James Hill [SMTP:[EMAIL PROTECTED]] Sent: 07 2001 21:35 To: Orion-Interest Subject: I have a really odd problem with jikes/orion (1.5.2 orion, 1.14 jikes). I have a particular JSP page

RE: Dynamic finders

2001-06-09 Thread Dvornikov Victor
Although it may be technically correct, but from conceptual database modeling point of view the comparison ($1 is null... ) is questionable. -Original Message- From: Magnus Rydin [SMTP:[EMAIL PROTECTED]] Sent: 08 2001 14:37 To: Orion-Interest Subject: SV: Dynamic