Hi,
I have incorporated spring into the livecycle data services using Jeff Vroom's springfactory but I still get an error everytime of 'bean not found' even though it has been defined in the applicationcontext.
Here is the definition of the service in the managed-remoting.xml file
<destination id="myGameService">
<properties>
<factory>spring</factory>
<source>gameServiceBean</source>
</properties>
</destination>