j_security_check

2000-03-20 Thread Kit Cragin
In the servlet 2.2 spec it states '...the action of the login form must always be "j_security_check"'. I noticed all the form based login examples that come with Orion do NOT have that as the action; instead action is not specified at all. It works fine w/o specifying j_security_check. I don't

RE: Do transactions work at all with Orion?

2000-03-20 Thread Robert Hargreaves
Not sure what you mean. The exception thrown is a RemoteException on the first call of unit.addComponent(component, dateRa); so would I have to catch this and throw a different type of Exception? I don't really want to take care of rollbacks myself. I've tried this but to with no luck: public

problem with Multipart when using SSL

2000-03-20 Thread Ariel Aramburu
I have a web application which I configured to be "shared" so that I can use it in SSL and non SSL modes. In NON SSL everything works OK, but in SSL the jsp page that uses a multipart class to handle uploads stops working. Putting messages (System.out.println) everywhere I got the feeling that

RE: Do transactions work at all with Orion?

2000-03-20 Thread Jochen Strunk
At 10:59 20.03.2000 +, you wrote: Not sure what you mean. The exception thrown is a RemoteException on the first call of unit.addComponent(component, dateRa); so would I have to catch this and throw a different type of Exception? I don't really want to take care of rollbacks myself. I've

ejb samples worked out

2000-03-20 Thread Debbie Pickrel
Through the help of Micah Skilling at [EMAIL PROTECTED] and my ejb group the ejb samples were figured out. There is some corruption of files, but it can be worked around. My principals.xml file for the admin tag - the password was replaced by my password that I use. This needs to be replaced by

Deploying EJB bean, does not bind home in to naming context...

2000-03-20 Thread Alex Paransky
I created an EJB bean, and deployed it. E:\work\orionjava -jar d:\java\orion\orion.jar Auto-deploying ClassType... done. Orion/0.9.4 initialized Since I am not getting any error messages, I assume that everything went fine. After this, I try to run the client to display the names of beans

services file?

2000-03-20 Thread Debbie Pickrel
I was informed by a fellow orion-interest member who has 0.8.2 for his to work properly , he put in his classpath: c:\orion\ejb.jar;c:\orion\jndi.jar;c:\orion\mail.jar;c:orion\orion.jar; c:\orion\xml4j.jar He mentions that there is a file that lists all the services such as jndi so-on and that I

Retrieving EJB's across platforms

2000-03-20 Thread Evan Vaala
I am having a problem calling EJB's across platforms. I created a routine in jsp(temporarily) from the coded supplied to this group by Jens Stutte(Thank you!) in a previous posting. I have EJB's called "inventory" on two different boxes. My main Orion server is running on local host. This

Javax.ejb

2000-03-20 Thread Debbie Pickrel
Hi, I have this code I want to modify and it import javax.ejb. I am getting errors: Package javax.ejb not found in import. Jdk 1.2.2 does not have this package. I looked up EJB 1.1 and all I see is this package. I read that every ejb server has there own version of this package. I know that orion

RE: Deploying EJB bean, does not bind home in to naming context...

2000-03-20 Thread Alex Paransky
I tried a few other things, but I am still not able to see the bean bound to the naming context. Could someone shed some light at what configuration files I should look at: SERVER.XML: ?xml version="1.0"? !DOCTYPE application-server PUBLIC "Orion Application Server Config"