Re: Mult-Tenancy

2016-05-18 Thread sunand p
Use Case: Consider I am creating a platform where Multiple Organization with Users belong to each organization should not see each other's data. For example, Customer1 having 10 Users and Customer2 having 2 user sign in to our Apache Isis generated app, now customer1 prefers to isolate the data

Re: todoapp build failing

2016-05-18 Thread Óscar Bou - GOVERTIS
Hi Stephen. Create your own account on Github. Clone the Apache-Isis repository to Your account. Download it locally by using any git client (or make "simple" edits online using the Github editor). If changed locally, push changes to your own. GitHub repo on a new brand (I.e., ISIS-,

Re: Mult-Tenancy

2016-05-18 Thread Jeroen van der Wal
Hi Sunand, Because we needed more sophistication we've gone for option 3 and not implemented 1 and 2 but Datanucleus should be able to support those scenarios [1]. What use case are your trying to solve? Cheers, Jeroen [1]

Mult-Tenancy

2016-05-18 Thread sunand p
Hi, We have Isis-Security module as an addon which provides multi-tenancy feature. Presently multi-tenancy as I understand is with respect to associating an user to a tenant and assigning roles and permissions. "*Each user can be associated with a particular tenancy, and Isis can then be

Re: todoapp build failing

2016-05-18 Thread Dan Haywood
Probably, yes. Updating the todo app is, um, on my todo list! PRs happily received... On 18 May 2016 12:30 pm, "Stephen Cameron" wrote: Current release version is 1.12.1, so changing to that in the parent pom.xml should fix the problem, an oversight I guess

Re: todoapp build failing

2016-05-18 Thread Stephen Cameron
Current release version is 1.12.1, so changing to that in the parent pom.xml should fix the problem, an oversight I guess 1.12.1 On Wed, May 18, 2016 at 8:29 PM, Boris Toninski wrote: > Hi, > > I found that there is a ticket about this - >

todoapp build failing

2016-05-18 Thread Boris Toninski
Hi, I found that there is a ticket about this - https://github.com/isisaddons/isis-app-todoapp/issues/9, but it seems nobody looked at it. Thanks, Boris