public void save() throws AppCatalogException {
EntityManager em = null;
try {
em = AppCatalogJPAUtils.getEntityManager();
GSISSHPostJobCommand existingPostJobCommand = em.find(GSISSHPostJobCommand.class,
new GSISSHPostJobCommandPK(submissionID, command));
em.close();
em = AppCatalogJPAUtils.getEntityManager();
em.getTransaction().begin();
GSISSHSubmission gsisshSubmission = em.find(GSISSHSubmission.class, submissionID);