Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    251

    Roolback problem not well defined

    @Override
    @Transactional(propagation = Propagation.REQUIRES_NEW)
    public Script updatePerson(Person p) {
    Person entity = entityManager.merge(p);
    //entityManager.flush();...
  2. <?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://www.springframework.org/schema/beans"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    ...
  3. I have the same problem but i tried all your...

    I have the same problem but i tried all your suggesions above without success.
    ----> applicationContext.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <beans...
  4. Dynamic injection of persistent Context

    I implement a pool of runnable class type Event.

    Every Event instance might update some data on database using JPA.

    My problem is : how is possible inject ,using spring, the persistent context...
  5. I tested my web application using 2 browsers. In...

    I tested my web application using 2 browsers.
    In details , I accessed the same edit form from 2 browsers.
    I click to upodate the entity from the first one ... then i click to update the entity from...
  6. optmistic lock problem doesn't work properly

    I tested my web application using 2 browser.
    I access the same edit form from 2 browser.
    Then i click updated entity from the first one ... then i update the entity from the second one. No problem...
Results 1 to 6 of 6