I noticed a strange implementation in Spring 2.5.6 JDBC jar..
In the bean,
public class SaveCartShoppingList {
private boolean transactionFlag = false;
public...
Type: Posts; User: sripathi; Keyword(s):
I noticed a strange implementation in Spring 2.5.6 JDBC jar..
In the bean,
public class SaveCartShoppingList {
private boolean transactionFlag = false;
public...
This issue was resolved by installing DB2 9.1 . The jar files in DB2 8.2 were not proper and hence the error popped up. Now its working fine. I am just posting so that others who face the same issue...
ohhh..Can you please tell me the version of Db2 you are using and also would you be kind enough to send that jar to me as attachment? really appreciate your help. Thanks
The problem is SQLJContext.class is not found in db2cc.jar as well as db2java.zip. Hence even though I have added those 2 jars, its not able to find the class. I did search in google and could not...
It is there in my WAR. I have included them in build path too. Still my application cannot find it.. :(
mydatasource is in a different bean called applicationContext-jdbc.xml. That will be loaded before this hibernateSettings.xml is loaded.
PS: By Mistake I have added 2 threads for the same topic....
I am using DB2 8.2. I have got the db2 driver which is db2cc.jar for this. But it doesnt seem to recognise. I have gone into WAS 6 admin console and updated the
DB2UNIVERSAL_JDBC_DRIVER_PATH ...
Hi,
I am using Db2 8.2 and Hibernate 3. I have db2cc.jar in the server classpath. Yet I get the error as below..
[1/9/08 18:16:33:078 IST] 0000000a DispatcherSer E...
Hi,
I am using Db2 8.2 and Hibernate 3. I have db2cc.jar in the server classpath. Yet I get the error as below..
[1/9/08 18:16:33:078 IST] 0000000a DispatcherSer E...
Hi, I am not sure whether someone has asked this already. I am a newbie and need one info. the spring doc says "Springs concept of singleton bean is quite different from the singleton pattern as...