EJB examaples + data-sources

2000-08-14 Thread James Ho
Oops..here is the attachment from my last post. James. data-sources.xml

RE: 1.20 Changelog

2000-08-14 Thread J.T. Wenting
Can the installation of hsql.jar during the autoupdate be made optional? It breaks Jive (and possibly other applications as well) so I removed it. During the autoupdate, it is rewritten without asking. Jeroen T. Wenting [EMAIL PROTECTED] Murphy was wrong, things that can't go wrong will anyway

RE: Orion 1.2.0

2000-08-14 Thread J.T. Wenting
Title: Orion 1.2.0 I now see the local server both as and as ormi://localhost, but that's about it so far.   Jeroen T. Wenting[EMAIL PROTECTED]Murphy was wrong, things that can't go wrong will anyway -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Be

EJB examaples + data-sources

2000-08-14 Thread James Ho
Hi there. I have tried to setup EJB examples with PostreSQL, the attached is my data-source.xml. After I have set it up and add a user, when I run any example, it said the database 'database' is not found...so i manually created a database called database, using the user I have created. Then wh

Re: Postgres and Orion

2000-08-14 Thread Adam Cassar
We are using Orion with Postgres v7 here and we have no such problem. On Mon, Aug 14, 2000 at 12:06:07PM -0400, KirkYarina wrote: > FWIW, we found major problems with postgresql. Running a test that created > and deleted EBs caused index and data files to grow > continuously. Recovering data

Request for assistance for our Orion/Oracle project

2000-08-14 Thread Joel Shellman
Sorry to post this to the list, but we are in need of help and this is the most appropriate forum for reaching engineers with Orion experience. Please send all replies directly to me ([EMAIL PROTECTED]) and NOT to the list. Due to the time it is taking us to resolve Orion and Oracle issues in our

Running out of connections causes hang

2000-08-14 Thread Joel Shellman
I'm doing a simple "click reload as fast as you can on one page stress test" and it's hanging. The log gives a bunch of Deadlock exceptions (to be expected with a call-timeout of 2 or 10 seconds--which by the way is NOT in hex as the docs say) and then the server just sits there and hangs--I assum

Re: EJB 2.0

2000-08-14 Thread Karl Avedal
Hello Jim, Yeah, that's a safe assumption. More details will follow with the "official" release of it. It still does not support the EJB-QL though. Regards, Karl Avedal Jim Archer wrote: > Its safe ti assume, then, that the 1.2.0 binary posted for DL on the web > site has some 2.0 draft spec s

Re: 1.20 Changelog

2000-08-14 Thread Karl Avedal
Hello Joe, When we release 1.2 as a "stable" (which is a few days away, if we don't find any serious errors that we can't fix immediately) we'll announce it and describe the main changes as well as update the documentation. Feel free to test it until then :) Regards, Karl Avedal Joe Walnes wrot

RE: posting fourth time but did not got any answer

2000-08-14 Thread J.T. Wenting
Title: RE: posting fourth time but did not got any answer I know it's not very robust. That's why I designated it a quick hack. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Hani SuleimanSent: 14 August 2000 17:31To: Orion-InterestSubje

Re: Postgres and Orion

2000-08-14 Thread Jim Archer
Do you remember what version of PostgreSQL this was? Was it a release or beta? --On Monday, August 14, 2000 12:06 PM -0400 KirkYarina <[EMAIL PROTECTED]> wrote: > FWIW, we found major problems with postgresql. Running a test that > created and deleted EBs caused index and data files to grow c

Re: EJB 2.0

2000-08-14 Thread Jim Archer
Its safe ti assume, then, that the 1.2.0 binary posted for DL on the web site has some 2.0 draft spec support? --On Monday, August 14, 2000 6:31 AM -0400 "Joseph B. Ottinger" <[EMAIL PROTECTED]> wrote: > The dev versions (1.1.37+ at the very least) have early EJB 2.0, although > not EQL. > >

Transaction rolled back error: but it shouldn't be in a transaction

2000-08-14 Thread Joel Shellman
I received the following exception in our log: com.evermind.server.DeadlockException: Transaction was rolled back: timed out, while waiting for 1296 (started at Mon Aug 14 11:29:51 GMT-07 :00 2000, terminated at Mon Aug 14 11:32:17 GMT-07:00 2000) at com.evermind.server.ejb.AbstractEJBObj

