greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 15377

Show
Ignore:
Timestamp:
2008-05-09 14:55:04 (3 months ago)
Author:
ak19
Message:

Exception dialog explicitly indicates failure to connect to Greenstone 3's QBRSOAPServer web services

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • other-projects/trunk/gs3-webservices-democlient/src/GS3DemoClient/org/greenstone/gs3client/GS3JavaClient.java

    r15237 r15377  
    351351                        JOptionPane.showMessageDialog( 
    352352                                null, 
    353                                 "Error connecting to Greenstone 3 web services.\n"  
     353                                "Error connecting to Greenstone 3 QBRSOAPServer web services.\n"  
    354354                                        + "When attempting to process its wsdl file,\n" 
    355355                                        + "encountered the problem:\n"  
    356356                                        + e, 
    357                                 "Fatal error instantiating GS3WebServicesInterface. Exiting...",  
     357                                "Fatal error instantiating Digital Library Services interface. Exiting...",  
    358358                                JOptionPane.ERROR_MESSAGE 
    359359                        );