Error executing IBM DB2 Stored Proceedure in EJB container
- by n002213f
I'm getting the error below when i try to execute a stored procedure in a Stateless bean with container managed persistance;
com.ibm.db2.jcc.am.SqlException: DB2 SQL Error: SQLCODE=-751, SQLSTATE=38003, SQLERRMC=STORED PROCEDURE;FXTR324;FXTR324;COMMIT, DRIVER=4.7.85
The stored proc executes without errors if i manually create the connection the database, i.e. unmanaged transaction.
Is there anything i need to do for it to execute in the EJB bean?