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