My mistake.
One of the rewritten methods called itself recursively ...
The problem is solved.
But it still does not answer why I am unable to get the transaction manager.
It simply says that...
Type: Posts; User: dwojtas; Keyword(s):
My mistake.
One of the rewritten methods called itself recursively ...
The problem is solved.
But it still does not answer why I am unable to get the transaction manager.
It simply says that...
Hi,
I have a service class (POJO) that uses DAOs to access database.
Here is the Spring config:
<bean id="dataSource" class="org.springframework.jndi.JndiObjectFactoryBean">
<property...
Hi,
We are currently working on an application that works in a clustered environment (Session beans, EJB container).
In such environment a developer that uses a component doesn't have to think...