release 1.5.0

2001-05-01 Thread Eddie
Magnus, You fixed bug 414, and said that it will be fixed in release 1.5.0. Do you have any idea what the expected release date will be ?? Eddie

Re: META HTTP-EQUIV=\refresh\ in JSP with Orion 1.4.5

2001-05-01 Thread Joseph B. Ottinger
Orion doesn't have any problem with this; I use something similar myself on some of my out-of-date sites. This gets sent to the browser, and it's up to the browser to deal with it - the server doesn't really do anything BUT send it. Why aren't you using sendRedirect(), if that's what you really

Re: release 1.5.0

2001-05-01 Thread Hani Suleiman
I think the general consensus is that when a bug is marked as fixed in a future release, then there is no correlation between that and the release date of said future version. Historically, it's been anything between a few hours and a few months! I suspect the answer will be much like all answers

Broken pipe with auto-deployment ?

2001-05-01 Thread Eddie
Hellu, When I touch the ejb-jar.xml and the application.xml during operation, I always get the following error. --- Error binding to server: com.evermind.server.rmi.OrionRemoteException: IO Error: Broken pipe; nested exception is: java.io.IOException: Broken pipe --- So until now I just

RE: META HTTP-EQUIV=\refresh\ in JSP with Orion 1.4.5

2001-05-01 Thread cybermaster
This really shouldn't have anything to do with Orion - this statement is interrpreted and executed by the browser ... According to W3C, the correct syntax is: META http-equiv=refresh content=3,http://www.acme.com/intro.html; Hope this works for you --peter -Original Message-

Paul Schirf/Claritas is out of the office.

2001-05-01 Thread pschirf
I will be out of the office starting 05/01/2001 and will not return until 05/07/2001. I will respond to your message when I return.

RE: Orion-based JSP bug -- The Case of the Exhibiting %00

2001-05-01 Thread John Pletka
I can reproduct this bug on Orion 1.4.0 under win2k, Sun JDK 1.3.0 -Original Message- From: Rex McFarlin [mailto:[EMAIL PROTECTED]] Sent: Monday, April 30, 2001 10:28 AM To: Orion-Interest Subject: Orion-based JSP bug -- The Case of the Exhibiting %00 Can anyone help us solve a

Re: Orion-based JSP bug -- The Case of the Exhibiting %00

2001-05-01 Thread Joseph B. Ottinger
I've replicated this bug in Orion 0.4.8b. I want this fixed NOW, as this is a critical problem! On Tue, May 01, 2001 at 12:53:56PM -0500, John Pletka wrote: I can reproduct this bug on Orion 1.4.0 under win2k, Sun JDK 1.3.0 -Original Message- From: Rex McFarlin [mailto:[EMAIL

RE: Setting Up Orion/OpenJMS Behind Firewall - What Ports to Open?

2001-05-01 Thread Frank Eggink
The RMI port is defined in rmi.xml with default value: 23791, JMS alike default: 9127 Regards, FE On Monday, April 30, 2001 2:37 PM, Neal Kaiser [SMTP:[EMAIL PROTECTED]] wrote: Hi All, I will have two machines in my environment, both running Orion. One will be holding the EJBs, database,

Re: Orion-based JSP bug -- The Case of the Exhibiting %00

2001-05-01 Thread Jeff Hubbach
Joseph, This IS fixed, and as was already posted to the list, just use a more recent version of Orion. I run 1.4.5 and can't duplicate this problem. Jeff. Joseph B. Ottinger wrote: I've replicated this bug in Orion 0.4.8b. I want this fixed NOW, as this is a critical problem! On Tue, May

Q:Orion init.d script for Solaris

2001-05-01 Thread Kalle Anka
Hi all gurus, has anyone written a script for managing Orion on a Sun Solaris 8 box ? I've seen the one for Linux but it requires some modifications to work, so instead of me doing this I'm wondering if anyone has done this already ?? Thanks Kalle

Clustering and Load Balancing

2001-05-01 Thread Ashok Banerjee
My understanding: Orion loadbalances if selectionType is set to random. If there are multiple islands capable of serving up the same site - then a random selection is done to pick the island. Within the island a server is selected at random. Question: 1) When would you distribute the same

RE: Orion-based JSP bug -- The Case of the Exhibiting %00

2001-05-01 Thread Aaron Tavistock
Heh... I think that Joseph was joking. A particullar clue off is the fact that he's one of the orionsupport people. :) But of course sarcasm does carry well in email... -Original Message- From: Jeff Hubbach [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 01, 2001 3:26 PM To:

SOAP/WSDL support?

2001-05-01 Thread Duffey, Kevin
Hey all, I am wondering why it is Orion still uses an old version of xerces.jar and such. There are a number of new things that I can't do with their shipping version of xerces.jar. Anyways, I think (if the Orion team reads this), that adding support for SOAP using ApacheSOAP would be a great

RE: Orion-based JSP bug -- The Case of the Exhibiting %00

2001-05-01 Thread Jim Mallmann
Joseph, Don't worry...your sarcasm isn't lost on all of us. :) Jim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jeff Hubbach Sent: Tuesday, May 01, 2001 5:26 PM To: Orion-Interest Subject: Re: Orion-based JSP bug -- The Case of the Exhibiting %00

RE: Orion-based JSP bug -- The Case of the Exhibiting %00

2001-05-01 Thread Rex McFarlin
Thanks for the reply. I wonder if it is related to Windows in some manner. Clearly, Linux is a superior operating system. *wink* We are trying to upgrade to a later version of Orion. I posted this issue in Orion's Bugzilla and got a response back that it was an old bug related to versions

RE: Orion-based JSP bug -- The Case of the Exhibiting %00

2001-05-01 Thread Rex McFarlin
Thanks. We are trying, but are running into other non-related issues (if I remember correctly, they have to do with internationalization). --Rex | -Original Message- | From: Hani Suleiman [mailto:[EMAIL PROTECTED]] | Sent: Monday, April 30, 2001 11:18 AM | To: Orion-Interest | Subject:

EJBUserManager how-to?

2001-05-01 Thread Romen Law
ello, I believe there was an email expaining how to configure orion to use database tables to store user and group information (as opposed to using pricipals.xml file). Unfortunately, I cannot find the email and orionsupport.com seems to be down. I apologise. Can someone please repost that

RE: SOAP/WSDL support?

2001-05-01 Thread Mike Cannon-Brookes
Kevin, Orion 1.4.8 supports JAXP 1.1 and removes the need for Xerces. (It updates to the latest Xalan, and also uses Crimson). Not sure how this affects your ApacheSOAP stuff (sounds interesting - any URLs to read up?) -mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

How to access EJB's from client (not packaged in .ear) ?

2001-05-01 Thread Harley Rana
Hi i have just started out with orion, i can't figure out how to access bean from a client. i've followed the Hello-Planet primer and made some changes to the bean, repackaged the .ear and redeployed. Now every thing works fine when access the bean from a servlet that is packaged in the .ear

RE: EJBUserManager how-to? (How to setup the EJBUserManager for the ATM example)

2001-05-01 Thread Frank Eggink
Hi Romen, I just have sent an email to www.orionsupport.com with an example how to use the EJBUserManager, when I read your message. The EJBUserManager is -not- the DataSourceUserManager by the way, but does store your user info in a database. The example desribes step by step how to