Search:

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

Search: Search took 0.12 seconds.

  1. Replies
    6
    Views
    1,339

    Thanks very much, you save me :) I follow your...

    Thanks very much, you save me :)

    I follow your suggestion and i remove all aspectj.
    In applicationContext-ccr-hibernate.xml :


    <tx:annotation-driven transaction-manager="transactionManager"...
  2. Replies
    6
    Views
    1,339

    For my struts action i make this : ...

    For my struts action i make this :


    @Controller
    public class IdentificationAction extends ActionSupport implements Preparable {

    @Autowired
    private UserImplService userService;

    //...
  3. Replies
    6
    Views
    1,339

    Thanks for help Marten, I'have fixed my...

    Thanks for help Marten,

    I'have fixed my GenericDao with :


    public Session getSession() {
    return sessionFactory.getCurrentSession();
    }
  4. Replies
    6
    Views
    1,339

    Spring - Hibernate => Transactions

    Hello,

    I begin with Spring 3.1.1/Hibernate 4.1.0/Struts 2.2.3.
    I have no error in logs, when i select data all is ok but when i save an object, i have always no error but the object is not save...
Results 1 to 4 of 4