td.setManifestation(manifestacao);
td.setDuration(duracao);
td.setId(codigo);
} catch (PersistenceMechanismException e) {
throw new RepositoryException(e.getMessage());
} catch (SQLException e) {
throw new SQLPersistenceMechanismException(e.getMessage(),sql);
} finally {
try {
mp.releaseCommunicationChannel();
} catch (PersistenceMechanismException e) {
throw new RepositoryException(e.getMessage());
} catch (RepositoryException e) {
// TODO Auto-generated catch block
throw e;
}
}