ya I am using stateless session beans.

-----Original Message-----
From: A mailing list for Enterprise JavaBeans development
[mailto:[EMAIL PROTECTED] On Behalf Of Dave Glasser
Sent: Monday, January 10, 2005 8:42 PM
To: EJB-INTEREST@JAVA.SUN.COM
Subject: Re: Error while using RequestDispatcher.forward(req.res)

--- Amar Dhole <[EMAIL PROTECTED]> wrote:

> Hi all,
>
> I am getting following error while using requestdispatcher my code is
> like
>
>  RequestDispatcher dispatcher =
> getServletContext().getRequestDispatcher(encodedURL);
>  dispatcher.forward(req, res);
> I am using was4.0.6 with jdk1.3.   I know that there is no support
> for
> StringBuffer.append(StringBuffer) till jdk1.4.
> In jdk 1.4 sun has added the support for it. can any one tell me why I
> am getting the following error. I am stuck now.

You need to use stateless session beans.

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to