From: preecej Date: Sat, 26 May 2012 01:38:17 +0000 (+0000) Subject: term detail web service fix, and some temp URL testing of the next web service version X-Git-Url: http://gitweb.planteome.org/?a=commitdiff_plain;h=60744ddca6e893ab0fd13318c1d281ea4012a90c;p=old-jaiswallab-svn%2F.git term detail web service fix, and some temp URL testing of the next web service version svn path=/; revision=338 --- diff --git a/Annotation/resources/config/application.properties b/Annotation/resources/config/application.properties index 1c3a73d..ef89096 100644 --- a/Annotation/resources/config/application.properties +++ b/Annotation/resources/config/application.properties @@ -27,7 +27,9 @@ ExperimentPanel.button.text.start=Start ExperimentPanel.button.text.finish=Finish # Web Service Configuration - NOTE: removed branch filter from term search per PJ's request -POWebService.TermSearch.URL=http://palea.cgrb.oregonstate.edu/services/PO_web_service.php?request_type=term_search&search_value=&inc_synonyms&max=50 +# POWebService.TermSearch.URL=http://palea.cgrb.oregonstate.edu/services/PO_web_service.php?request_type=term_search&search_value=&inc_synonyms&max=50 +# TEST... +POWebService.TermSearch.URL=http://proto.planteome.org/services/PO_web_service.php?request_type=term_search&search_value=&inc_synonyms&max=50&prioritize_exact_match POWebService.TermDetail.URL=http://palea.cgrb.oregonstate.edu/services/PO_web_service.php?request_type=term_detail&accession_id= # UBio Web Service Configuration diff --git a/Annotation/src/ie/dcu/apps/ist/views/SegmentationView.java b/Annotation/src/ie/dcu/apps/ist/views/SegmentationView.java index 1b84b55..9e0d223 100644 --- a/Annotation/src/ie/dcu/apps/ist/views/SegmentationView.java +++ b/Annotation/src/ie/dcu/apps/ist/views/SegmentationView.java @@ -343,7 +343,7 @@ public class SegmentationView extends Composite { public static void termDetailLookup(String accessionId) { termDetailTable.setEnabled(true); termSynonymTable.setEnabled(true); - termSynonymTable.clearAll(); + termSynonymTable.removeAll(); String webServiceURL = new String(); try {