private PublishedWorkflowRegistry publishedWorkflowRegistry;
private PasswordCallback callback;
@Override
protected void initialize() throws RegistryException {
jpa = new JPAResourceAccessor(this);
//TODO check if the db connections are proper & accessible & the relevant db/tables are
//present
active=true;
initializeCustomRegistries();