problem with SimpleRemoteStatelessSessionProxyFactoryBean
I'm seeing this error in my servlet's applicationContext.xml when I try to initialize access to a remote EJB. I'm figuring I'm probably just not doing this correctly. Can someone point to an example on this? I'm using JBoss 3.2.3 - Thanks much.
org.springframework.beans.factory.BeanDefinitionSt oreException: Error registering bean with name 'myComponent' defined in resource [/WEB-INF/applicationContext.xml] of ServletContext: Bean class [org.springframework.ejb.access.SimpleRemoteStatele ssSessionProxyFactoryBean] not found; nested exception is java.lang.ClassNotFoundException: org.springframework.ejb.access.SimpleRemoteStatele ssSessionProxyFactoryBean
java.lang.ClassNotFoundException: org.springframework.ejb.access.SimpleRemoteStatele ssSessionProxyFactoryBean