Re: Error while using RequestDispatcher.forward(req.res)

Amar Dhole <[email protected]> Mon, 10 Jan 2005 20:44:07 +0530
Newsgroups gmane.comp.java.sun.ejb.general
Message-ID <[email protected]>
 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: [email protected]
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".