The error occurred while applying a parameter map: --- Check the newSubs-InlineParameterMap. --- Check the statement (query failed).
I have code stored procedure that returns sysrefcursor as the OUT 开发者_运维知识库parameter.
I have a j2ee project using ibatis to connect to the database and stateless bean to create web service and it works but i have a d开发者_如何转开发oubt
i currently build an application use spring as framework. and i want to test batch transaction using spring. here is my code :
I am trying to do an insert for return generated id INSERT RETURNING id. In postgres editor it work without problems, but in code execution - java 1.6 with iBatis 3 (8.4 postgres driver version 8.开发
I like the XML notation for specifying global parameters such as connection strings. I also like Mapper annotations. When I try to combine the two, I get this exception.
We have several services, each of which should ideally operate independently of each other.The primary use of the services is to support our webapp.We are searching for the best way to use ibatis with
I have copied the text from here: http://code.google.com/p/mybatis/issues/detail?id=164, but we faced the same issue.
I am attempting to insert a record in an Oracle table with a Function, which would be called through iBatis.NET. Function works as expected in Oracle when called directly.
I have a SqlMap query that returns 2 columns, an ID and a string.I know how to return a list of maps where the ID is the key and the string is the value.There is one list item for each row returned.