Spring <jee:remote-slsb> and JBoss AS7 - No EJB receiver available for handling
- by Lech Glowiak
I have got @Remote EJB on JBoss AS 7, available by name java:global/RandomEjb/DefaultRemoteRandom!pl.lechglowiak.ejbTest.RemoteRandom.
Standalone client is Spring application that uses <jee:remote-slsb> bean.
When trying to use that bean I get java.lang.IllegalStateException: EJBCLIENT000025: No EJB receiver available for handling [appName:,…