Thank you very much. It has been solved by your help.
Type: Posts; User: wprusty; Keyword(s):
Thank you very much. It has been solved by your help.
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...
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.
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...
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?
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...
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...
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.........