Re: Security Module Realm - Error

2020-01-25 Thread Dan Haywood
Hi Luis, The asf mailing lists strip off attachments I'm afraid. Best thing is to upload somewhere then link to it. That said, the reason that the repo is null is probably because you haven't included the appropriate module class as a dependency of your AppManifest. This is used to find packages

Re: security module issue with 1.14.0

2017-06-27 Thread Stephen Cameron
It was due to an interaction with my layout.xml file, where I had added a dummy property to avoid a schema validation error. There as a WARN message in the logs about it, that I ignored, that should have

Re: security module issue with 1.14.0

2017-06-27 Thread Stephen Cameron
I now have a class that does not give the error, so something I have done 'differently'. On Mon, Jun 26, 2017 at 10:42 PM, Stephen Cameron < steve.cameron...@gmail.com> wrote: > The routine below doesn't find a cached ObjectSpecification with > objectSpecId = "oneid.Account" though it seems to

Re: security module issue with 1.14.0

2017-06-26 Thread Stephen Cameron
The routine below doesn't find a cached ObjectSpecification with objectSpecId = "oneid.Account" though it seems to find it successfully initially. So maybe the cache is being updated via the security module? @Programmatic public ObjectSpecification lookupBySpecId(ObjectSpecId

Re: Security Module Addon Tables

2016-07-05 Thread Dan Haywood
@Timothy, thanks for this useful info... I'll add it to the docs. @Fabio, apologies not to get back to you before now. I'm not certain if you want to move the security addon tables to a different schema, or whether simply the schema that they live isn't being created on SQL Server? My

Re: Security module bug

2015-11-28 Thread Stephen Cameron
If its is an artifact of some speed optimisation, then just making people aware of it in the notes might be sufficient. The closing character will be easy to use. I'll raise a ticket anyway though. On Sun, Nov 29, 2015 at 12:51 AM, Dan Haywood wrote: > I agree,

Re: Security module

2015-11-06 Thread Dan Haywood
t; properties files from > jar:file:/home/cesar/.m2/repository/org/apache/isis/viewer/isis-viewer-wicket-ui/1.9.0/isis-viewer-wicket-ui-1.9.0.jar!/org/apache/isis/viewer/wicket/ui/pages/accmngt/AccountManagementPageAbstract.properties > with loader > org.apache.wicket.resource.IsoPropertiesFilePropertiesLoader@2a3ffb4

RE: Security module

2015-11-05 Thread Cesar Lugo
Haywood [mailto:d...@haywood-associates.co.uk] Sent: Thursday, November 5, 2015 10:31 AM To: users Subject: Re: Security module Does the SeedSecurityModuleService init method get called? If so, does the IsisModukeSecurityRealm get called? If so, are there any exceptions in the stack trace? On 5

Re: Security module

2015-11-05 Thread Dan Haywood
Does the SeedSecurityModuleService init method get called? If so, does the IsisModukeSecurityRealm get called? If so, are there any exceptions in the stack trace? On 5 Nov 2015 16:20, "Cesar Lugo" wrote: > Hello, I am working with the security module add on

Re: security module not filtering maps or summaries

2015-11-05 Thread Dan Haywood
That is addressed in 1.10.0-SNAPSHOT. On 5 Nov 2015 6:05 pm, "Cesar Lugo" wrote: > Hello, I found this using security module add on in combination with gmap3 > add on and WicketCharts add on: > > > > In the wicket viewer, when I show tenanted entities, all entities in a

Re: security module questions

2015-09-27 Thread Stephen Cameron
re " I have the home page as it appears in the security demo" sorry, that is not so, its the right 'welcome' page. So must be just permissions. On Sun, Sep 27, 2015 at 5:13 PM, Dan Haywood wrote: > Not sure. > > What I can tell you is that the home page is

Re: security module questions

2015-09-27 Thread Stephen Cameron
sure enough, when I gave package access to domainapp.app.services.homepage to my general user - Voila! On Sun, Sep 27, 2015 at 6:09 PM, Stephen Cameron wrote: > re " I have the home page as it appears in the security demo" > > sorry, that is not so, its the right

Re: security module questions

2015-09-26 Thread Stephen Cameron
I see the following on the home page always, even when a new user logs in other than isis-module-security-admin: Apache Isis ™ is a platform to let you rapidly develop domain-driven apps in Java. This app has been generated using Apache Isis' SimpleApp