Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    761

    Thank you. It helps a lot ! Do you know if...

    Thank you. It helps a lot !

    Do you know if hibernate3 allows to persist a proxy (with a special mapping configuration) ?

    Arnaud
  2. Replies
    2
    Views
    761

    HibernateSystemException on a proxied bean

    Hi,

    I have a AOP interceptor on a bean. When trying to persist the bean with hibernate, I've got the following error:

    org.springframework.orm.hibernate3.HibernateSystemException: Unknown...
  3. Replies
    2
    Views
    2,408

    Re: [Article] Spring DAO (in French)

    The URL of the magazine web site is http://www.programmez.com/kiosque.php but the article is not available online for now. It will be in the archive part of the site in two month.

    Arnaud
  4. Replies
    2
    Views
    2,408

    [Article] Spring DAO (in French)

    Hello,

    I have written an article about Spring in the april issue of the french magazine « Programmez ! ». It explains the Inversion of Control and the Spring DAO support.

    Arnaud
  5. Replies
    2
    Views
    881

    Hibernate - how to save a AOP proxy ?

    Hi,

    One of my class is a AOP proxy. When i call get getHibernateTemplate().save(basicProject), the following exception is throw:
    org.springframework.orm.hibernate.HibernateSystemException:...
  6. Replies
    0
    Views
    1,114

    Ibatis, SqlMapClientDaoSupport & list

    With the method queryForObject we can provide to Ibatis a resultObject, created for example, by the applicationContext.

    I would like to do the same with a list or at least telling Ibatis not to...
  7. Replies
    4
    Views
    3,487

    Check your Dao. You're probably using both IBATIS...

    Check your Dao. You're probably using both IBATIS 2 and 1 (jpetstore is using IBATIS 1.x, if I remember). Take a look here : http://www.springframework.org/docs/reference/orm.html#d0e6209


    Arnaud
  8. Forget what i said i understand what you mean. ...

    Forget what i said i understand what you mean. In the userRepositoy class dependency was express on class not interface:


    public UserRepositoryImpl(UserMapper mapper) {
    this.mapper = mapper;...
  9. UserMapper a class wich implements CRUD methods...

    UserMapper a class wich implements CRUD methods from a Mapper inteface.
    Im a a bit lost: how do I express dependencie on interface in this particiliar case ?

    thanks

    Arnaud
  10. Declarative transaction with BeanNameAutoProxyCreator

    I have some trouble with BeanNameAutoProxyCreator.

    I have a lot of class with the same transactional methods. So i use BeanNameAutoProxyCreator to wrap them in a completely identical fashion....
Results 1 to 10 of 10