Re: Any answer for POST method....

2001-03-13 Thread waheed_rahuman
This is waheed from dubai and i am using orion for my development when i tried JSP with POST forms in local machine its working properly when i upload it to remote server which is also a orion server , problem comes, Yes, its not displaying the content fully some times partial display and

RE: EJBUtils.cloneObject tkes up 40% of the time

2001-03-13 Thread Robert Krueger
At 07:43 13.03.2001 , you wrote: This is probably because orion is trying to keep to the EJB spec where parameters and return values must be passed to a EnterpriseBean must be by value. This way orion doesnt have to implement RMI, but still complies to the spec. This is probably far cheaper

Exception passing complex tree as argument

2001-03-13 Thread Thomas Ziebermayr
I try to pass a complex data tree to create a bean managed persistence entity bean. The tree contains of the root node which contain a vector of nodes. These nodes can also contain a vector of nodes. If the vector of the subsub nodes is empty, it works. If the vector also contains nodes

access log

2001-03-13 Thread Johan Fredriksson
How do I configure orion to use separate accesslogs for the different applications? The documentation mentions the use of web-site.xml, but sofar I'm only using default-web-site.xml. Where doI put the web-site.xml, and where do I configure orion to read these files? Thanks in advance

Problem in Executing the First Example given in the Orion taglib-tutorial Documentation !!

2001-03-13 Thread srinivas
No No I named it correctly in the reference. That is not the problem. I think the Problem is different which iam not getting it . Please help me !! Thanks... - Original Message - From: Magnus Rydin To: Orion-Interest Sent: Tuesday, March 13, 2001 3:40 PM

Re: Orion Load Problems

2001-03-13 Thread Karl Avedal
Hello Daniel, These kind of problems are indeed hard ones to solve, since they appear only under certain circumstances, but the load you specify is not something there should be a problem with. What you can do is try to change the VM options and try the 1.3.1 beta jvm to see if you see any

auto-deployment does not clean up the previous application

2001-03-13 Thread NangKon Kwan
I was trying to re-deploy my application in a running orion server, and discovered that orion does not terminate (or garbage collect) previously deployed instance within the VM. Is this normal? I have some opened database connections in my previous instance, and they are still open after the

RE: Performance with ORION

2001-03-13 Thread Manne Fagerlind
There should be one for each active request. -Original Message- From: Ismael Blesa Part [mailto:[EMAIL PROTECTED]] Sent: 12 March 2001 15:58 To: Orion-Interest Subject: Re: Performance with ORION Yes it should create only one instance of each servlet. What I mean is how to specify how

RE: Customizing CMP deployment

2001-03-13 Thread Daniel Cardin
What you want to do is provide your own orion-ejb-jar.xml. place it in your XXX-ejb.jar under orion/orion-ejb-jar.xml It will get copied at deployment time. Orion will fill-in all that is missing but will start with your own copy. You can then specify tables and attributes for your CMP mappings.

File not found Error (404 error)

2001-03-13 Thread waheed_rahuman
Hi All, Can anybody help ,me in setting a default html so, that when ever a file which is not found in the server is requested this default html is servered by the orion server, (File not found error or 404 error) Thank you in advance waheed

Colombo Java mystery -- the case of the unrecognized Parser jar

