Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 357793

Summary: Need to inform user when they try to run a test server on a non-Java project
Product: z_Archived Reporter: Justin Spadea <jspadea>
Component: EDTAssignee: Justin Spadea <jspadea>
Status: CLOSED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Justin Spadea CLA 2011-09-15 09:11:51 EDT
Java processes can't be run on non-Java projects so we should let them know (e.g. for a service call in a RUI client, return an error status with the message)
Comment 1 Justin Spadea CLA 2011-09-15 10:55:48 EDT
TestServerConfiguration now throws a CoreException when you try to start it on a non-Java project. EvServer already sent any caught errors back to the client inside a ServiceInvocationException (exception message is inside detail3)
Comment 2 Justin Spadea CLA 2011-09-15 11:30:46 EDT
Verified