RE: Can't start Orion 1.5.1

2001-05-24 Thread Arno Grbac
Ciao Marcello :) It appears that you still have the old JAXP1.0 XML processor in the classpath. Check program files (win32) or whatever on linux for /Jaxp1.0.1. In particular, the old parser.jar and jaxp.jar. Once you take those out of the classpath, orion should start fine. If you're actually

Rephrasing persistence question... HELP

2001-05-24 Thread Arno Grbac
Would anybody dare to guess (or knows!) what criteria is used by Orion to determine what objects in a JSP page are saved when application shuts down? I have a few different objects in a JSP page. They all implement Serializable, but serialization is called only on one type. Why would it not get

interesting singleton serialization issue (Java / JSP POSSIBLY ORION QUESTION)

2001-04-25 Thread Arno Grbac
ASSUMPTION: It appear that all objects in a JSP file get serialized. Q1: Is there an equivalent of TRANSIENT in JSP, ..since transient doesn't work? Q2: Is there any other way to control serialization? NOTE: I have the singleton class working nicely with a factory class. The problem is that I

Is there a solution to JAXP 1.1? ORION WON'T START!!!

2001-03-21 Thread Arno Grbac
I searched the list, and people have experienced this problem (like myself), but no word from Orion. Ideas? If you try to get Orion working with this latest release from Sun, Orion won't start: G:\orionjava -jar orion.jar java.lang.NoSuchMethodError at

RE: Win2k Pro. is mess... choosing the right database product

2001-02-24 Thread Arno Grbac
It could be that Interbase is a very recent addition to the open source / freeware bunch. Also, prior to version 6, Interbase was missing some essential data types, which made it a bit less approchable. My company is still evaluating Interbase, but so far we haven't found any "issues" and

RE: Win2k Pro. is mess... choosing the right database product

2001-02-24 Thread Arno Grbac
Title: Here is the newest version of my data source and database schema files. I posted this info once before,but there have been some minor changes, (thanks to Dirk Ohst), so this is the latest I've got. If you find any problems or fix anything, let us know. Also, if you're having problems

Orion and Interbase 6

2001-02-01 Thread Arno Grbac
mysql? If somebody using Interbase successfully, please send your database schema and data-sources.xml part to this list. TIA -----Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Randahl Fink Isaksen Sent: Wednesday, January 31, 2001 10:05 AM To: Orion-

RE: Trouble installing

2001-01-19 Thread Arno Grbac
Hi Ivan, It appears that you don't have tools.jar in the orion directory. So, just copy tools.jar from you Java distribution into orion directory, and you should be all set. -arnox -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ivan Figueredo Sent:

RE: Win 2000 problems with http server

2001-01-04 Thread Arno Grbac
Are you running some kind of application level firewall? For example, running zone alarm pro will do just that. I'm running the same setup and all is fine. The server never goes down, ..well, it's been up for weeks now. Hope this helps. -arno -Original Message-From: [EMAIL

RE: SSL and Orion (urgent)

2000-05-29 Thread Arno Grbac
RSA algorithm is under patent protection in US (until September 20, 2000, ..I believe). That's why Sun cannot ship it with Java. You should be able to download RSA encryption software at: www.cryptix.org (Cryptix 3). That should solve your problem. Follow instructions.. -Original

RE: Orion-Interest

2000-05-19 Thread Arno Grbac
I got the same results using the Apache JMeter (http://java.apache.org) -arno -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Karl Avedal Sent: Friday, May 19, 2000 7:43 AM To: Orion-Interest Cc: Orion-Interest Subject: Re: Orion-Interest Hello Roy,