| Author |
Issue when migrating from Spring 2.5 to Spring 2.5.6 SEC 02 version
|
Venkata Sirish
Ranch Hand
Joined: Apr 09, 2007
Posts: 112
|
|
Hi,
Recently we have migrated from Spring 2.5 to Spring 2.5.6 SEC 02 version.
We see below error when we perform a database (DB2) call.
Code:
The SQLCODE -470 is returned when NULL values are passed to IN/OUT parameter of the Stored proc. But i could see that the parameters are getting passed as expected.
Also, when using the previous spring version(2.5) the db calls were working fine but when we moved to Spring 2.5.6 SEC 02 version we are seeing this strange issue.
Iam unable to figure it out the reason why spring 2.5.6 is behaving this way.
Any help will be really appreciated. Thanks for your time and attention in advance.
|
 |
Peter Mularien
Author
Ranch Hand
Joined: Sep 06, 2007
Posts: 84
|
|
Hi Venkata,
You'll have to give us a bit more information - what code are you using to call this "TESTSP"?
Best,
Peter
|
Author, Spring Security 3 (the Book), Packt Publishing, 2010
SCJP, OCP
|
 |
Venkata Sirish
Ranch Hand
Joined: Apr 09, 2007
Posts: 112
|
|
Peter, i am using the below Spring class to make stored procedure calls.
org.springframework.jdbc.object.StoredProcedure
|
 |
 |
|
|
subject: Issue when migrating from Spring 2.5 to Spring 2.5.6 SEC 02 version
|
|
|