StoredProcEngine engine = manager.getStoredProcEngineInstance( spUnit );
return engine.invokeProcedure( opContext.getSession(), procedure, values );
}
catch ( Exception e )
{
LdapOtherException lne = new LdapOtherException( e.getMessage() );
lne.initCause( e );
throw lne;
}
}