id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 916,Base1PluginExecuter commits transaction even in case of a failure,Nicklas Nordborg,Nicklas Nordborg,"If there is an error during the execution of a BASE 1 plug-in using the Base1PluginExecuter some items may still be created. It seems like the plug-in has code like this: {{{ finally { if (dc != null) { dc.commit(); dc.close(); } } }}} The '''finally''' part should only close the DbControl, not commit it. ",defect,closed,major,BASE 2.6,coreplugins,,fixed,,