Re: jsp:forward / jsp:param problem [and other problems!]

1999-10-26 Thread Neal Kaiser
I have a somewhat similar problem. I do a RequestDispatcher.forwared() call in a servlet. But before I do the forward() is set some request attributes. These attributes are NOT accessible from the page that it was forwarded to?? Smells like a bug to me. Orion team, care to comment? Also, if you

Re: servleet setup

1999-10-26 Thread Neal Kaiser
> Hi, > > I am interested in Orion server, but I don't know if the application server can > run on Windows95/98. Anybody knows that? > Yes, it runs on any Java2 platform. Neal > Thank you. > > Qingxian Wang > > > Magnus Stenman wrote: > > > > A couple of fresh user's questions. > > > > > > I

Re: servleet setup

1999-10-26 Thread qwang
Hi, I am interested in Orion server, but I don't know if the application server can run on Windows95/98. Anybody knows that? Thank you. Qingxian Wang Magnus Stenman wrote: > > A couple of fresh user's questions. > > > > I was able to address my packaged servlet placing it into "servlet" > >

"Invalid value of buffer attribute in page tag" Error!!!

1999-10-26 Thread Sharath_Komarla
Hi, I'm using Orion version 0.7.8b on Windows NT (SP5), JDK-1.2.2 I am running into the following error --Begin Error Message - 500 Internal Server Error Error parsing JSP page /test/test123.jsp line 1 Invalid value of buffer attribute in page tag

looking for ejb examples

1999-10-26 Thread Robert Krueger
hi, could anyone post (or directly email) their config files for real life examples of ejbs using datasources inorion? I would like to play around with the ejb part of orion but find the documentation a little spartanic at the moment. examples would help. btw, where are the dtds for all the conf

jsp:forward / jsp:param problem

1999-10-26 Thread gary . janes
Hi All, Under Orion 0.7.6b I had problems with the following code inside a JSP: <%! String key; %> <% key = "DR0001"; %> The JSP to which I forwarded the request ( i.e. cust_valuation.jsp ) was unable to access the value of the 'agent' parameter. Looking at the changes.txt for the latest

configuring connection pooling

1999-10-26 Thread Robert Krueger
hi, is there a way in orion to specify the behaviour of the connection pooling code for a given datasource (timeouts, max connections etc.)? thanks, robert -- (-) Robert Krüger (-) SIGNAL 7 Gesellschaft für Informationstechnologie mbH (-) Brüder-Knauß-Str. 79 - 64285 Darmstadt, (-) Tel: 06151

Persistence integration in orion application server

1999-10-26 Thread Boubakar Saim Haddache
Hello Orion team, so we have our own persistence framework witch is integrated with our business Meta-Model, and i would like to know how to use my persistence framework using your transaction engine, i think that's i must to use bean managed persistance, and use the factory ressource manager.

RE: Scriptlets appearing in generated HTML

1999-10-26 Thread gary . janes
Magnus, You were right on the button. I was including a static page that contained invalid comment syntax. Everything working OK now that its been removed. Thanks again, Gary From: MIME:[EMAIL PROTECTED] AT INTERNETMAIL on 10/25/99 08:11 PM ZE8 To: Gary JANES/IT/LDN/HSBCAM, [EMAIL PROT

Orion Stops serving HTML

1999-10-26 Thread Neal Kaiser
Every night Orion stops serving HTML and I need to restart it. You connect to the server fine, but then it just hangs. Is this a know problem? Is there a fix?