Re: How can I start Orion Server as a service in Windows NT/2000 ?

2001-11-13 Thread Vu Le Hung
Dear all, I tried many ways as some of you proposed     1. Use JNT      2. Use JVMI2     3. Use RunExecSvc What I got is that I had Orion service added to my system (as a Automatic service) but     - This service does not start automatically when my computer boots up.     - Even after I sta

Re: Using a Message Driven Bean to put in another Queue does notwork with 1.5.2 / OC4J

2001-11-13 Thread Tim Pouyer
try putting this code in the setMessageDrivenContext() method of your mdb. On Tue, 2001-11-13 at 18:20, [EMAIL PROTECTED] wrote: > We have a MDB that processes messages, we need it to put the results in > ANOTHER queue. > > This does not work right now, as per a couple of examples I found on the

Using a Message Driven Bean to put in another Queue does not work with 1.5.2 / OC4J

2001-11-13 Thread jroberson
Title: Using a Message Driven Bean to put in another Queue does not work with 1.5.2 / OC4J We have a MDB that processes messages, we need it to put the results in ANOTHER queue. This does not work right now, as per a couple of examples I found on the web this is what we are trying     publ

RE: How to run an existing j2ee application on orion

2001-11-13 Thread Vani H.S.
Herman, Thanks for your reply. You are right. There was some tag mismatch and after fixing it Orion successfully deployed the application. Thanks for your reply. Bets regards, Vani >From: Herman Jansson <[EMAIL PROTECTED]> >Reply-To: Orion-Interest <[EMAIL PROTECTED]> >To: Orion-Interest <[EM

Re: Re[2]: Urgent :: How to access JMS service from Servlet/JSP

2001-11-13 Thread Vani H.S.
Thank you very much. I sincerely appreciate your help. Best regards, Vani >From: "Sergey G. Aslanov" <[EMAIL PROTECTED]> >Reply-To: Orion-Interest <[EMAIL PROTECTED]> >To: Orion-Interest <[EMAIL PROTECTED]> >Subject: Re[2]: Urgent :: How to access JMS service from Servlet/JSP >Date: Tue, 13 Nov

Various levels of security, how do you do it?

2001-11-13 Thread Alex Paransky
We are in a process of developing an application, and are looking for ways to implement security, we have the following requirements: 1. There are operations that certain members cannot perform in general 2. There are operations that certain members cannot perform relative to an object (owner vs

SV: EJB in Orion?

2001-11-13 Thread Magnus Rydin
No. -Ursprungligt meddelande-Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]För [EMAIL PROTECTED]Skickat: den 13 november 2001 14:53Till: Orion-InterestÄmne: QL:EJB in Orion?Is the QL:EJB part of EJB 2.0 spec supported in Orion at this point? Jonathan BrickerLilly

RE: BodyTagSupport

2001-11-13 Thread Rabi Satter
A couple of things I noticed. 1) Your HTML does not specify the count so the body is skipped. 2) You rely on the tag engine to do your looping. While this may work if the engine is not correctly implemented then it won't. I would just do the looping in the doAfterBody. That way you have all of th

QL:EJB in Orion?

2001-11-13 Thread BRICKER_JONATHAN_E
Is the QL:EJB part of EJB 2.0 spec supported in Orion at this point? Jonathan Bricker Lilly Research Labs Java ATG

Re: Monitoring web apps

2001-11-13 Thread Eddie
Thanks Daniel , I will give it a try. Eddie - Original Message - From: "Daniel López" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Tuesday, November 13, 2001 8:38 AM Subject: Re: Monitoring web apps > Hi Eddie, > > Here it goes: > > .- Environment -> An apache web

RE: How can I start Orion Server as a service in Windows NT/2000 ?

2001-11-13 Thread Antonio Vazquez
Hi Justin, that works fine to start orion as a service, but if you want to stop it through services panel, it doesn't works.   Are there any method to stop it through services panel?   Regards Antonio -Mensaje original-De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]En nomb

Re: Trouble with session between JSP and Servlet

2001-11-13 Thread Lachezar Dobrev
Hello. I had the same problem. It was because of the browser. JSP location: http://myserver.com/Init.jsp The JSP redirected to the Servlet after it does it's job. BUT! The redirection went to: http://www.myserver.com/servlet/MyServlet The browser (IE) did not recognize th

RE: How to run an existing j2ee application on orion

2001-11-13 Thread Herman Jansson
I also got an error when I deployed my ear from Sun's J2EE server but I got a pretty detailed description of what orion didnt like in the XML files. With this information I could unpack my ear and fix the XML file and succeed to redeploy it. Some SUN specific information is stored in a sun...some