Re: [Dhis2-users] Use of dataStore

2016-06-21 Thread Lars Helge Øverland
Hi Victor, that sounds good, thanks for the feedback. No we will not introduce breaking changes here in terms of protecting currently open namespaces. regards, Lars On Tue, Jun 21, 2016 at 4:45 PM, Victor Garcia wrote: > Hi all, > > thank you for the clarifications. They are very helpful to

Re: [Dhis2-users] Use of dataStore

2016-06-21 Thread Victor Garcia
Hi all, thank you for the clarifications. They are very helpful to figure out how access control is managed in dataStore resource. So just to confirm that my thoughts are right: - Access to reserved namespaces is only allowed to users with access to the corresponding app. - Access to non-reserved

Re: [Dhis2-users] Use of dataStore

2016-06-20 Thread Michael Mwebaze
Hi Stian, I wasn't able to find any documentation on specifying a namespace in the manifest file. The links below were particularly helpful and I looked at the java doc for AppManager api. https://blueprints.launchpad.net/dhis2/+spec/general-purpose-data-store https://code.launchpad.net/~stian-s

Re: [Dhis2-users] Use of dataStore

2016-06-20 Thread Stian Sandvold
Hey, seems like the documentation for specifying a namespace have disappeared, I will add it back in when I get a chance! In the mean time, it should be as simple as: “activities”: { “dhis”: { “namespace”: “my_name_space” } } I also see that there are some oth

Re: [Dhis2-users] Use of dataStore

2016-06-20 Thread David Siang Fong Oh
Hi all, Is there any documentation about specifying a namespace in the manifest file? I've tried searching the DHIS2 developer manual and the W3C manifest documentation but can't find anything. Cheers, -doh On Mon, Jun 20, 2016 at 1:46 PM, Michael Mwebaze wrote: > Thanks Stian, > > I finally

Re: [Dhis2-users] Use of dataStore

2016-06-20 Thread Michael Mwebaze
Thanks Stian, I finally figured it out. On 20 June 2016 at 02:01, Stian Sandvold wrote: > Hi, > > defining namespaces in the manifest file only restricts access to the > namespace, it does not create it. > > The namespace will appear as soon as you add some data to it. The way the > dataStore i

[Dhis2-users] Use of dataStore

2016-06-19 Thread Michael Mwebaze
Hi All, I am trying to make use of the dataStore resource for my custom app but can't seem to add namespace to it. In the manifest file, I have set activities.dhis.namespace property and in the tomcat logs I do see that the namespace and its value is being read. However http://localhost:8181/dhis/