Subversion Repositories bacoAlunos

Compare Revisions

Ignore whitespace Rev 684 → Rev 685

/impl/src/java/pt/estgp/estgweb/services/surveys/CreateEditSurveyService.java
118,6 → 118,9
 
SurveyView view = new SurveyView(s);
 
AbstractDao.getCurrentSession().flush();
AbstractDao.getCurrentSession().getTransaction().commit();
AbstractDao.getCurrentSession().beginTransaction();
// start a thread
if(surveyView.getId() <= 0)
{