Changeset 15377
- Timestamp:
- 2008-05-09 14:55:04 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
other-projects/trunk/gs3-webservices-democlient/src/GS3DemoClient/org/greenstone/gs3client/GS3JavaClient.java
r15237 r15377 351 351 JOptionPane.showMessageDialog( 352 352 null, 353 "Error connecting to Greenstone 3 web services.\n"353 "Error connecting to Greenstone 3 QBRSOAPServer web services.\n" 354 354 + "When attempting to process its wsdl file,\n" 355 355 + "encountered the problem:\n" 356 356 + e, 357 "Fatal error instantiating GS3WebServicesInterface. Exiting...",357 "Fatal error instantiating Digital Library Services interface. Exiting...", 358 358 JOptionPane.ERROR_MESSAGE 359 359 );
