Search:

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

Search: Search took 0.05 seconds.

  1. Replies
    8
    Views
    24,043

    This was a dumb mistake, my datasource was not an...

    This was a dumb mistake, my datasource was not an JTA datasource. I updated that and everything seems to be working property.
  2. Replies
    8
    Views
    24,043

    I was able to get past this exception with the...

    I was able to get past this exception with the following configuration:


    <bean id="entityManagerFactory" class="org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean">
    ...
  3. Replies
    8
    Views
    24,043

    I made this change and still got the same result....

    I made this change and still got the same result. I also added some debugging to an extended EM Factory to be sure that the jta datasource was not null. Here is the full stack trace is really log but...
  4. Replies
    8
    Views
    24,043

    This didn't seem to solve the problem.

    This didn't seem to solve the problem.
  5. Replies
    8
    Views
    24,043

    JTA Transaction Manager Question

    I am using Spring 2.0.6 and Hibernate 3.2.x on JBoss 4.0.5. I am working on a JPA application; the application works fine when I use the JpaTransactionManager, however I am having problems using the...
  6. Replies
    0
    Views
    677

    Multiple data-tier modules

    Hi all,

    I am designing a system that uses multiple data-tier modules. It is using spring JPA with annotation based transaction support. What I am struggling with is should these beans all be...
  7. Replies
    0
    Views
    838

    Using Multiple JPA Persistence Units

    I have a question regarding multiple persistence contexts in a spring JPA application. I have a fairly large application with several different jpa components that each have a different...
Results 1 to 7 of 7