Search:

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

Search: Search took 0.02 seconds.

  1. Thanks for your help! It seems that my problem is...

    Thanks for your help! It seems that my problem is different from yours and upgrading EclipseLink to 2.1.2 does not solve it for me. As a workaround, I disabled weaving completely and not the error is...
  2. Same problem here using Spring 3.0.5 and...

    Same problem here using Spring 3.0.5 and EclipseLink 2.0.1 and 2.1.1. It seems like Spring's agent does not like @MappedSuperclass.
  3. Thanks for your answer! After removing the...

    Thanks for your answer! After removing the @Transactional from my test method, it works fine. :) Now I have to make sure that the actual program launches its batch jobs outside of a transaction, too....
  4. Hi, I hope that it is ok to reply to this...

    Hi,

    I hope that it is ok to reply to this thread.

    I'm having the same problems that a program that ran fine with Spring Batch 2.1.0 but hangs with 2.1.1. It happens when the number of input...
  5. Hi, sorry for getting back to you so late. ...

    Hi,

    sorry for getting back to you so late.

    I think now I found out what the problem was. It wasn't the transaction configuration or commit interval. I use a JpaPagingItemReader and did not...
  6. Question about commit-interval and pageSize

    Hi,

    I'm trying to use a JpaPagingItemReader to read all records from a database that match a given criteria. What I don't understand is the relation between the parameters "commit-interval" in the...
  7. Replies
    2
    Views
    6,293

    Hi, I just had the same problem. It was caused...

    Hi,

    I just had the same problem. It was caused by a JUnit version conflict and I ended up having junit-4.4.jar and junit-4.8.1.jar in my test classpath.

    To check if you have multiple JUnit...
  8. Looking for configuration example: Atomikos + JPA/Hibernate

    Hi,

    could anybody plase provide me with an exmple that shows how Hibernate ist configured correctly with the Atomikos Transaction Manager? I've struggled for days and I'm not sure if I found the...
  9. ...

    <context:annotation-config />
    <context:component-scan base-package="mycompany.common.mail.dao" />
    <tx:annotation-driven />

    <bean id="userTransactionService"...
  10. Atomikos Transactions

    I changed my test such that it uses Atomikos Transactions instead of BTM. The result is still the same, but maybe can find more useful information in the logfile that is attached.
  11. Thanks for your suggestions! I removed the...

    Thanks for your suggestions! I removed the duplicate transaction configuration and only left <tx:annotation-driven /> in my config file. The other entry seemed to be left over from my countless...
  12. Howto JTA + JPA + JDBC in unit tests

    Hi,

    I'm struggling a bit because I cannot get JTA transactions to work in a unit test.

    The scenario I'm trying to test is very easy: A DAO inserts a Mail object into a database with JPA. After...
  13. Thanks! That's exactly what I was looking for....

    Thanks! That's exactly what I was looking for. I'll look into it as soon as I find some time.

    Cheers,
    Stephan
  14. Hi, where can I find these tests in the source...

    Hi,

    where can I find these tests in the source code?

    I searched the source code for Spring Integration and the samples. But I cannot find any example that could help me solve the problem.
    ...
  15. Sending large messages (files) with JMS

    Hi,

    I'm currently trying to use JMS (ActiveMQ 5.2) to transfer data between different machines. The payload is mostly files (CSV, XML). Most of these files are quite small (< 5 MB), but some could...
  16. How can I test a Spring Integration application?

    Hi all,

    currently I'm trying to build a small sample application with Spring Integration. A typical use case is reading a file from a directory and putting it into a JMS queue.

    The program...
  17. Replies
    1
    Views
    837

    Sharing Eclipse settings in a team

    Hi all,

    I'm looking for a way to share Eclipse configuration settings with my colleagues.

    The initial configuration was no problem, I just copied a reference Eclipse installation to my...
  18. Replies
    0
    Views
    610

    How to update STS 1.1.1 --> 2.0

    Hi all,

    what is the best way to update an existing SpringSource Tool Suite 1.1.1 installation to version 2.0 (on Windows XP)?

    Should I overwrite the existing installation or install STS 2 into...
Results 1 to 18 of 18