Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Problem with custom Settingstore
Problem with custom Settingstore [message #1542390] Fri, 02 January 2015 16:20 Go to next message
hanspeter hofer is currently offline hanspeter hoferFriend
Messages: 8
Registered: December 2012
Junior Member
How do I set a custom Settingstore if I use a workbench + IApplication setup?
I tried adding a OSGI service for a ApplicationConfiguration to set the SettingstoreFactory, but it does not get called.

I tried adding an extension point, but where do I specify the Settingstore to use?
Can I use the branding somehow?

Update:
I managed to load the Settingsstore via the RAP launcher by adding
<extension
          point="org.eclipse.rap.ui.settingstores">
          <factory
            class="at.tugraz.computingtutor.CouchdbSettingstoreFactory"
            id="couchdb">
      </factory>
</extension>

to the plugin.xml
and adding -Dorg.eclipse.rap.rwt.settingStoreFactory=couchdb to the VM arguments.

Now I need to select the settingstore via the warproduct. How do i do this?

[Updated on: Fri, 02 January 2015 16:50]

Report message to a moderator

Re: Problem with custom Settingstore [message #1542658 is a reply to message #1542390] Fri, 02 January 2015 19:56 Go to previous message
hanspeter hofer is currently offline hanspeter hoferFriend
Messages: 8
Registered: December 2012
Junior Member
Solved it. Had a strange warproduct in my projects. Now I added org.eclipse.rap.rwt.settingStoreFactory=couchdb in my launch.ini.
Previous Topic:Client Builder as zip
Next Topic:Switch Language User-specific
Goto Forum:
  


Current Time: Fri Mar 29 00:23:47 GMT 2024

Powered by FUDForum. Page generated in 0.03709 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top