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...
Type: Posts; User: yoshi; Keyword(s):
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...
Thank you for your all. By using the nested bean definition, I have resolve my problem perfectly. Thank you!
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...
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...
LOL, I am also looking forward to it. But please take a look at this,
...
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...
I am also encoutering the same problem.I also wonder if there is something in spring can retrieve jdbc metadata for me.
Thanks
Yoshiyan
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:
...
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...
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...
: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...
Thank you for you repidly replies!
code snippets of build.xml
<project name="Gameshop" default="test" basedir=".">
<property name="webapp.dir"...
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...
It works well now ,thank you for your help,Kind men. m~_~m
Bow
Yoshi
IMO, the myTransactionManager has been bound to baseDAO,because BaseDAOHibernateImpl is a subclass of HibernateDaoSupport.
public class BaseDAOHibernateImpl extends HibernateDaoSupport...
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...
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:...