Can someone explain how to use the AbstractStatelessSessionBean class. In particular what does the setBeanFactoryLocatorKey do and what is it for? I keep getting the below exception when I try to...
Type: Posts; User: aimbastari; Keyword(s):
Can someone explain how to use the AbstractStatelessSessionBean class. In particular what does the setBeanFactoryLocatorKey do and what is it for? I keep getting the below exception when I try to...
I am trying to use Spring with a SLSB, using AbstractStatelessSessionBean as:
public class SearchServiceEJB extends AbstractStatelessSessionBean implements com.invest.common.business.ISearch
{...
Hi all
I have a rich client configured using spring. On the server I have a bunch of stateless session beans running on Jboss 4.0
To access a SLSB calles Search I suppose first I need to set up...
For data migrations I use tools specifically designed for that purpose. They are relavtively inexpensive ($500.00) and they get the job done with 0 headaches. Migrate indexes, tables, rows and...
Hi
All the example I have found regarding integration of Spring and Hibernate do not mention how to additionally integrate caching information when setting up secondary cache such as ehcache.
...