Project

General

Profile

« Previous | Next » 

Revision ecac085c

Added by Andreas Kohlbecker over 7 years ago

Revert "ref #6118 catching exception during checkConnection"

This reverts commit bb7b4f601b49f1ba29f149405246f120b4c46a9a.

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/store/CdmStore.java
198 198
            final DbSchemaValidation dbSchemaValidation,
199 199
            final Resource applicationContextBean,
200 200
            RemotingLoginDialog remotingLoginDialog) {
201

  
202 201
        RemotingLoginDialog loginDialog = remotingLoginDialog;
203 202
        if(isActive()) {
204 203
            // before we connect we clear the entity caches and the sessions
......
267 266
            ICdmSource cdmSource) {
268 267
        instance = new CdmStore(applicationController, cdmSource);
269 268
        CdmApplicationState.setCdmServiceCacher(new CdmServiceCacher());
270

  
269
        
271 270
    }
272 271

  
273 272
    private CdmStore(ICdmApplicationConfiguration applicationController,

Also available in: Unified diff