Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 256631 - [Discovery][Remotesvcs] Turn org.eclipse.ecf.examples.remoteservices.mailer.client into a fragment
Summary: [Discovery][Remotesvcs] Turn org.eclipse.ecf.examples.remoteservices.mailer.c...
Status: RESOLVED FIXED
Alias: None
Product: ECF
Classification: RT
Component: ecf.examples (show other bugs)
Version: 3.0.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Markus Kuppe CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 256603
Blocks:
  Show dependency tree
 
Reported: 2008-11-26 08:36 EST by Markus Kuppe CLA
Modified: 2008-12-12 03:21 EST (History)
0 users

See Also:


Attachments
converts the client into a fragment that merges the remote interface class into remoteservice.ui. Additionally it defines a popup contribution using the reflective handler of remoteservice.ui (15.03 KB, patch)
2008-11-26 08:39 EST, Markus Kuppe CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Kuppe CLA 2008-11-26 08:36:18 EST
org.eclipse.ecf.examples.remoteservices.mailer.client has to be turned into a fragment of org.eclipse.ecf.remoteservice.ui to merge /org.eclipse.ecf.examples.remoteservice.mailer.server.ISMTPSender into its classpath. Otherwise the command handler org.eclipse.ecf.remoteservices.ui.commands.reflectiveMethodDialogHandler will fail to load the class that is passed to org.eclipse.ecf.internal.remoteservices.ui.handlers.ReflectiveRemoteServiceHandler.
Comment 1 Markus Kuppe CLA 2008-11-26 08:39:02 EST
Created attachment 118781 [details]
converts the client into a fragment that merges the remote interface class into remoteservice.ui. Additionally it defines a popup contribution using the reflective handler of remoteservice.ui
Comment 2 Markus Kuppe CLA 2008-12-12 03:21:59 EST
Released to HEAD