net.sf.hibernate.Transaction tx = null;
try
{
session = hibernateSessionFactory.openSession();
tx = session.beginTransaction();
WorkflowFacade wf = new WorkflowFacade(userPrincipal, workflowId, hibernateSessionFactory, session);
declaredSteps = wf.getDeclaredSteps();
session.flush();