I think you're missing the out parameter for the resultset in the procedure call (maybe even in the definition). Also you need to have a commit statement on the hanaConnection.
Check this example:
http://scn.sap.com/thread/3349344
It's javascript, not really java, but might give you an idea, since the syntaxes are similar.
Best regards,
Henrique.