posted 14 years ago
Hello, im new using ibatis and i wish someone could help me with this problem
im trying to access a SP in oracle, build like this
this SP returns a cursor with a query with 3 colums and i have a POJO class "Ingreso"with the same attributes as the colums in the cursor
and i'm mapping the xml like this:
well i want to know how ibatis is going to know wich parameter use in the second '?', i'm putting a 'id' parameter in a Map and calling to the SP like this:
but i'm getting this error:
can someone help me with this please?