Re: Classpath Structure Problem ?

2001-09-24 Thread Kesav Kumar
How do you load your class dynamically? Are you loading your class from the application's class loader or the system classloader? Try to load the class from the application's class loader by the following method Thread.currentThread().getContextClassLoader().loadClass(); the above method

RE: The Security (again)

2001-09-24 Thread Owen Fellows
Title: En blanco If you are running a separate application (not the default one) you need to put the group and user permissions in the application-deployment principals.xml file. Not the one in the config directory. Hope this helps Owen Fellows -Original Message-From:

Re: Questions about Orion

2001-09-24 Thread Klaus Thiele
Hi Bill, ok,ok it was subjective 100-timesbut: i'm using Orion-1.5.2 and Borland's ias 4.5.1 on a 1.3GHz Athlon with 512MB and Sun's jdk1.3.1 for one of our applications (.ear) was build with using 'ant' in 14sec. (size of the ear-file is 1.8MB) additional step for ias (java2iiop) takes

Re: Orion 1.5.2 and Java 2 SDK 1.3.1

2001-09-24 Thread Stephen Davidson
Vlad Vinogradsky wrote: Do they work together? Thanks, Vlad They work very well together on my laptop, running Suse Linux 7.1, Kernel 2.4.0. -Steve -- Stephen Davidson Java Consultant Delphi Consultants, LLC http://www.delphis.com Phone: 214-696-6224 x208

pre-compile JSP

2001-09-24 Thread Vincent Faidherbe
Is it possible to configure Orion in order to it directly compiles JSP page when they are deployed ? -- Vincent Faidherbe icogs

Re: pre-compile JSP

2001-09-24 Thread Joseph B. Ottinger
Yes. For each JSP file, set up a servlet name, and autoload each servlet. It's very painful. Ill-advised, too. Your choice. On Mon, 24 Sep 2001, Vincent Faidherbe wrote: Is it possible to configure Orion in order to it directly compiles JSP page when they are deployed ? -- Vincent

EJB Problem with Oracle 8.0.5.0.0

2001-09-24 Thread John . Miller
Has anyone had problems with creating EJBs to connect to this version of Oracle. In particular EJB Finder methods - by primary key? I have a hunch that I need to be running on 8i, but am not sure. Any info would be appreciated. Thanks, Johnny

RE: Questions about Orion

2001-09-24 Thread Bill G
Cool! BG... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Klaus Thiele Sent: Monday, September 24, 2001 2:43 AM To: Orion-Interest Subject: Re: Questions about Orion Hi Bill, ok,ok it was subjective 100-timesbut: i'm using Orion-1.5.2 and

Re: EJB Problem with Oracle 8.0.5.0.0

2001-09-24 Thread Michael J. Cannon
There were some problems with the jdbc drivers on versions of Oracle before 8.1 (I believe the last two digits of the drivers were less than 10, IIRC) and connecting to the DB with various versions of the jdbc drivers. I don't believe I ever was able to consistently connect to a DB of v.8.0.x w/