Project

General

Profile

« Previous | Next » 

Revision 3b89ce77

Added by Cherian Mathew about 8 years ago

#5250 Initial attempt at property paths

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/store/SearchManager.java
171 171
		    }
172 172
		}
173 173
		final List<String> OCCURRENCE_INIT_STRATEGY = Arrays.asList(new String[] {
174
		        "collection",
174 175
		        "descriptions",
175 176
		        "identifiers",
176
		        "derivationEvents.originals"
177
		        "derivationEvents.originals",
178
		        "derivedFrom.originals"
177 179
		});
178 180
		configurator.setPropertyPaths(OCCURRENCE_INIT_STRATEGY);
179 181
		if(configurator.getClazz().equals(SpecimenOrObservationBase.class)){
eu.etaxonomy.taxeditor.test/src/test/resources/server.properties
1
httpPort=9090
2
stopPort=9191
3
stopKey=jetty-cdm-server
4
user=admin
5
password=00000

Also available in: Unified diff