I have already added the common-dbcp.jar file.
My error is removed if I add the following line
<bean id="dataSource" class="org.springframework.jdbc.datasource.SingleConnectionDataSource"...
Type: Posts; User: gup.devesh; Keyword(s):
I have already added the common-dbcp.jar file.
My error is removed if I add the following line
<bean id="dataSource" class="org.springframework.jdbc.datasource.SingleConnectionDataSource"...
hi all!,
I am trying to integrate spring with ibatis. And I am getting the following errors. I am trying a lot but unable to resolve the issue. The error which I am getting is pasted below. Please...