Bug 168393 - Register service with an invalid server, validation not done at the registration level.
Summary: Register service with an invalid server, validation not done at the registrat...
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: ALF (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Niraimathi CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-18 05:29 EST by Vijayalakshmi CLA
Modified: 2010-11-23 14:33 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vijayalakshmi CLA 2006-12-18 05:29:04 EST
While registering the service with an invalid server is accepted but throwing error when using the event emitter client.
Instead it can be validated during registration.
Comment 1 Niraimathi CLA 2006-12-20 08:15:00 EST
Tim , seems this can happen right, because we can deploy for a server which is going to come up shortely in a paused state. And later when the server is up and running we can change the status. Do you think that would be valid?
Comment 2 Tim Buss CLA 2007-01-02 12:41:39 EST
For now we should just handle the error gracefully.  A server being unavailable should be reported to the user with meaningful error message.

In the future we will add a server view which can show/check the current status of the server by 
Comment 3 Niraimathi CLA 2007-01-08 10:42:08 EST
Tim, Viji is talking about the Service Flow registration "endointURL". While registring the Service Flow plugin will validate whether the service is available.
Comment 4 Ramkumar Venkatraman CLA 2007-01-11 05:00:10 EST
A meaningful error is being responded if the URL is not of a specific format, service cannot be reached currently.
Comment 5 Robert Reising CLA 2007-01-17 12:45:06 EST
a meaningful message is now reported to the user