Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

ECF Pitfalls

Revision as of 12:20, 18 December 2008 by F.hackenberger.chello.at (Talk | contribs) (New page: = Pitfalls = == Shared Object API == * Make sure you export the package containing the shared object classes. Otherwise the clients will never receive the replica objects. There is no erro...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Pitfalls

Shared Object API

  • Make sure you export the package containing the shared object classes. Otherwise the clients will never receive the replica objects. There is no error message if you forget about that.
  • You need to add at least (not sure if all of them are required, please correct) the following plugins as dependencies to get the shared object api with the ECF generic container working:
    • org.eclipse.ecf
    • org.eclipse.ecf.sharedobject
    • org.eclipse.ecf.datashare
    • org.eclipse.ecf.provider
    • org.eclipse.ecf.provider.datashare

Back to the top