Re: url.openConnection() doesn't allow to pass objects or attributes

2002-02-10 Thread prasanth sb
I used doPost only but still it doesn't. From: Kesav Kumar [EMAIL PROTECTED] Reply-To: Orion-Interest [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Subject: Re: url.openConnection() doesn't allow to pass objects or attributes Date: Sun, 3 Feb 2002 08:23:09 -0800 I just noticed one

Re: url.openConnection() doesn't allow to pass objects or attributes

2002-02-10 Thread Kesav Kumar
If you can post your java code and servlet code may be its helpful in debug. -kesav [EMAIL PROTECTED] - Original Message - From: prasanth sb [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Sunday, February 10, 2002 3:15 AM Subject: Re: url.openConnection() doesn't allow to

Re: url.openConnection() doesn't allow to pass objects or attributes

2002-02-10 Thread Bill Winspur
This article is an excellent intro to posting objects: http://developer.java.sun.com/developer/technicalArticles/RMI/rmi/ Bill. - Original Message - From: prasanth sb [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Sunday, February 10, 2002 4:15 AM Subject: Re:

RE: Orion freezing, Deadlocking, optimistic locking etc.

2002-02-10 Thread Hans Barnard
Mike, I am not sure why you are saying that I am using Thread in the beans since I don't. I am starting two client processes (i.e. virtual machines) but that is entirely valid. I have spoken to many developers regarding deadlocks in general and I have come to the conclusion that surprisingly

Re: orion + php

2002-02-10 Thread Lachezar Dobrev
Hi. In order for this setup to work you need to compile php as a stand-alone executable, name it php and put it in the execution path (/usr/bin/ may be a good location). Try it. Orion wraps the php pages with a CGI-servlet, which executes external commands to parse the files. Lachezar