I have the same problem and was also not able to solve it.
After one day I found this link:...
Type: Posts; User: ChrLipp; Keyword(s):
I have the same problem and was also not able to solve it.
After one day I found this link:...
I am new to Spring Batch and try to learn by converting existing batches to Spring Batch. However I think my question has nothing to do with Spring Batch but is a general Spring Question.
When I...
Sorry, posted twice.
Yes now it works. Oringinally parseDirectory was transactional, but I removed it because I run out of memory. I have to solve this on another way.
Thanks very much for your...
In the class org.springframework.orm.hibernate3.SessionFactoryUtils in the function doGetSession Spring thinks that no Spring transaction management is active:
// Use same Session for...
OK, I read about the SessionFactoryBean and implemented an interface for the object with the transatcional behaviour:
public class LogDirectoryImpl implements LogDirectory
{
@Override...
Thanks for your answer.
- I don't use HibernateDaoSupport/HibernateTemplate
- I have a interface for my GenericDAO and extended interfaces for all DAOs and a GenericDAO implementation
- In the...
Hello!
I am using hibernate 3.x with annotations and spring with annotation based transactions. I have a command line application and want to have a session with a transaction for ever call of my...