Error creating cart: Error creating EntityBean: User not found: ADMIN

2000-09-29 Thread Kuno Baeriswyl
Hi I'm using hypersonic and need to test the ejb demo product. If I start the product client there appear the following message: C:\orion\demo\ejb\productjava -classpath .;../../../orion.jar;../../../ejb.jar;../../jndi.jar ProductClient Enter the id (integer) of the product you want to

new documentation

2000-09-29 Thread Denis Jaccard
Hi, I'm unable to download the new version of documentation. The link in the left side of the homepage (under download) points to the older version (orion1.2-doc.zip). In the on-line documentation area, there is also a link which gives me the possibility to download the documenation package.

RE: Example application

2000-09-29 Thread Frank Eggink
Use should add the current folder to your classpath: .;../../../orion.jar;../... Frank On Thursday, September 28, 2000 8:16 PM, Carl Troedsson [SMTP:[EMAIL PROTECTED]] wrote: I have tried to run the test applications in Orion but can?t get them to work, for example when I try :

RE: Orion on Linux NOT as root

2000-09-29 Thread Frank Eggink
This is very useful for me. Thanks for posting this ... Frank On Friday, September 29, 2000 3:43 AM, Jim Archer [SMTP:[EMAIL PROTECTED]] wrote: Thanks to all who replied. Acually, my original message was not too well written. I was not concerned about the port mapping issue. Thats not a

Load balancing with RMI

2000-09-29 Thread David Ekholm
Is any form of loadbalancing between java RMI applications and a cluster of orion servers containing stateful sessionbeans supported? The load balancer product supplied with orion only seems to load balance web connections. /David "The Las Vegas of Online Gaming"

Classpaths

2000-09-29 Thread Patrik Andersson
Title: Classpaths I can't seem to get orion to find classes that are not underneath the orion application root. It doesn't matter that I add my directories to the classpath stated in global-web-applicatin.xml nor the orion-web.xml. I've tried: classpath path=/path/path/classes/ / classpath

Only one database connection used

2000-09-29 Thread David Ekholm
IdiscoveredthatOrionserveronlyusesonedatabaseconnectioninstead of a pool of connections (as configured) if accessed from a _threaded_ java application. If I switch to several java processes,I get as many connections open as I have processes running. Karl, is this a verified bug that will be

RE: JUnit with Orion, source included

2000-09-29 Thread Magnus Rydin
Title: RE: JUnit with Orion, source included Jeff, is this an implementation according to the article on JavaWorld or a custom one? An extremely good initiative :) WR -Original Message- From: Jeff Schnitzer [mailto:[EMAIL PROTECTED]] Sent: den 28 september 2000 20:08 To:

RE: URGENT: accidental stops

2000-09-29 Thread Stanislav Maximov
I guess you're right, here is the orion console output I've got recently: "ApplicationServerThread" (TID:0x408bfd90, sys_thread_t:0x87bc148, state:S, native ID:0x600a) prio=5 at java.net.SocketInputStream.socketRead(Native Method) at

JDBC type 4

2000-09-29 Thread Amir Peivandi
Hi Is there any tested JDBC type 4 driver for Orion? I used Web Logic's driver but it's too expensive for us so I was wondering if anyone knows about other drivers we can use with Orion. Regards, Amir

Re: new documentation

2000-09-29 Thread Karl Avedal
Hello Denis, Please do not send messages meant for me or for the orion team to orion-interest. I try to read most things that happen, but I don't read every single message on this list and the others don't either. Regards, Karl Avedal Denis Jaccard wrote: Hi, I'm unable to download the new

Re: Orion on Linux NOT as root

2000-09-29 Thread KirkYarina
Buried under debug tips is a list of Orion startup options. Take a look under properties (about halfway down the page at http://www.orionserver.com/howtos/debug-tips.html , where you'll find "native.user Used to run Orion under another user than root for unix systems" I remember this being

Re: JDBC type 4

2000-09-29 Thread Jason von Nieda
The JDBC driver you use is dependant on the database you are using. Almost all of the major database vendors have JDBC Type 4 drivers and most are free. Check out http://industry.java.sun.com/products/jdbc/driversfor a list of drivers. I have personally used the JDBC drivers for mySQL and

Re: JUnit with Orion, source included

2000-09-29 Thread Joe Walnes
RE: JUnit with Orion, source included[going off topic slightly] A problem that JUnit does not handle particularly well is Web-App testing. For any users of JUnit who want to test Servlet/JSP/etc output, have a look at HttpUnit, and addon for JUnit that simulates web-requests to the server and

Re: Announcement: simple Application Generator

2000-09-29 Thread Paolo Sommaruga
I am interested in further information Paolo Sommaruga Garda Access Garda, Verona Italy http://www.garda-access.com/ Date: Thu, 28 Sep 2000

ANSWER: Orion as a native user not root

2000-09-29 Thread Jason von Nieda
Okay, this keeps coming up, so maybe someone can make it a FAQ and link to the file I am attaching. Orion does have the ability to run as a native user under Unix besides root. There are two things you need to do. You have to get the file attached to this e-mail and read the README to install the

RE: URGENT: accidental stops

2000-09-29 Thread Stanislav Maximov
And indeed after I installed Sun's JDK 1.2.1 the thing just working with no [visible] problems. Thanks a lot, people! PS: Funny that the same orion-interest suggested me to use IBM JDK a month ago :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of

RE: JDBC type 4

2000-09-29 Thread Jason Rowland
Youwill need to know what database you will use before you can get a good answer from this question. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Amir PeivandiSent: Friday, September 29, 2000 6:44 AMTo: Orion-InterestSubject: JDBC

Re: Announcement: simple Application Generator

2000-09-29 Thread Klaus Thiele
Paolo Sommaruga wrote: I am interested in further information Paolo Sommaruga Garda Access Garda, Verona Italy http://www.garda-access.com/ attached. good luck ;) klaus -- Klaus Thiele - Personal

RE: URGENT: accidental stops

2000-09-29 Thread Robert Krueger
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. PS: Funny that the same orion-interest suggested me to use IBM JDK a month ago :) which

