AW: java.lang.OutOfMemoryError

2001-03-28 Thread Jens Stutte
Just because there where several different (and some misleading) answers: The problem described is solved with the newest orion version (i don't rember, if since 1.4.5, .6 or .7, i am using .7). As Kevin described, you must set the max-instances attribute for _each_ entity bean that is supposed

Re: ejb in other application ?

2001-03-28 Thread Klaus Thiele
Hi Eddi, yesterday i read in the docu to server.xml: application [...] parent="anotherApplication" [...] / [...] parent - Optional 'parent' application, the default is the global application. Children see the namespace of it's parent application.

Any sugesstions please

2001-03-28 Thread waheed_rahuman
Hi all, I need a clarification regarding orion, my application is an ecommerce website which is build fully with JSP . When i tried to send form fields with form method='post' action='123.jsp' then 123.jsp is not receiveing any fields and giving me a blank page sometimes and partial page

No answer yet........ please let me know

2001-03-28 Thread waheed_rahuman
Hi all, I need a clarification regarding orion, my application is an ecommerce websitewhich is build fully with JSP . When i tried to send form fields with form method='post' action='123.jsp'then 123.jsp is not receiveing any fields and giving me a blank page sometimes and partial page

Please let me know .....

2001-03-28 Thread waheed_rahuman
Hi all, I need a clarification regarding orion, my application is an ecommerce websitewhich is build fully with JSP . When i tried to send form fields with form method='post' action='123.jsp'then 123.jsp is not receiveing any fields and giving me a blank page sometimes and partial page

Please let me know.......this details please..........

2001-03-28 Thread waheed_rahuman
Hi all, I need a clarification regarding orion, my application is an ecommerce websitewhich is build fully with JSP . When i tried to send form fields with form method='post' action='second.jsp' from first.jsp.second.jsp is not receiveing any fields and giving me a blank page with

Please help me....

2001-03-28 Thread waheed_rahuman
Hi all, I need a clarification regarding orion, my application is an ecommerce websitewhich is build fully with JSP . When i tried to send form fields with form method='post' action='second.jsp' from first.jsp.second.jsp is not receiveing any fields and giving me a blank page with "Done"

Antigen found WScript/Kak.A.Worm (CA(InoculateIT),Sophos) virus

2001-03-28 Thread ANTIGEN_EXCHANGE
Antigen for Exchange found Unknown infected with WScript/Kak.A.Worm (CA(InoculateIT),Sophos) virus. The file is currently Removed. The message, "Please let me know...this details please..", was sent from waheed_rahuman and was discovered in IMC Queues\Inbound located at

Virus Alert

2001-03-28 Thread interscan
Have detected a virus (VBS_KAKWORM.A) in your mail traffic on 03/28/2001 12:33:05 with an action move.

Virus Alert

2001-03-28 Thread interscan
Have detected a virus (VBS_KAKWORM.A) in your mail traffic on 03/28/2001 12:37:05 with an action move.

Antigen found WScript/Kak.A.Worm (CA(InoculateIT),Sophos) virus

2001-03-28 Thread ANTIGEN_EXCHANGE
Antigen for Exchange found Unknown infected with WScript/Kak.A.Worm (CA(InoculateIT),Sophos) virus. The file is currently Removed. The message, "Please help me", was sent from waheed_rahuman and was discovered in IMC Queues\Inbound located at CHANCERY/CHANCERY/EXCHANGE.

Virus Alert

2001-03-28 Thread interscan
Have detected a virus (VBS_KAKWORM.A) in your mail traffic on 03/28/2001 12:50:37 with an action move.

Let me clear this doubt.......please

2001-03-28 Thread waheed rahuman
Hi all, I need a clarification regarding orion, my application is an ecommerce website which is build fully with JSP . When i tried to send form fields with form method='post' action='second.jsp' from first.jsp. second.jsp is not receiveing any fields and giving me a blank page with "Done" in

Virus Alert

2001-03-28 Thread interscan
Have detected a virus (VBS_KAKWORM.A) in your mail traffic on 03/28/2001 13:03:08 with an action move.

SV: Please help me....

2001-03-28 Thread Magnus Rydin
Title: SV: Please help me You've got viruses. Please don't send me any more private mails on this subject. Such mails should be directed to the Orion List, JSP List or [EMAIL PROTECTED] WR -Ursprungligt meddelande- Från: waheed_rahuman [mailto:[EMAIL PROTECTED]] Skickat: den

How to determine the number of Http sessions

2001-03-28 Thread Tibor Hegyi
Hi, How can I determine the number of Http sessions currently active within Orion? I have a kind of solution (using HttpSessionBindingListener) but I think it's ugly and there should be a more reliable way of doing this. Regards, Tibor

Antigen found JS/Kak@M (McAfee4,CA(InoculateIT)) virus

2001-03-28 Thread ANTIGEN_SESTOMSX02
Antigen for Exchange found Unknown infected with JS/Kak@M (McAfee4,CA(InoculateIT)) virus. The file is currently Removed. The message, "No answer yet please let me know", was sent from waheed_rahuman and was discovered in IMC Queues\Inbound located at Icon Medialab AB/ICONSE/SESTOMSX02.

RE: Paged search results

2001-03-28 Thread cybermaster
"application" is an instance of javax.servlet.ServletContext which is available in JSPs; this object has application scope and therefore is a good place to store objects [with: application.setAttribute(name, object) ] which you want to make available to servlets/JSPs throughout an application.

RE: Who's wrong?

2001-03-28 Thread Nimret Sandhu
according to the jsp spec, there should be no ';' at the end afaik .. jrun is in violation imo. from: http://java.sun.com/products/jsp/tags/syntaxref.fm4.html When you use the Java language for scripting, remember these points: . You cannot use a semicolon to end an expression (however, the

RE: Who's wrong?

2001-03-28 Thread Jason Smith
There is another way to resolve problems like this: Look at the technical specification instead of blindly trusting 3rd parties! From the JSP 1.1 Specification, look at Chapter 2 "Standard Syntax and Semantics", or more specifically at Section 2.10.3 "Expressions". You will get a nice

Re: Paged search results

2001-03-28 Thread Holden Glova
I guess my confusion comes into a lack of terminology and understanding of how to approach this problem. What we would like to do is be able to perform a search on the DB, but only show the user 10 of the results at a time. Initially we have thought that sessions might be the key to this, but

Re: Paged search results

2001-03-28 Thread luar
En la fecha Thu, Mar 29, 2001 at 09:45:21AM +1200, Holden Glova escribio: I guess my confusion comes into a lack of terminology and understanding of how to approach this problem. What we would like to do is be able to perform a search on the DB, but only show the user 10 of the results at a

RE: Who's wrong?

2001-03-28 Thread Juan Lorandi (Chile)
ciao ingenieri, %= % is the jsp literal, it shows an expression; if it ends with a semicolon (";"), then it is a statement HTH JP -Original Message-From: Ing. Nicola Folino [mailto:[EMAIL PROTECTED]]Sent: Wednesday, March 28, 2001 12:19 PMTo: Orion-InterestSubject: Who's