Search:

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

Search: Search took 0.02 seconds.

  1. TransactionRequiredException-WebApp using JPA and Spring's Transaction Management

    I have deployed my web app in Tomcat container.Below is my app context,

    <bean id="entityManagerFactory" class="org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean">
    ...
  2. OpenJPA-Spring-Struts, Exception while merging detached entities.

    I have my DAO layer implemented using open JPA. My service implementation code is made Transactional using the
    Spring “@Transactional” annotation. I have my service test case extended from the...
  3. So the issue 1.Why i the persistence exception...

    So the issue
    1.Why i the persistence exception not translated at all ? That is the translateIfPossible() method is not invoked.
    is resolved.I was hoping for the exception to be translated but i...
  4. I am seeing similar issues. I tried to debug and...

    I am seeing similar issues.
    I tried to debug and the translateExceptionIfPossible() method of the PersistenceExceptionTranslator is not invoked at all.That's why the exception is not translated. I...
  5. Actually, the...

    Actually, the translateExceptionIfPossible(RuntimeException ex) method of the PersistenceExceptionTranslator interface and implemented by the LocalContainerEntityManagerFactoryBean is not invoked at...
  6. Thanks for your reply trisberg. I tried with...

    Thanks for your reply trisberg.
    I tried with Spring 2.1M4 but get the same issue.
  7. JPA ExceptionTranslation issue-Not Translating PersistenceException:unique constrait

    I am using Spring 2.0.6 and OpenJPA 1.0.My Spring application context is configured to use the PersistenceExceptionTranslationPostProcessor and all DAO classes marked with the @Repository annotation....
Results 1 to 7 of 7