Re: [Dhis2-devs] Disable application level caching

2016-05-25 Thread Sultanahamar Mohammad
Hi Team, Did we get chance to look into these issues. Regards, Sultan Ahamar. On Mon, Apr 18, 2016 at 12:16 PM, Sultanahamar Mohammad < sult...@thoughtworks.com> wrote: > Hi Team, > > These are the cases that we have come across so far. > > Caching issues > > Case 1: > > A new program doesn’t s

Re: [Dhis2-devs] Disable application level caching

2016-04-17 Thread Sultanahamar Mohammad
Hi Team, These are the cases that we have come across so far. Caching issues Case 1: A new program doesn’t show up on Event capture /tracker capture apps even after assigning it to a user role & org. units Case 2: Admin edits a user by changing the user’s org. unit. Log out and log in with

Re: [Dhis2-devs] Disable application level caching

2016-04-16 Thread Morten Olav Hansen
Are these modifications happening through the web-api? or one of our old apps? we don't clear cache for most endpoints, so depending on what you are doing.. you might end up with a bit of funky metadata (owning side will be correct, but inverse side might be out of date) -- Morten Olav Hansen Sen

Re: [Dhis2-devs] Disable application level caching

2016-04-16 Thread Lars Helge Øverland
Thanks, sounds good. On Apr 16, 2016 6:28 AM, "Sultanahamar Mohammad" wrote: > Hi Lars, > > we have seen good number of these caching issues, they might be some miss > from our end. we will send you a doc soon. > > Thanks and Regards, > Sultan Ahamar > > On Fri, Apr 15, 2016 at 6:44 PM, Lars Helg

Re: [Dhis2-devs] Disable application level caching

2016-04-15 Thread Sultanahamar Mohammad
Hi Lars, we have seen good number of these caching issues, they might be some miss from our end. we will send you a doc soon. Thanks and Regards, Sultan Ahamar On Fri, Apr 15, 2016 at 6:44 PM, Lars Helge Øverland wrote: > Hi Sultan, > > you can disable second level hibernate caching in the sys

Re: [Dhis2-devs] Disable application level caching

2016-04-15 Thread Lars Helge Øverland
Hi Sultan, you can disable second level hibernate caching in the system only by modifying the source code. However that is not recommendable as it will act differently in production. Can you try to reproduce when things are not being updated and tell us the exact steps? We will try to fix. It is

[Dhis2-devs] Disable application level caching

2016-04-14 Thread Sultanahamar Mohammad
Hi Team, We are assuming that there is some application level caching happening. Users permissions, upon change does not reflect right away in the app. It takes some time to reflect. Some other api calls also take time to reflect. Is our assumption correct on application level caching. If it is t