Project

General

Profile

« Previous | Next » 

Revision d8a13c97

Added by Andreas Müller over 2 years ago

cleanup

View differences:

src/main/java/eu/etaxonomy/cdm/server/instance/InstanceManager.java
106 106
            // instance.bindJndiDataSource();
107 107
            if (!instance.bindJndiDataSource()) {
108 108
                // a problem with the datasource occurred skip this webapp
109
                logger.error("a problem with the datasource occurred -> aboarding startup of /" + instance.getName());
109
                logger.error("a problem with the datasource occurred -> aborting startup of /" + instance.getName());
110 110
                instance.setStatus(Status.error);
111 111
            } else {
112 112
                // ready for startup add to queue

Also available in: Unified diff