Hello!

I've got the same problem and solved it with solution described here.
But I'm still confused a little. I understand that I can set ignore-column-meta-data to true, then I have to define all procedure parameters as <sql-parameter-definition>. But why this affects my ability to specify procedure name with its package? It looks like some workaround and it enlarges XML definition of my gateway. Is there any way to specify package and procedure with ignore-column-meta-data="false" and no parameter definitions?

Regards,
-- Alexey