RE: URGENT: accidental stops

2000-09-30 Thread Stanislav Maximov
At 19:58 29.09.00 , you wrote: And indeed after I installed Sun's JDK 1.2.1 the thing just working with no [visible] problems. Thanks a lot, people! you mean 1.3 rc1, don't you? AFAIK orion needs 1.2.2. I told you, it is working with 1.2.1. Orion doesn't need 1.2.2. Installation guide

Is 1.3.8 EJB 2.0 draft complete?

2000-09-30 Thread Jim Archer
Hi All... Is the implementation of the draft EJB 2.0 spec in Orion 1.3.8 complete with respect to the draft, Including EJB QL and 1-n E relationships? Thanks... Jim

RE: What database are you using??

2000-09-30 Thread J.T. Wenting
Using Orion with Interbase and Oracle for development, iPlanet and Oracle for deployment (corporate choice, I'm a lowly developer). Problem with Interbase is that several column names used in the autocreated tables Orion makes during deployment are actually reserved words (like password). As we

EJBException.printStackTrace()

2000-09-30 Thread Jeff Schnitzer
I've noticed that the printStackTrace() method on EJBException doesn't print the trace for the nested exception. This makes debugging exceptions thrown deep within several layers of EJB's calling EJB's difficult. Is this something I should ask the Orion team to fix? Or is it something that

Re: SSL w/ virtual domains really possible?

2000-09-30 Thread Karl Avedal
Hello Dale, As I think I have pointed out many times before, if you want to reach the Orion team, do not mail orion-interest, it is a mailing list for the Orion community, ie. the users. We try to follow the list, but we do not read every single message and give no guarantees about answering

Re: What database are you using??

2000-09-30 Thread Robert Krueger
At 20:44 29.09.00 , you wrote: Hi All... I'm currious to know what database products people are using with Orion, open source or commerical. Also, please include any comments about problems if you have had any, or anything thats really great. Thanks! Jim Oracle 8, Adabas D both in

RE: URGENT: accidental stops

2000-09-30 Thread Robert Krueger
At 10:02 30.09.00 , you wrote: At 19:58 29.09.00 , you wrote: And indeed after I installed Sun's JDK 1.2.1 the thing just working with no [visible] problems. Thanks a lot, people! you mean 1.3 rc1, don't you? AFAIK orion needs 1.2.2. I told you, it is working with 1.2.1. Orion

Re: EJBException.printStackTrace()

2000-09-30 Thread wim veninga
Hi Jeff, This is because the stack trace is transient. So it is not send over the network (even in local rmi calls). For example if you have a session that call's an entity, and you catch an entity exception in the session, the stack trace doesn't hold state. I recall an article in javaworld

Re: EJB ClassCastException problem

2000-09-30 Thread Karl Avedal
Hello Erin, Look at http://www.orionserver.com/docs/auto/attributes/parent_(server.xml_-_application).html The parent attribute is used for exactly what you want, a child application sees the objects of its parents, so you can have an application hierarchy where you have shared EJBs in the root

RE: What database are you using??

2000-09-30 Thread Van Dooren, Damian
We are using MS SQL Server 7.0 with I-Net Software's Opta 2000 JDBC Drivers. Setting up the datasources is straight forward. Performace wise we are smoking the current implementation (IIS/ASP/ODBC). Not a real surprise, even though we are adding two extra layers of abstraction, converting the

Re: SSL w/ virtual domains really possible?

2000-09-30 Thread Magnus Stenman
- Original Message - From: "Dale M. Boresz" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Saturday, September 30, 2000 5:15 AM Subject: SSL w/ virtual domains really possible? snip / I don't have any problem getting SSL to work. The problem is that with multiple certs

Help with diagnosing problem

2000-09-30 Thread Ben Z. Tels
L.S. I'm learning how to use the Orion server to run EJBs in and tried deploying my first self-written EJB today. When starting the server, I get the following error message: E:\orionjava -jar orion.jar Auto-deploying dev (No previous deployment found)... Error compiling

Re: SSL w/ virtual domains really possible?

2000-09-30 Thread Dale M. Boresz
Magnus Stenman wrote: - Original Message - From: "Dale M. Boresz" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Saturday, September 30, 2000 5:15 AM Subject: SSL w/ virtual domains really possible? snip / I don't have any problem getting SSL to work. The problem

RE: EJBException.printStackTrace()

2000-09-30 Thread Jeff Schnitzer
That explains it. Bummer. Fortunately I acquired most of the information I needed by including the nested class' name in the message part of my replacement EJBException; I suppose if I need it I can always add the entire stack trace there (or implement something more akin to the JavaWorld

EJB QL and container managed relationships

2000-09-30 Thread Jeff Schnitzer
Hello folks. Once again I have some questions, this time about EJB QL. The quick version is: How sophisticated is the current Orion support for EJB QL? I want to define a finder query on a field which is the mapping field of a CMR relationship, but it doesn't seem to work. Here's the long

Re: Help with diagnosing problem

2000-09-30 Thread Ben Z. Tels
Which is certainly interesting, but not very useful. Can someone suggest a way to find out WHICH variable it is talking about? Or at least in which/what sort of FILE this variable is declared/it's value is being derived from? Nevermind. The problem ssems to have vanished all by itself. Ben

Stupid EJB2.0 build question

2000-09-30 Thread Jim Archer
Hi All... I'm trying to build the ATM example that came with Orion 1.3.8. The stupid build question is, what do I have to put in the CLASSPATH to get it to build? I can't get the AccountEJB.java file to build, since it can't find javax.ejb. I expect I don't include anything from the J2EE RI,

Re: Stupid EJB2.0 build question - NEVER MIND!

2000-09-30 Thread Jim Archer
OOPS... Never mind. It was a stupid question. Sorry for wasting your bandwidth. Jim --On Saturday, September 30, 2000 10:45 PM -0400 Jim Archer [EMAIL PROTECTED] wrote: Hi All... I'm trying to build the ATM example that came with Orion 1.3.8. The stupid build question is, what do I have