Search:

Type: Posts; User: chrisbry; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    737

    I have the following configuration :

    I have the following configuration :

    <bean id="entityManagerFactory" class="org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean">
    ...
    </bean>

    From what you say, I can think...
  2. Replies
    3
    Views
    737

    is entitymanager is thread safe ?

    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...
  3. Replies
    0
    Views
    734

    TaskRejectedException probem

    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...
Results 1 to 3 of 3