em.persist(mysandboxComponentSpec);
TagAssociationPK tagAssociationPK = new TagAssociationPK();
tagAssociationPK.setComponentId(mysandbox.getComponentId());
tagAssociationPK.setTagId("bootstrap:creator");
TagAssociation tagAssociation = new TagAssociation();
tagAssociation.setTagAssociationPK(tagAssociationPK);
em.persist(tagAssociation);
ComponentSpec dropboxComponentSpec = new ComponentSpec();
updateComponentSpec(dropbox, dropboxComponentSpec, em, true);
em.persist(dropboxComponentSpec);