1. java.lang.NoClassDefFoundError: org/springframework/jdbc/core/namedparam/SqlParameter forum.springsource.org |
2. new SqlParameter(OracleTypes.ROWID) forum.springsource.orgnew SqlParameter(OracleTypes.ROWID) Hi Forum, I'm trying to pass a previously selected Oracle ROWID as a http request parameter from a JSP to a MappingSqlQuery like this: My JSP code: forum.springsource.org REF CURSOR SqlParameter fails with "invalid type" Using Spring 1.2.1, JDK 1.4.2, and Oracle. I have a colleague who is trying to use a stored procedure that takes a REF CURSOR ... |
4. SqlParameter name lower case conversion in CallMetaDataContext causes error. forum.springsource.orgSqlParameter name lower case conversion in CallMetaDataContext causes error. There is a lower case conversion in the following function of CallMetaDataContext. I think lower case conversion is unnecassary or should be ... |