ComponentSpec mysandboxComponentSpec = new ComponentSpec();
updateComponentSpec(mysandbox, mysandboxComponentSpec, em, true);
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();