Search:

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

Search: Search took 0.04 seconds.

  1. I have the same problem and was also not able to...

    I have the same problem and was also not able to solve it.
    After one day I found this link:...
  2. Replies
    1
    Views
    729

    Zipped FlatFileItemReader

    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...
  3. Replies
    8
    Views
    1,177

    Sorry, posted twice. Yes now it works....

    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...
  4. Replies
    8
    Views
    1,177

    In the class...

    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...
  5. Replies
    8
    Views
    1,177

    OK, I read about the SessionFactoryBean and...

    OK, I read about the SessionFactoryBean and implemented an interface for the object with the transatcional behaviour:



    public class LogDirectoryImpl implements LogDirectory
    {
    @Override...
  6. Replies
    8
    Views
    1,177

    Thanks for your answer. - I don't use...

    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...
  7. Replies
    8
    Views
    1,177

    Session Handling

    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...
Results 1 to 7 of 7