Re: location of orion classes?

2000-04-10 Thread bradley mclain
i don't mind showing my code. it is still rough, and i am still learning, so my ego cannot be bruised too much.. after authenticating the user, a login servlet places four strings into the session object, which the jsp retrieves for display. //servlet code ... HttpSession client = req.getSessio

Re: location of orion classes?

2000-04-10 Thread bradley mclain
i don't mind showing my code. it is still rough, and i am still learning, so my ego cannot be bruised too much.. after authenticating the user, a login servlet places four strings into the session object, which the jsp retrieves for display. //servlet code ... HttpSession client = req.getSessio

Nullpointerexception with database

2000-04-10 Thread rafael de los rios
Hi, I hope somebody can help me. I'm doing this project for my school, but I'm having an error. It seems that the error is produced when SELECT is executed. Here is the error message: "java.lang.NullPointerException" Here is the piece of code where the error is generated.    try  { stmt

API javax.servlet.ServletResponce missing reset()!!!

2000-04-10 Thread Alex Paransky
Version 0.9.6 of ORION appears to be missing javax.servlet.ServletResponce.reset(). There used to be clearBuffer() API, but now neither are there. What to do? -AP_

security not being enforced?

2000-04-10 Thread Kit Cragin
Hi: I would think if, in web.xml, the in the and in the were identical then security would be enforced. But this does not seem to be happening. For example: Test test.test.TestServlet Test /test should be protected with a login screen if I have Everthing

RE: location of orion classes?

2000-04-10 Thread Kevin Duffey
Hi, >next question. i have an app that i had running well >on iis/jrun. now i am porting it to orion, and my >session code seems to have died. i am getting no >response from httpsession. any ideas about sessions >in orion? (i am trying to pass objects from a servlet >to jsp's.) i have added

Re: location of orion classes?

2000-04-10 Thread Karl Avedal
Hello Bradley, Do you have any more information than this? Using a Session in Orion is the same as anywhere, nothing special is needed. How does your Session code look? (if you don't want your code exposed to everyone, you can mail me in private, but if you mail to the list, more people can help

RE: location of orion classes?

2000-04-10 Thread bradley mclain
good bet. i though so too, but i only specified the directory, not the .jar file. silly me.. thanks for the help.. next question. i have an app that i had running well on iis/jrun. now i am porting it to orion, and my session code seems to have died. i am getting no response from httpsessio

The deadlocks in 0.9.4 appear to be fixed in 0.9.6

2000-04-10 Thread Alex Paransky

RE: location of orion classes?

2000-04-10 Thread Kevin Duffey
My bet is they are in orion.jar >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED]]On Behalf Of bradley mclain >Sent: Monday, April 10, 2000 11:10 AM >To: Orion-Interest >Subject: location of orion classes? > > >can anyone point me to the location of the orion >specif

location of orion classes?

2000-04-10 Thread bradley mclain
can anyone point me to the location of the orion specific classes, e.g. com.evermind.server.http ? tia, bradley mclain __ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com

Problem about EJB vs contentType...

2000-04-10 Thread JChen
Hi! I am trying to use orion to write something. I have to process Traditionial Chinese contents. If I only use JSP to process Traditional Chinese (Big5 code), I can put <%@ page contentType="text/html;charset=Big5" %> in the file head, and it works well. If I on

Localization

2000-04-10 Thread Wagner, SnowWolf
Title: Localization I need to make my app Locale intelligent. I saw in the orion-web.dtd  in the  "orion-web-app" element you can set the attribute "get-locale-from-user". If I set this to true, how would I get the locale in a bean on the server for a specified connection? SnowWolf Wagner