#5250 Initial attempt at property paths
authorCherian Mathew <c.mathew@bgbm.org>
Mon, 21 Sep 2015 09:39:42 +0000 (11:39 +0200)
committerCherian Mathew <c.mathew@bgbm.org>
Thu, 24 Sep 2015 09:05:43 +0000 (11:05 +0200)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/store/SearchManager.java
eu.etaxonomy.taxeditor.test/src/test/resources/server.properties [deleted file]

index 847181732677189e6b4284ed319db25991ab02ab..8d4bf0e08bb2ba91867cc4cfc3e7d6dad551f0aa 100644 (file)
@@ -171,9 +171,11 @@ public class SearchManager {
                    }
                }
                final List<String> OCCURRENCE_INIT_STRATEGY = Arrays.asList(new String[] {
+                       "collection",
                        "descriptions",
                        "identifiers",
-                       "derivationEvents.originals"
+                       "derivationEvents.originals",
+                       "derivedFrom.originals"
                });
                configurator.setPropertyPaths(OCCURRENCE_INIT_STRATEGY);
                if(configurator.getClazz().equals(SpecimenOrObservationBase.class)){
diff --git a/eu.etaxonomy.taxeditor.test/src/test/resources/server.properties b/eu.etaxonomy.taxeditor.test/src/test/resources/server.properties
deleted file mode 100644 (file)
index 5b20cc4..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-httpPort=9090
-stopPort=9191
-stopKey=jetty-cdm-server
-user=admin
-password=00000