2001-03-13 Thread Kemp Randy-W18971
Here is a Colombo mystery I am wrestling with, called the case of the unrecognized Parser jar. See if anyone has any insights. 1. On windows 2000, I get this message when running Resin or Tomcat (Since their lists don't know, I would see if any Orion experts could answer).

The case of the misbehaving Parser.jar

2001-03-13 Thread Kemp Randy-W18971
Here is a Colombo mystery I am wrestling with, called the case of the unrecognized Parser jar. Please forgive me if this got sent twice, since I was unsure of the first email See if you have any insights. 1. On windows 2000, I get this message when running Resin or Tomcat (Since their

Hypersonic website / docs

2001-03-13 Thread Julian Richardson
Hi, What's the correct url for the hypersonic website? I thought the official one was hsql.oron.ch, which I'm sure worked until a few weeks ago but doesn't now - I get a forbidden error when accessing it. Interestingly it comes back with www.hypersonicsql.com in the error page, but that site

RE: Colombo Java mystery -- the case of the unrecognized Parser jar

2001-03-13 Thread Jim Carroll
As someone previously pointed out, the CLASSPATH environment variable is ignored when using the -jar option to start a java program. So that might be your problem id you are starting your server that way. Also, I know JRun (2.3.x) ignores the classpath env variable; you are required to set it

Re: File not found Error (404 error)

2001-03-13 Thread Ray Harrison
Waheed - This sort of thing can be handled in your servlet logic, among a variety of other ways. A good way to learn this stuff is to dig around in some of the existing demo apps, like the ATM demo for instance. Have fun - Ray --- waheed_rahuman [EMAIL PROTECTED] wrote: Hi All, Can

Re: Question on EJB Finder

2001-03-13 Thread Jeff Hubbach
One approach you could take would be to change the array to a list with the java.util.Arrays.asList() call. Then in your select query you would have a list that you could use in your where clause as follows: select * from table where ownerid in ($1); so your call to findByOwner would look

Re: Colombo Java mystery -- the case of the unrecognized Parser jar

2001-03-13 Thread Rafael Alvarez
Hello Kemp, Try putting Parser.jar in the orion directory, or in the WEB-INF/lib. It seems that Orion doesn't use the CLASSPATH, because I need to put the jar files in the right place for them to work. -- Best regards, Rafaelmailto:[EMAIL PROTECTED]

Re: EJBUtils.cloneObject tkes up 40% of the time

2001-03-13 Thread KirkYarina
What happens if you set session-deployment copy-by-value='false' in orion-ejb-jar.xml? See: http://www.orionserver.com/docs/orion-ejb-jar.xml.html Kirk Yarina At 08:55 PM 3/12/01 -0500, you wrote: Hello, I had posted a similar message a while back but never got any response. Now, it has

Re: Hypersonic website / docs

2001-03-13 Thread KirkYarina
Hypersonic may have died - see http://sourceforge.net/forum/forum.php?forum_id=62074 . Look quick; the hsql mail lists says that the sourceforge project may be shut down soon. There is a tool in the hypersonic demo directory, try: java -cp hsql.jar org.hsql.util.QueryTool You'll probably

RE: Hypersonic website / docs

2001-03-13 Thread elephantwalker
Hello, Hypersonic has been end-of-lifed. I would suggest postgresql or some other database engine. Regards, Elephantflyer -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Julian Richardson Sent: Tuesday, March 13, 2001 6:38 AM To: Orion-Interest

RE: Hypersonic website / docs

2001-03-13 Thread Kemp Randy-W18971
I heard that the original author was not longer actively developing the product, and someone was temporary taking over the administration and maintenance. Because of the state of disruption with hypersonic, I recommend to look at Enhydra's InstandDB, if you wish a Java based RDMS, else look

Re: Hypersonic website / docs

2001-03-13 Thread ramiro
Hypersonic SQL is a discontinued product now, it is no longer maintained by it's creator and as far as I know no one is continuing it. Ramiro Diaz Trepat Opetra

RE: Orion Load Problems

2001-03-13 Thread Peter Dunn
I have experienced a similiar issue and was thinking it was most likely the JVM (SUN J2SE 1.3.0 Hotspot Server). Anyone had any luck with running Orion with JRocket. Looking at the Volano report(http://www.volano.com/report.html) it would appear to scale the best. I've attempted to run it with

Using the mailing list

2001-03-13 Thread Sergei Batiuk
Dear orion webmasters, Tell me please how to correctly post a message to the mailing list and how to reply to a message. Each time I mail a message to [EMAIL PROTECTED] I get the following message: The person you have tried to contact is no longer employed at Netch Technologies. You may wish

Using another EJB as part of the Primary Key Class

2001-03-13 Thread Christian Billen
Hi everyone, Can one specify another EJB Entity object as part of the primary key for one ejb? Here is a imaginary example: TreeEJB has a one to many relationship to AppleEJB And I have a primary key for AppleEJB which contains TreeEJB and a AppleID In my application when I tried to do

Re: How about the latest xerces.jar and xalan.jar? - memory leak

2001-03-13 Thread Greg Matthews
Dear all, Just a warning to anyone using xerces in their web app. The current version of xerces shipped with orion sort of leaks memory (xerces issue, not orions). org.w3c.Document objects continue to hold a reference to any org.w3c.traversal.TreeWalker objects created so if the TreeWalker

Custom Error Pages

2001-03-13 Thread SCOTT FARQUHAR
I am trying to write a custom error page for some of my errors, but I can't manage to print the stack trace nicely. Does anyone have an example they can point me to of an error page that prints errors nicely (source code)? Thanks in advance Scott

Re: Hypersonic website / docs

2001-03-13 Thread Aristides Tavares dos Santos
mysql. - Original Message - From: "elephantwalker" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Tuesday, March 13, 2001 1:45 PM Subject: RE: Hypersonic website / docs Hello, Hypersonic has been end-of-lifed. I would suggest postgresql or some other database engine.

bmp/jdbc and irc problems

2001-03-13 Thread Nimret Sandhu
hello ~ when i use bmp for persisting data to the database, it appears that i have to open a connection to the db and persist the bean's data. are there any connection pools or anything available within the app server that i can utilize for this? or is cmp the only way to take advantage of any

Re: Hypersonic website / docs

2001-03-13 Thread Andrew Panagos
You can download the latest build here http://softseek.zdnet.com/Linux/Programming/Java/D2_47448_index.html There is some discussion about its future at http://sourceforge.net/forum/forum.php?forum_id=62073 Andrew - Original Message - From: "elephantwalker" [EMAIL PROTECTED] To:

RE: Hypersonic website / docs

2001-03-13 Thread Michael J. Cannon
Hypersonic is dead...see at http://sourceforge.net/forum/forum.php?forum_id=68224 . Instantdb is the only thing close. The open-source developers of the Interbase project have revolted and taken their code with them (hinting at lack of co-operation from Inprise). They can be found at