You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Simon Nash (JIRA)" <de...@tuscany.apache.org> on 2010/06/04 23:19:00 UTC

[jira] Resolved: (TUSCANY-3589) Domain manager produces "get - Error getting data" message when doing a search

     [ https://issues.apache.org/jira/browse/TUSCANY-3589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simon Nash resolved TUSCANY-3589.
---------------------------------

    Resolution: Fixed

The problem is caused by a NoSuchMethodError thrown by the Searcher.java file of modules/domain-manager.  This is because this file uses the org.apache.commons.lang.StringEscapeUtils.escapeHtml() method which requires commons-lang-2.3.  The Tuscany SCA Java 1.6 binary distribution contains commons-lang-2.1 instead of commons-lang-2.3, so the escapeHtml() method isn't found.

Fixed under revision r951571 by updating distribution/bundle/pom.xml to remove the dependency from tuscany-implementation-bpel-ode to commons-lang-2.1.  This causes commons-lang-2.3 to be brought in via the dependency from tuscany-domain-manager.

> Domain manager produces "get - Error getting data" message when doing a search
> ------------------------------------------------------------------------------
>
>                 Key: TUSCANY-3589
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3589
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Domain Management
>    Affects Versions: Java-SCA-1.6
>            Reporter: Simon Nash
>            Assignee: Simon Nash
>             Fix For: Java-SCA-Next
>
>
> When performing a search in the Domain Manager GUI, an error popup "get - Error getting data from the server" is produced and no search results are returned.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.