RE: Orion 1.2.0

2000-08-14 Thread Kevin Duffey
Title: Orion 1.2.0 Were there any changes? I don't see anything different in this console compared to what I saw in the previous versions.   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Hani SuleimanSent: Monday, August 14, 2000 9:40 AMTo

1.20 Changelog

2000-08-14 Thread Joe Walnes
Can we have and update on the changes please? -Joe Walnes

Orion 1.2.0

2000-08-14 Thread Hani Suleiman
Title: Orion 1.2.0 The consoleall I can say is WOW. Now, where do I start reporting bugs against it?!

Re: Tieing http session to db connection in orion?!?

2000-08-14 Thread Joe Peer
hi ! to put some oil into the fire: i got the idea of putting a db connection into the session from the book "Designing Enterprise Applications with the Java 2 Platform, Enterprise Edition" written by the Sun Enterprise Team (Rahul Sharma was the author of the specific chapfter) on page 156, in

Re: Postgres and Orion

2000-08-14 Thread KirkYarina
FWIW, we found major problems with postgresql. Running a test that created and deleted EBs caused index and data files to grow continuously. Recovering data space took a "vacuum" command, but the only way to recover deleted index file space was to copy tables. In addition every test run was

RE: Clustering help..

2000-08-14 Thread Hani Suleiman
Title: RE: Clustering help.. How does JMS factor into this? Is it load-balanced? Here is my scenario: I would like to deploy Orion across a number of servers (4 or so). Each server uses heavy caching of database objects, which in a few some cases need to be synchronized across all servers.

RE: posting fourth time but did not got any answer

2000-08-14 Thread Hani Suleiman
Title: RE: posting fourth time but did not got any answer This isn't a very robust approach, because finalize is not guaranteed to be called. It might or might not. In fact in case of server shutdown, it's pretty unlikely to get called. For servlets, you should do your shutdown stuff in the de

Making a web app the default?

2000-08-14 Thread John Moore
I haven't quite got my head round this yet... I have a web application (let's call it MyApp) - one of a number which will be served by the same server. I have established a URL mapping for it, which is /go/. Thus, to call this servlet, the URL will be something like: http://www.compan

EJB Client

2000-08-14 Thread Rick Bos
I am trying to access my EJB from a Unix command line client. I am on Solaris using JDK 1.2.2. When I create my initial context, I get this exception : java.lang.ClassFormatError: __Proxy1 (Repeative method name/signature) Exception in thread "main" java.lang.InstantiationError: No location sp

http tunneling experience anyone?

2000-08-14 Thread Robert Krueger
hi, has anyone used orion's http-tunneling in more than a hello world kind of setup? I'm particularly interested in its robustness. any strange bugs you encountered? thanks, robert (-) Robert Krüger (-) SIGNAL 7 Gesellschaft für Informationstechnologie mbH (-) Brüder-Knauß-Str. 79 - 64285 Da

Re: EJB 2.0

2000-08-14 Thread Joseph B. Ottinger
The dev versions (1.1.37+ at the very least) have early EJB 2.0, although not EQL. On Mon, 14 Aug 2000, NomadIQ wrote: > Hello, > Does Orion group planning to support EJB2.0 specs,If yes when it will be ? > Thank you, > > -- > Elena Neroslavsk

RE: Setting system properties

2000-08-14 Thread Torgeir . Lerkerod
Wrong way around take a look on the parameters you can pass to IntitialContext. There you can pass in enviormentvasriables as a hash table. In other words Hastable env = new Hastable(); //Set enviorment env.put( Context ctx = new InitialContext(env); Regards, Torgeir -Original Message--

Standalone client and SSL remote access

2000-08-14 Thread Bernard Sauterel
Does the following jndi.properties file enable SSL communication, between a standalone client and a remote orion server ? java.naming.factory.initial=com.everm ind.server.ApplicationClientInitialContextFactory java.naming.provider.url=https:ormi://linux1.sauterel.net/ldap java.naming.security.pri

RE: EJB 2.0

2000-08-14 Thread Magnus Rydin
Title: RE: EJB 2.0 Hi. You have been able to use some of the EJB 2.0 specs for some time now. Although as the spec is still a draft, this has not been publically anounced, and will not be until Orion supports the full EJB 2.0 spec I guess.. Some things are still lacking, such as EJB QL.. But