Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    197

    Strange implementation in Spring JDBC

    I noticed a strange implementation in Spring 2.5.6 JDBC jar..


    In the bean,
    public class SaveCartShoppingList {
    private boolean transactionFlag = false;
    public...
  2. resolved the issue

    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...
  3. ohhh..Can you please tell me the version of Db2...

    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
  4. The problem is SQLJContext.class is not found in...

    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...
  5. It is there in my WAR. I have included them in...

    It is there in my WAR. I have included them in build path too. Still my application cannot find it.. :(
  6. mydatasource is in a different bean called...

    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....
  7. I am using DB2 8.2. I have got the db2 driver...

    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 ...
  8. NoClassDefFoundError : com/ibm/db2/jcc/SQLJContext

    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...
  9. NoClassDefFoundError : com/ibm/db2/jcc/SQLJContext

    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...
  10. Replies
    1
    Views
    736

    question on singleton?

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