You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by marcaurele <gi...@git.apache.org> on 2016/11/02 21:06:17 UTC

[GitHub] cloudstack pull request #1730: VMTemplateZone needs some love

Github user marcaurele commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/1730#discussion_r86242383
  
    --- Diff: engine/schema/src/com/cloud/storage/dao/VMTemplateZoneDaoImpl.java ---
    @@ -84,14 +84,11 @@ public VMTemplateZoneVO findByZoneTemplate(long zoneId, long templateId) {
         }
     
         @Override
    +    @DB
         public void deletePrimaryRecordsForTemplate(long templateId) {
             SearchCriteria<VMTemplateZoneVO> sc = TemplateSearch.create();
             sc.setParameters("template_id", templateId);
    -        TransactionLegacy txn = TransactionLegacy.currentTxn();
    --- End diff --
    
    It's done through the `@DB` annotation


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---