how to unsubscribe ??

2000-01-31 Thread Olivier_DAVID
This list is very useful and the server great but I need to get off the list and my unsubscribes don't work. Olivier

Running CartClient

2000-01-31 Thread Khan Kamran
Title: Running CartClient Hi All , orion server : 0.8.2 I am new to EJB concept. I was following ejb tutorial given on the web site www.orionserver.com . All goes well till compile time but when I am running CartClient.class using command java CartClient I am getting following error

Re: Running CartClient

2000-01-31 Thread Byron Hawkins
Title: Running CartClient Put orion/jndi.jar and orion/orion.jar in your classpath. If you're on NT it may ignore the system environment and go with the classpath in the user environment. Byron[EMAIL PROTECTED]www.oz.net/~bhawkins -Original Message-From: Khan Kamran

Creation of stateless session beans

2000-01-31 Thread Juha Lehtonen
I am using a stateless session bean, which should according to EJB specs be pooled by the container. However, when I create an instance of the stateless session bean, container (Orion) always calls the bean's ejbCreate. Therefore a new instance of a bean is created instead of using a pooled

DB mappings for News-app EJB

2000-01-31 Thread Dan A
Hi - I am running the news-app EJB fine with the default hSql drivers, but I had a question about the database mappings. I am assuming this is a container-managed EJB, so, when a new "subject" is added through a create(), what exactly is happening in Orion? Are those fields being mapped into

Re: DB mappings for News-app EJB - (Never Mind)

2000-01-31 Thread Dan A
Hi - Well, I figured out where Orion puts the database for the news-app (c:\orion), and I was able to use the Hypersonic DatabaseManager (Java Application) to do select statements and all that fun stuff on my DB after it was loaded. The thing that was confusing me was the name of the table

RE: Creation of stateless session beans

2000-01-31 Thread Jon Tirsen
The ejbCreate-will always be run if calling the home-interface's create()-method. This is the callback from the container. The instance of the bean-class could be cached although. (Of course, on a per-VM-basis if running in a clustered environment.) -Original Message- From: [EMAIL

NT Permissions and Orion

2000-01-31 Thread Joshua C. Anyiwo
Could anyone with experience runing Orion as the web-server for an NT- server environment give me some guidance here. I'm running an ejb app similar to the demo apps in orion. The initial pages of my app come up fine until I come to the first applet. Then the following error on the java