Executing PostgreSQL stored procedures in transaction groups

Hello there

Having a spot of trouble getting stored procedures inside transaction groups to fire correctly.

I get this error if I try to fire the stored procedure in the transaction group :

It works fine from a named query (it's just CALL query(parameters);). Anybody has any pointers?