Precompiling JSPs with ?jsp_precompile

2001-12-21 Thread Juan Fuentes
Hi, I'm doing a java program to precompile all the JSPs of my web application. It seems to work correctly, but al the compilations finish with the same result: Precompilation succeededPrecompilation succeeded. It doesn't matter if the JSP is correct or not, the result is always "Precompilation

Re: CMP Entity Bean Craziness

2001-12-21 Thread Mike Cannon-Brookes
You're not special at all (well you may be - but that's a different story ;)) - what you describe is exactly the intended behaviour of the server. You're editing the deployment files in your EAR which are only used _IF AND ONLY IF_ there is no existing deployment file. Otherwise the existing depl

Auto-reply: Precompiling JSPs with ?jsp_precompile

2001-12-21 Thread ORAPOST
Bonjour, En cas d'urgence, vous pouvez contacter mon assistante Stéphanie Vikar. Tél: 01.47.62.23.24 - e-mail: sté[EMAIL PROTECTED] Cordialement, -- Philippe ELINCK Oracle +33 1 47 62 29 28 +33 6 07 34 06 08 [EMAIL PROTECTED] Votre accès privilégié à l'information technologique d'Oracle Your

relationship woth an interface

2001-12-21 Thread Morten Wilken
does anyone know if its possible to make an OR mapping to an interface? ala: class eb1 implements interface1 class eb2 implements interface1 class eb3 private Collection interface1 sincerely Morten Wilken

OR (IR) mapping to interface

2001-12-21 Thread Morten Wilken
does anyone know if its possible to make an OR mapping to an interface? ala: class entitybean1 implements interface1 class entitybeanb2 implements interface1 class entitybean3 private Collection interface1 sincerely Morten Wilken

Orion 1.5.3 Memory Leak

2001-12-21 Thread Stephen Davidson
Greetings. About once a week, I have been seeing Orion crash with an Out of Memory error in the JVM. Normally, there is no stack trace, and in the seconds before the crash, a rapid increase in the amount of memory used. In a previous crash, an idleing test Server (not currently being used)

Disabling connectivity below 128bit encryption

2001-12-21 Thread Stephen Davidson
Greetings. I am working with some data that needs to be kept secure. I was wondering if anyone on this list knew how to force browsers to connect at 128bit Encryption or better, or, failing that, figure out what encryption level the browser is using. -Steve -- Stephen Davidson Java Consulta

Re: Asynchronous MDB

2001-12-21 Thread Stephen Davidson
Brian Chan wrote: > I've been reading of entries about asynchronous MDB not working. When will this be >fixed? I have a mission critical app that depends on asynch msg'ing. > > I successfully convinced my firm to port from Weblogic to Orion :) > > - Brian Chan Hi Brian. I am using several as

JNDI basics??

2001-12-21 Thread Simon Kelly
Regarding the JNDI properties file, how do I determine what value to give for the "java.naming.provider.url"?

Re: Disabling connectivity below 128bit encryption

2001-12-21 Thread Robert S. Sfeir
Wouldn't your https certificate do that for you? If you use https and your certificate requires 128bit, then that's what people will connect at. Maybe I'm wrong. Robert

Re: Disabling connectivity below 128bit encryption

2001-12-21 Thread Steve Best
Just buy a 128 bit key, enable HTTPS and dont enable HTTP. Steve - Original Message - From: "Stephen Davidson" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Friday, December 21, 2001 8:53 AM Subject: Disabling connectivity below 128bit encryption > Greetings. > > I

RE: Favourite logging facility survey...

2001-12-21 Thread Jens Schumann
Resend. | -Original Message- | From: [EMAIL PROTECTED] | [mailto:[EMAIL PROTECTED]]On Behalf Of Paolo Perego | Sent: Thursday, December 20, 2001 8:57 AM | To: Orion-Interest | Subject: Favourite logging facility survey... | | | Hi orion gurus, I'm taking a look on logging facilities provi

RE: JNDI basics??

2001-12-21 Thread The elephantwalker
>From the orion documentation: JNDI When talking to the Orion JNDI tree from outside the container, you should specify the following JNDI properties (normally in a jndi-properties file): java.naming.factory.initial=com.evermind.server.ApplicationClientInitialCont extFactory java.naming.provide

Using RMI objects with Orion...

2001-12-21 Thread Alex Paransky
In one instance, I have created an RMI object (extending Remote and using RMIC to compile), put it into the Orion hosted JNDI tree, and was able to use it from a SessionObject running in Orion. In another instance, I need Orion to "callback" onto my client. So I created another RMI object in the