Search:

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

Search: Search took 0.03 seconds.

  1. Thank you very much. It has been solved by your...

    Thank you very much. It has been solved by your help.
  2. How to get the return value using StoredProcedure?

    1). My Stored Procedure is as below:
    create proc Test_sp
    @one int output,
    @two int output
    as
    select test.id, test.name, test.sum1, test.sum2, test.sum3, test.ts from test
    if(@@error != 0 or...
  3. ok,thanks for your answering.What you mean is let...

    ok,thanks for your answering.What you mean is let me use the MySQLMaxValueIncrementer as SQLServerMaxValueIncrementer.I will try it to test whether it can be user like this.
  4. Whether spring has a SQLServer MaxValueIncrementer?

    hi,all
    I know spring have already contain some database's id auto incrementer for example MySQLMaxValueIncrementer,OracleSequenceMaxValueIncrementer,but it doesn't have a SQLServer and Sybase's...
  5. yeah , i got it.It was caused by jdk1.5. When i...

    yeah , i got it.It was caused by jdk1.5.
    When i change jdk1.5 to jdk1.4,it is ok.
    My god.But who can tell me why jdk1.5 is not ok?
  6. i am tired.I am very disappointed to spring!!

    All the whole month i want to be success in using spring(client)+ejb+spring(service and dao)+hibernate but i am very disappointed.
    I cant get any help from anyone. I am not sure does spring can...
  7. Replies
    3
    Views
    2,884

    yeah,i think it seems like...

    yeah,i think it seems like commons-collections.jar is not in my classpath too.But i want to know why????????
    As i descriped above,i put all jars in TestEjb/lib directory already.
    I think maybe...
  8. Replies
    3
    Views
    2,884

    problem with ejb+spring+hibernate

    hi,all
    i am now using ejb(slsb)+spring+dao(hibernate).
    my work directory is as follow:
    TestEjb/META-INF/MANIFEST.MF(not have anything)
    /META-INF/ejb-jar.xml,jboss.xml.........
Results 1 to 8 of 8