The bean name being wrong was a separate issue, but you also have a JNDI configuration
problem.
In your case, you need to set the jndiEnvironment property on your
LocalStatelessSessionProxyFactoryBean, which is essentially a Properties object that you
need to set up for being able to look up your JNDI InitialContext.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246213#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...