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?
Thanks,
Aaron
- Re: [jBoss-Dev] Session Bean with create(...) Aaron Mulder
- Re: [jBoss-Dev] Session Bean with create(...) Rickard �berg
- Re: [jBoss-Dev] Session Bean with create(...) Aaron Mulder
- Re: [jBoss-Dev] Session Bean with create(...) Rickard �berg
- Re: [jBoss-Dev] Session Bean with create(..... Aaron Mulder
