Project

General

Profile

« Previous | Next » 

Revision 194492f7

Added by Cherian Mathew almost 9 years ago

  • ID 194492f79bb2fb5eca5b4a2a5a3b39b849be8c51
  • Parent 0312ac03

updated version in pom file to 7.4.4 and replaced usage of org.json with elemental.json
Two issues seen (needs more investigation) :

  • org.eclipse.jetty.io.EofException seen when accessing UI using jetty 9.0.0 M3 included in run-jetty-run (nightly)
  • d3 tree in concept relationship editor is really : could be due to change to elemental

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/presenter/ConceptRelationshipPresenter.java
9 9
*/
10 10
package eu.etaxonomy.cdm.vaadin.presenter;
11 11

  
12
import org.json.JSONException;
13 12
import org.springframework.transaction.TransactionStatus;
14 13

  
15 14
import eu.etaxonomy.cdm.api.application.ICdmApplicationConfiguration;
......
44 43
    }
45 44

  
46 45
    @Override
47
    public void refreshRelationshipView(IdUuidName taxonIun, Direction direction) throws JSONException {
46
    public void refreshRelationshipView(IdUuidName taxonIun, Direction direction) {
48 47
        TransactionStatus tx = app.startTransaction();
49 48
        Taxon taxon = CdmBase.deproxy(taxonService.load(taxonIun.getUuid()), Taxon.class);
50 49
        crTree.update(taxon, direction);

Also available in: Unified diff