Title: RE: [jBoss-User] How to forward HttpServletRequest to SessionBean?

Yes, there is... You can only use native types, java.io.Serializable and java.rmi.Remote based types...

Rodrigo

-----Original Message-----
From: Thomas Hagedorn [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 20, 2000 4:55 AM
To: [EMAIL PROTECTED]
Subject: Re: [jBoss-User] How to forward HttpServletRequest to
SessionBean?


Additional informations:
it seems only to be a HttpServletRequests problem, a Hashtable works
both directions. ??!?

> Hi there,
>
> In my application, I want to forward all HttpServletRequests from the
> jsp over a wrapperbean to a SessionBean to process the data there.
> jsp to bean works fine, but if I get the home interface of my
> SessionBean and call a method with the HttpServletRequests as
> parameter, nothing appears in the SessionBean but I don't see any
> exception, only a 'null' for the HttpServletRequests in the SessionBean.
> If I do the same with a String, it works fine. 
> The other way round it works returning a complex JavaObject from a
> SessionBean method.
> Are there any restrictions for the parameters I can pass to an EJB ?
>
> hopefull waiting for good advice
>
> best regards
> tom


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to