Hello!

To see the file structure, click on "tree".

Note that updates take place every 10 minutes, commits may not be seen immediately.
term detail web service fix, and some temp URL testing of the next web service version
authorpreecej <preecej@localhost>
Sat, 26 May 2012 01:38:17 +0000 (01:38 +0000)
committerpreecej <preecej@localhost>
Sat, 26 May 2012 01:38:17 +0000 (01:38 +0000)
svn path=/; revision=338

Annotation/resources/config/application.properties
Annotation/src/ie/dcu/apps/ist/views/SegmentationView.java

index 1c3a73d4d350a4f8cedebfcb1f20888f62965725..ef890964e030e67417d00191f0fde237b9089fd6 100644 (file)
@@ -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=<search_term>&inc_synonyms&max=50
+# POWebService.TermSearch.URL=http://palea.cgrb.oregonstate.edu/services/PO_web_service.php?request_type=term_search&search_value=<search_term>&inc_synonyms&max=50
+# TEST...
+POWebService.TermSearch.URL=http://proto.planteome.org/services/PO_web_service.php?request_type=term_search&search_value=<search_term>&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=<acc_id>
 
 # UBio Web Service Configuration
index 1b84b5516dea9bee515fcf302d771e4295decb86..9e0d223ec4d9399ba284cfb5515a7b1700fbd932 100644 (file)
@@ -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 {