PDA

View Full Version : How to configure stateful ejb's into the app-context ?


geira
Jan 9th, 2005, 05:26 AM
I have a webapplication using stateful ejbs, - wish to enable these via the Spring application context.

Does it exist any Spring API ala SimpleRemoteStatelessSessionProxyFactoryBean, - which works fine for stateless ejbs.

I would appreciate any suggestions, - .xml examples.

Geir

irbouho
Jan 9th, 2005, 10:12 PM
Take a look at this thread SFSB support in Spring (http://forum.springframework.org/showthread.php?t=9693).
HTH