Yo

Aaron Mulder wrote:
>         I have a SessionBean whose home has only one create:
> 
> public <Bean> create(String param) throws CreateException, RemoteException;
> 
>         Problem is, StatelessSessionContainer tries to redirect all home
> interface method calls to itself (circa line 343) and it only has a
> createHome that takes no parameters.  Clearly this redirection is
> unworkable (since creates can have arbitrary parameters) - but I'm not
> sure what the best way to fix it is.  Any thoughts?

Stateless session beans *do not* have any parameters on create...check
the spec for details.

/Rickard

-- 
Rickard �berg

Email: [EMAIL PROTECTED]
http://www.telkel.com
http://www.jboss.org
http://www.dreambean.com

Reply via email to