Community
Participate
Working Groups
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.
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
Released to HEAD