subscription.setType(type);
subscription.setAutoConnect(autoConnect);
// Save the updated information to the database
try {
database.save();
} catch (Exception e) {
getFacesContext().addMessage(null,
new FacesMessage(e.getMessage()));
log.error("Database save exception", e);
return null;