I have the following configuration :
<bean id="entityManagerFactory" class="org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean">
...
</bean>
From what you say, I can think...
Type: Posts; User: chrisbry; Keyword(s):
I have the following configuration :
<bean id="entityManagerFactory" class="org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean">
...
</bean>
From what you say, I can think...
Hi,
I use Spring/JPA hibernate and I have the following declaration :
The entityManger is injected by Spring. So after read the documentation I don't really sure if the entityManager is...
Hi,
I use the ThreadPoolTaskExecutor in order to execute parallel jobs. But when I apply a load I have frequently the TaskRejectedException.
My code is following :
my main thread put all...