RE: Cascade Delete( will orion support ejb-2_0 spec public Draft 2 ???)

2000-09-29 Thread Reddy Krishnan
Hi In EJB 2.o spec draft 2. there are two new methods specified in the dependent objects delete() and cascadeDelete(). The deployment descriptor ejb-jar.xml also has a tag cascade-delete/ under ejb-relationship-role. That solves this problem completely. Will orion support this spec soon?

Re: Orion, clustering, and SSL

2000-09-29 Thread Karl Avedal
Hello Kevin, "Duffey, Kevin" wrote: Hi, Is there any news on the ability to get a Verisign certificate yet? We are ready to order one. The ability has been there for a long time, however, it has not been specified exactly what cert to get. A short guide is in the documentation. Also, is

RE: Cascade Delete( will orion support ejb-2_0 spec public Draft 2 ???)

2000-09-29 Thread Reddy Krishnan
correction to statement there needs to be only a delete method on the dependent there is only a cascade-delete xml tag. sorry about that. Krishnan -Original Message- From: Reddy Krishnan [mailto:[EMAIL PROTECTED]] Sent: Friday, September 29, 2000 10:55 AM To: Orion-Interest Subject:

RE: JUnit with Orion, source included

2000-09-29 Thread Jeff Schnitzer
I didn't actually know about the JavaWorld article when I wrote it; otherwise, I might not have bothered reinventing that wheel :-) For anyone who hasn't read it, the article is at http://www.javaworld.com/javaworld/jw-05-2000/f_jw-0526-testinfect.html. I ran across a link to it at the

RE: Orion, clustering, and SSL

2000-09-29 Thread Duffey, Kevin
Hi Karl (and all), HTTPS listens to another port than HTTP does. The default is that HTTPS listens to 443 while 80 is used for HTTP, so the URLs https://www.foo.com and http://www.foo.com access different ports. If you run HTTPS on port 80 you need to access it through

Re: Orion, clustering, and SSL

2000-09-29 Thread Karl Avedal
Hello Kevin, This is in the docs, but what you need to do except for pure SSL settings is that you copy the default-web-site.xml file to another name and add secure="true" to the web-site tag of the new file. So, yes, you need to do something. However, normally you want to present different

What database are you using??

2000-09-29 Thread Jim Archer
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

Re: What database are you using??

2000-09-29 Thread David Morton
MYSQL very successfully. David SkyLabs Corporation At 08:44 PM 9/29/00 -0400, 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

Re: What database are you using??

2000-09-29 Thread Joel Shellman
Can you please give me more information regarding your use of MySQL with Orion? Any problems at all? Does it support Transactions now? Is it still as blazingly fast as it was without transactions? Any difficulties getting it to work with Orion, or is it a standard installation? Thank you!

Re: What database are you using??

2000-09-29 Thread henry zhou
Mysql is very Good! - Original Message - From: "Jim Archer" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Saturday, September 30, 2000 8:44 AM Subject: What database are you using?? Hi All... I'm currious to know what database products people are using with Orion,

Re: What database are you using??

2000-09-29 Thread David Morton
It depends on your solutionif you are building the next Etrade, I may not recommend itif you are building a web site that does what 95% of the population is doing...then it is great. At 07:08 PM 9/29/00 -0700, you wrote: Can you please give me more information regarding

SSL w/ virtual domains really possible?

2000-09-29 Thread Dale M. Boresz
This is my fourth posting, and still no response from the Orion team. The question remains: When using virtual domains, and multiple certificates - how do I get the correct certificate associated with the appropriate domain??? All certs in same keystore? Each cert in a separate keystore?

Re: What database are you using??

2000-09-29 Thread Lorin Kobashigawa
We're using Postgres 7.01 So far the major problems are: 1. Large Object support is a pain 2. getDate has a tendency to throw NumberFormatExceptions 3. JDBC Drivers generally kind of weak -Lkb At 08:44 PM 9/29/00 -0400, Jim Archer wrote: Hi All... I'm currious to know what database products

EJB ClassCastException problem

2000-09-29 Thread Erin Hill
I have had that same problem. Like you, I have been pulling my hair out trying to figure out how to access a component in one application from a component in another. I too stumbled upon the RMIInitialContextFactory as well but I cannot cast/narrow objects obtained via JNDI. I always get a

Re: What database are you using??

2000-09-29 Thread Jim Archer
Hi David... If Orion server is used in conjunction with a database that does not support transactions, then are transactions lost to the EJB server, or does Orion somehoe provide that capability? Thanks... Jim --On Friday, September 29, 2000 9:12 PM -0400 David Morton [EMAIL PROTECTED]

RE: What database are you using??

2000-09-29 Thread Mike Cannon-Brookes
Orion uses the database transaction facilities. When using EJBs with Mysql you have no transactions. M -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jim Archer Sent: Saturday, September 30, 2000 3:20 PM To: Orion-Interest Subject: Re: What