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...
Type: Posts; User: AuroraBorealis; Keyword(s):
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...
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.
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....
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...
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...
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...
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...
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...
<context:annotation-config />
<context:component-scan base-package="mycompany.common.mail.dao" />
<tx:annotation-driven />
<bean id="userTransactionService"...
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.
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...
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...
Thanks! That's exactly what I was looking for. I'll look into it as soon as I find some time.
Cheers,
Stephan
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.
...
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...
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...
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...
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...