Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 357793 - Need to inform user when they try to run a test server on a non-Java project
Summary: Need to inform user when they try to run a test server on a non-Java project
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Justin Spadea CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-15 09:11 EDT by Justin Spadea CLA
Modified: 2017-02-23 14:15 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 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