Re: Problem starting Orion on linux...

2001-10-10 Thread Joel B. Kinney
It looks like you are using a kaffe vm, maybe try using a jdk1.2 or higher? Joel On Tue, 9 Oct 2001, Jimbo Jones wrote: I have gotten Orion to start on linux with no problems before, but now out of the blue I cannot do it. At first, it gave me a NoClassDefFoundError for

RE: How to get the RoleManager

2001-10-10 Thread David Potts
-Original Message- From: Mike Cannon-Brookes [mailto:[EMAIL PROTECTED]] I have a feeling if you made app2 the parent app of app1 it might work (they'd probably be the same RoleManager - can't confirm that though). Thanks for the suggestion. We tried it, but it doesn't work.

Re: Multiple data sources for each application

2001-10-10 Thread Stephen Davidson
Hi Atul. Sorry, no I do not know, although I suspect so. We are using BMP Enity Beans, due to the unusual database design (CMP won't handle it). However, our BMP EJB's do automatically deploy, and successfully create and register their own connection pools in JNDI on demand. Otherwise, our

RE: Problem implementing Custom User Management using SimpleUserM anager

2001-10-10 Thread Justin Wood
It sounds like some of you may be forgetting to create an initial account in the database ... You can't have a user in principals.xml and expect orion to know where to fetch the authentication information. I have an EJB user manager and to make things easy for my self. I protected a minimal

Error Accessing an EJB through a Bean

2001-10-10 Thread Cugier (extern)
We created a Bean to access an EJB from JSPs. First we tested the Bean from a Java Client and everything worked fine. Then we copied the Bean to the Orion server and tried to acces the EJB by using a JSP that instanciates the Bean that accesses the EJB. But we can not get it to work. The test

RE: How to get the RoleManager

2001-10-10 Thread SAURUGGER,PETER (A-PaloAlto,ex2)
Maybe the session=shared attribute would allow you to achieve your goal. Don't know whether its valid only for sharing between http and https sessions -Original Message- From: David Potts [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 10, 2001 5:02 AM To: Orion-Interest Subject: RE:

Re: Multiple data sources for each application

2001-10-10 Thread Stephen Davidson
Hi Jeff. Multiple versions of the same application at the same time? I did not mean to imply that! We only deploy one version of each application, and then let the application decide which database to connect during runtime, based on which user is accessing it at that time. If there is

RE: How to get the RoleManager

2001-10-10 Thread Joel B. Kinney
inline On Wed, 10 Oct 2001, David Potts wrote: -Original Message- From: Mike Cannon-Brookes [mailto:[EMAIL PROTECTED]] I have a feeling if you made app2 the parent app of app1 it might work (they'd probably be the same RoleManager - can't confirm that though).

Non Web Application accessing data source

2001-10-10 Thread Naveen Kamrudeen
Hi All, How do I lookup datasource from non web application (Class File not Servlet and JSP). I know that we can do it using JNDI. Can I get a sample to do this. Naveen

RE: How to get the RoleManager

2001-10-10 Thread Juan Lorandi (Chile)
Uh, try using the shared session attribute (orion-web.xml) + the same realm name for the login config (web.xml) HTH, JP -Original Message- From: David Potts [mailto:[EMAIL PROTECTED]] Sent: MiƩrcoles, 10 de Octubre de 2001 8:02 To: Orion-Interest Subject: RE: How to get the

Re: Date conversion problem ??

2001-10-10 Thread Nick Newman
Hi Eddie, The code that Fredrick Lindgren sent to this list looks like the right way of obtaining a java.util.Date from a java.sql.Timestamp. As for your question of why, part of the answer may be that three java classes are somewhat confusing: - java.util.Date (not used by JDBC) contains

Non Web Application accessing data source

2001-10-10 Thread [EMAIL PROTECTED]
Hi All, How do I lookup datasource from non web application (Class File not Servlet and JSP). I know that we can do it using JNDI. Can I get a sample to do this. Naveen

Message status - undeliverable

2001-10-10 Thread Mailer-Daemon
The message that you sent was undeliverable to the following: ggounden Information about your message: Subject: RE: How to get the RoleManager

RE: How to get the RoleManager

2001-10-10 Thread Mike Cannon-Brookes
That won't help - I think shared sessions only work between two WARs in the same app. The only thing I can suggest is using some sort of cookie based system where you track via session ID who is logged in (stored in a hashmap or something), then from each app lookup that hashmap (via JNDI) and

error serializing bean

2001-10-10 Thread Dave Ford
Does anyone know what this error means? My guess is that it's happening when Orion tries to passivate one of my ejbs. My EJB has, as one of it's instance variables, a jndi Context: public class MyEJB implements SessionBean{ javax.naming.Context namingContext; } The

Synchronized session bean?

2001-10-10 Thread El Jeffo
Hi everyone... I thought there was a way to synchonize a session bean such that I suppose you could say that only one user or servlet could use it at a time. Simply put if there's $5 left in the bank, you wouldn't want to have a user withdraw $5 with two different web browsers if they hit

Re: Synchronized session bean?

2001-10-10 Thread Gary Shea
El Jeffo ([EMAIL PROTECTED]) wrote: Hi everyone... I thought there was a way to synchonize a session bean such that I suppose you could say that only one user or servlet could use it at a time. Simply put if there's $5 left in the bank, you wouldn't want to have a user withdraw $5 with

Temporary Queue

2001-10-10 Thread Dave Ford
Has anyone gotten the temmporary queue feature to work in orion? Dave Ford Smart Soft - The Java Training Company http://www.smart-soft.com