Search:

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

Search: Search took 0.03 seconds.

  1. How to call a stored procedure that with in/out parameters?

    http://forum.springframework.org/viewtopic.php?t=462&highlight=ms+sql+procedure

    Follwing the way of the this post, I had have a try of the Stored procedure. My DB is also MS SQL . But I come up...
  2. Replies
    8
    Views
    1,800

    Thank you for your all. By using the nested bean...

    Thank you for your all. By using the nested bean definition, I have resolve my problem perfectly. Thank you!
  3. Replies
    8
    Views
    1,800

    Thanks for your replies. katentim and Martin...

    Thanks for your replies. katentim and Martin Kersten. Following by your suggestion I have resolve my problem.There are two method to solve it.

    1.In hibernate.property uncomment the "" make the...
  4. Replies
    8
    Views
    1,800

    HibernateTemplate Save does not work(MS SQL)

    Hi all,I come up with a strange problem. I write a base class with spring and hibernate 3 to persist my data. If I use mysql to be my database there is no any problem. But if I turn it to the ms sql...
  5. Replies
    2
    Views
    1,157

    LOL, I am also looking forward to it. But please...

    LOL, I am also looking forward to it. But please take a look at this,
    ...
  6. (ww2 issue)What is the function of validator type "visi

    The documents of Webwork2 are too lacking. So i come here to turn to you spring's gurus.

    The reference saying,
    Visitor

    It has no even a example to illustrate how to use it.(But all others...
  7. Replies
    9
    Views
    9,794

    I am also encoutering the same problem.I also...

    I am also encoutering the same problem.I also wonder if there is something in spring can retrieve jdbc metadata for me.

    Thanks
    Yoshiyan
  8. I have got the answer from Clinton in the forum...

    I have got the answer from Clinton in the forum of iBATIS.org. He told me that iBATIS didn't support the Set type complex property now, but he would add to wish list.

    Here is the link:
    ...
  9. hello,dhalbrook Can you post the snippet code...

    hello,dhalbrook

    Can you post the snippet code about the transactionManager from your config file? I come across the same problem with you. I also met with the DataSource named 'dummy' when my...
  10. Exeption using Quartz integrates SchedulerFactoryBean

    Hi, all

    I'm getting this error trying to schedule some simple jobs using a SchedulerFactoryBean. Every thing goes well except that before I shutdown the sheduler. However, on shutdown, I get this...
  11. Ibatis issue:Can't Complex Property Support Set Immediately!

    :oops: It's a Ibatis problem. I have posted the same one in the forum of ibatis.org. But I do want to post here, because I think here is more popular.

    I am a newbie to ibatis.I came against a...
  12. Thank you for you repidly replies! code...

    Thank you for you repidly replies!

    code snippets of build.xml


    <project name="Gameshop" default="test" basedir=".">

    <property name="webapp.dir"...
  13. why can't spring be aware of my changes of the config file

    Hello All.

    I come up against a very strange problem! spring can't be aware of my changes of the config files when I run unittest with ant. I must run a main
    function in which I get some beans by...
  14. Replies
    7
    Views
    5,801

    It works well now ,thank you for your help,Kind...

    It works well now ,thank you for your help,Kind men. m~_~m

    Bow
    Yoshi
  15. Replies
    7
    Views
    5,801

    IMO, the myTransactionManager has been bound to...

    IMO, the myTransactionManager has been bound to baseDAO,because BaseDAOHibernateImpl is a subclass of HibernateDaoSupport.


    public class BaseDAOHibernateImpl extends HibernateDaoSupport...
  16. Replies
    7
    Views
    5,801

    wdemoss, thank you for you reply 8) , I have try...

    wdemoss, thank you for you reply 8) , I have try your method.unfortunately it doesn't work! It comes across a NullPointException.



    the holder.getTransaction return a NULL value.

    Here is the...
  17. Replies
    7
    Views
    5,801

    Lazy Load Problem when Doing UnitTest

    Hello all

    I came cross the lazy load problem when using junit to test my program.
    I searched the forum and found the solution(Here is the link to that post:...
Results 1 to 17 of 17