Merge "Close read-only transactions"
[netconf.git] / netconf / netconf-topology-singleton / src / main / java / org / opendaylight / netconf / topology / singleton / impl / tx / NetconfWriteOnlyTransaction.java
index f938748cbfacda14e00829ae3f484e52a036b7c4..422cf7aaa954bfcd8745f7138dd9f3af1e8c9dd5 100644 (file)
@@ -45,6 +45,8 @@ public class NetconfWriteOnlyTransaction implements DOMDataWriteTransaction {
         this.id = id;
         this.delegate = delegate;
         this.actorSystem = actorSystem;
+
+        this.delegate.openTransaction();
     }
 
     @Override