Re: [orion-interest]Re: include orion-ejb-jar.xml in an ejb.jar ?

2002-04-12 Thread Lachezar Dobrev
Hani, you have misunderstood me. My problem is not that orion does not overwrite the deployment file. This is good. The problem is that orion on redeployment totaly ignores DDs, and starts from scratch. I had to look for a mile to see, why my MDBs are not subscribed on redeployment. Orion

Re: is Orion dead?

2002-04-12 Thread Joseph Ottinger
...except the wait is due to an internal refactoring that should yield significant benefits. Yourconclusion was predicted by the list in general, but I disagree; the team's still working on Orion, and I figure that people will be more happy once the new versions come out. You'd hope it would be

Re: is Orion dead?

2002-04-12 Thread Simon Stewart
On Thu, Apr 11, 2002 at 12:41:22PM -0700, Aaron Tavistock wrote: Whats the current state of Ironflare and Orion? I asked Ironflare about support for EJB-QL a week or so ago, and got a reply from Magnus saying: EJB QL will be available shortly, exact when is hard to say, as it is about to go

I/O Exception w/ file posting - 2nd try

2002-04-12 Thread Shal Jain
(warning long post follows) UsingOrion 1.5.2. I have a bunch of users doing some very high volume uploads of files ranging anywhere from 1Mb to about 70Mb. I am using Orion's FilePostParser class to parse the input stream and collect files and other data. Every so often (becoming regular now),

Re: AJP12

2002-04-12 Thread Marcel Schutte
You can see this by adding: web-site host=[ALL] port=80 display-name=Default Orion WebSite protocol=AJP13 to you default-web-site.xml. Another undocumented protocol is JNI. Anybody knows how that works? Marcel - Original Message - From: Scott Farquhar [EMAIL PROTECTED] To:

Do I need a Web Server too?

2002-04-12 Thread Matt Siegfried
I am relatively new in this area...so bare with me... I am about to purchase Orion as our application server. The application I will be running is 100% web based, J2EE. Do I need a Web Server as well? Or does Orion act as this too? This will be running on a Windows 2k platform. If I need a

Re: Re: is Orion dead?

2002-04-12 Thread gofreddo
Hi Joseph, Any idea when the new version will be out? Regards Fred From: Joseph Ottinger [EMAIL PROTECTED] Subject: Re: is Orion dead? Date: 12/04/2002 18:04:37 To: Orion-Interest [EMAIL PROTECTED] ...except the wait is due to an internal refactoring that should yield significant

RE: Do I need a Web Server too?

2002-04-12 Thread John Owen
Orion can be used as a standalone web server or in conjunction with a 3rd party web server such as Apache or IIS. I can't comment on IIS as I have always used Apache as my web server (except for this project where Orion is used for everything). -Original Message- From: [EMAIL PROTECTED]

HELP! Error in connecting to EJB

2002-04-12 Thread pop m
I am using Orion 1.5.4 and SOAP 2.2 . I have written a simple stateless EJB and I want to call a method via SOAP but always I am getting the next error from client: Fault Code = SOAP-ENV:Server Fault String = Error in connecting to EJB and my Orion app. server writes this: Exception

Re: is Orion dead?

2002-04-12 Thread Simon Stewart
I'm quietly waiting for Orion to adopdt the release often attitude of the OS developers. Provided it comes with warnings along the lines of this hasn;t been tested, you are beta testing our product I'm happy. Perhaps the experimental version of Orion should be just that? I'm even happy if

RE: Do I need a Web Server too?

2002-04-12 Thread Satter, Rabi
You can just use Orion. It includes a pretty good web server and jsp/servlet engine. -Original Message- From: Matt Siegfried [mailto:[EMAIL PROTECTED]] Sent: Friday, April 12, 2002 7:22 AM To: Orion-Interest Subject: Do I need a Web Server too? I am relatively new in this area...so

Re: is Orion dead?

2002-04-12 Thread Hani Suleiman
Orion has/had such a mechanism in place, however, the reason this has been scaled back is due to user response. You might be able to understand that it's a preview, you might realise that it will have bugs and problems. This however does not extend to all users, and I suspect the vocal

RE: Oracle9i vs. Orion

2002-04-12 Thread Aaron Tavistock
Several of the Oracle9iAS developers told me that they bought a snapshot of the Orion code base approximately one year ago - since that time there have been significant modifications to the Oracle code base - which will never be a merged with Orion. They did point out however that a reasonable

RE: is Orion dead?

2002-04-12 Thread Aaron Tavistock
Sometimes one cannot wait too long. I have a very significant growth issue that requires scaling up from 4 app servers to 15 within the next 2 months. Under the current limitations of Orion it simply won't work - so far we've cobbled solutions around the unreliable http session clustering and

RE: is Orion dead?

2002-04-12 Thread Jeff Schnitzer
You know, this exact conversation has been surfacing every 4 months or so for the last year and a half. In particular, the internal refactoring was what occupied the 6 months before the 1.5.4 release... and now it looks like it's going on again. Every time, a handful of people (who apparently

EJB Caching

2002-04-12 Thread Derek Akers
Title: Message Our application running on Orion uses a stateless EJB instance to invoke threads that execute application logic. We are having a problem with these EJBs chaching themselves and returning values frompreviously executed calls rather than executing the thread desired by the

RE: Do I need a Web Server too?

2002-04-12 Thread Matt Siegfried
Should I only use Orion? Or am I better off using both Orion and IIS? If so, what does having both provide me with? Matt Original Message- From: John Owen [mailto:[EMAIL PROTECTED]] Sent: Friday, April 12, 2002 9:55 AM To: Orion-Interest Subject: RE: Do I need a Web Server too?

Deploy war file

2002-04-12 Thread Montiel, Erika
Hi, I tried to deploy a .war file in the application server. I asummed that when I deploy the .ear file the war is intalled, but when I tried to run a servlet I can doit Could somebody help me with this? Thanks a lot I modified the server.xml and looks like this ?xml version=1.0? !DOCTYPE

RE: I/O Exception w/ file posting - 2nd try

2002-04-12 Thread Ofur-Bjarni
Hi, I don't know if you'll find this usefull since you don't want to write your own, but implementing your own upload class is not that difficult, this tutorial (see url below) (although oriented around javamail) shows you how to do it and then you can tweak it to your liking:

RE: Do I need a Web Server too?

2002-04-12 Thread Martin Wells
Should I only use Orion? Or am I better off using both Orion and IIS? If so, what does having both provide me with? Orion by itself it significantly faster than being tunneled through another web server. Unless you need something specific in IIS or Apache (e.g. mod_perl) then go with