Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    233

    Stream close without final flush

    Hi,

    Did you meet the situation, where closing some stream it ommitted the final flush?

    I implement some CSV helper as Spring Bean, based on OpenCSV lib regarding this the IoC call then...
  2. Replies
    1
    Views
    240

    Which transaction manager?

    Hi,

    I have that description in applicationContext file:

    (...)

    <bean id="dataSource"
    class="org.apache.commons.dbcp.BasicDataSource">
    <property name="driverClassName"...
  3. Replies
    6
    Views
    4,225

    Thanks, I selected only one type of...

    Thanks,

    I selected only one type of TransactionFactoryBean, it works, but I noticed a new one case.

    For testing I described tarnsaction property for saving method, named 'save()' just like...
  4. Replies
    6
    Views
    4,225

    OK, I noticed that, but I used there only...

    OK, I noticed that, but I used there only standard libraraies shipped with MyEclipse (equals Eclipse 3.2.1) installation actually.

    Does it mean I should change something in my build environment?
    ...
  5. Replies
    6
    Views
    4,225

    Declarative transactions - cd...

    Hi,

    Based on your previous suggestions I made some experiences, so today I have only one question.

    Let me add in the first step an entry of applicationContext.xml file:

    <?xml version="1.0"...
  6. Replies
    3
    Views
    744

    Declarative transactions & annotations

    Hi,

    What's the minimum specific entry inside applicationContext.xml needed
    for declarative transactions with annotations, where persistence is
    got by Hibernate ORM ?

    Thanks for some help...
Results 1 to 6 of 6