Changeset 15377 for other-projects


Ignore:
Timestamp:
2008-05-09T14:55:04+12:00 (16 years ago)
Author:
ak19
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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            );
Note: See TracChangeset for help on using the changeset viewer.