ea6ac91 Ticket 47644 - Managed Entry Plugin - transaction not aborted upon failure to create managed entry

Authored and Committed by mreynolds 9 years ago
    Ticket 47644 - Managed Entry Plugin - transaction not aborted upon failure to create managed entry
    
    Bug Description:  The plugin is now a backend transaction plugin, but
                      if the plugin fails, the initial operation still succeeds.
    
    Fix Description:  Return an error from the plugin when the plugins fails to
                      create the managed entry.  This will abort the entire operation
                      as expected.
    
    https://fedorahosted.org/389/ticket/47644
    
    Reviewed by: rmeggins(Thanks!)