RE: The best way to get the context path

2001-02-12 Thread Luong, Tony S322
in your jsp, try application.getRealPath(). -Original Message- From: Randahl Fink Isaksen [SMTP:[EMAIL PROTECTED]] Sent: Thursday, February 08, 2001 6:32 AM To: Orion-Interest Subject: The best way to get the context path Petr Podsednik wrote: img

RE: Removing Stateful Session Beans

2001-02-02 Thread Luong, Tony S322
try myXYZ.remove(), the container will remove the bean whenever it get to it. ( there is no guarantee that the container will do it right away !!) -Original Message- From: Dean Hutchins [SMTP:[EMAIL PROTECTED]] Sent: Thursday, February 01, 2001 8:43 AM To: Orion-Interest Subject:

RE: Form Login bouncing me to welcome page!

2001-02-02 Thread Luong, Tony S322
there should have been a entry for welcome.jsp under security-contraints for example: security-constraint web-resource-collection web-resource-nameUnnamed/web-resource-name url-pattern/welcome.jsp/url-pattern

RE: When using autonumber for the primarykey...

2001-01-30 Thread Luong, Tony S322
if you use HSQL , and define the column as incremental type ( I forgot the attribute type), then it is automatic -Original Message- From: ystein Walle [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, January 30, 2001 5:37 AM To: Orion-Interest Subject: When using autonumber for the

RE: Session EJB Accessibility

2001-01-30 Thread Luong, Tony S322
use stateless session bean, it can serve multiple clients concurrently. -Original Message- From: Mark Bernardinis [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, January 30, 2001 3:18 AM To: Orion-Interest Subject: Re: Session EJB Accessibility I don't want to do any database

RE: RP/Please Help: Connecting to JMS from client application

2000-12-07 Thread Luong, Tony S322
try setting the hostname in jndi.properties on machine B. e.g. java.naming.provider.url=ormi://machineA -Original Message- From: Vidur Dhanda [SMTP:[EMAIL PROTECTED]] Sent: Thursday, December 07, 2000 9:42 AM To: Orion-Interest Subject: RP/Please Help: Connecting to

RE: Traversing JNDI namespace

2000-12-05 Thread Luong, Tony S322
, December 05, 2000 10:47 AM To: Orion-Interest Subject: Re: Traversing JNDI namespace hi tony can u tell me where is the transaction-isolation comes into ejb-jar.xml - Original Message - From: Luong, Tony S322 [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent

RE: onMessage()

2000-12-05 Thread Luong, Tony S322
try use setMessageListener on the QueueSession instead of the QueueReceive. -Original Message- From: TH Lim [SMTP:[EMAIL PROTECTED]] Sent: Monday, December 04, 2000 10:54 PM To: Orion-Interest Subject: onMessage() Hi! I'm testing Orion 1.4 JMS coffeemaker demo. The