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...
Type: Posts; User: kmalinow; Keyword(s):
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...
Hi,
I have that description in applicationContext file:
(...)
<bean id="dataSource"
class="org.apache.commons.dbcp.BasicDataSource">
<property name="driverClassName"...
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...
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?
...
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"...
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...