work with read only data location [message #496166] |
Mon, 09 November 2009 04:05  |
Eclipse User |
|
|
|
Hi, we develop rpc application, it is used primary to display/debug purposes. Several users may want to see the same data location directory (-data <dir>, org.instance.area). The problem is how to change location of .metadata file. I tried to put in config file:
osgi.instance.area.readOnly=true
but is seems do nothing. When the data directory is read only it fails with
IllegalStageException The platform metadata area could not be written ...
Any clue will be appreciated. Thanks.
|
|
|
|
|
|
|
|
Re: work with read only data location [message #496225 is a reply to message #496197] |
Mon, 09 November 2009 07:00  |
Eclipse User |
|
|
|
Thanks, I already read runtime options in help. The usage is as follows:
- the script creates data in certain location
- user starts the rcp application with given location, the application defines the project programmatically for this data
- the application creates .metadata file for the user
- other time other user also wants to see the data, the user starts the application - he cannot update .metadata, created by the first user
looks, it is not solvable in standard way
|
|
|
Powered by
FUDForum. Page generated in 0.25088 seconds