Re: Security Module Realm - Error

2020-01-25 Thread Dan Haywood
t; > > > > Regards > > Luis Martínez > > > > *De:* Luis Enrique Martínez López > *Enviado el:* miércoles, 22 de enero de 2020 10:39 p.m. > *Para:* users@isis.apache.org > *Asunto:* Security Module Realm - Error > > > > Hi > > I am trying to

Security Module Realm - Error

2020-01-24 Thread Luis Enrique Martínez López
Hi, Attached a screenshot. It appears that applicationUserRepository is null. [cid:image001.png@01D5D2F2.72ACBF20] Regards Luis Martínez De: Luis Enrique Martínez López Enviado el: miércoles, 22 de enero de 2020 10:39 p.m. Para: users@isis.apache.org Asunto: Security Module Realm - Error Hi I

Security Module Realm - Error

2020-01-22 Thread Luis Enrique Martínez López
Hi I am trying to configure the security of Apache Isis as "Security Module Realm", I did everything that comes in the documentation but I am getting the following error: 631047 22:18:37,461 [IsisTransaction qtp246168102-19 INFO ] abort transaction IsisTransaction@4205

RE: error security module realm

2018-10-26 Thread manu romero
. Enviado desde Correo<https://go.microsoft.com/fwlink/?LinkId=550986> para Windows 10 De: Dan Haywood Enviado: Friday, October 26, 2018 8:43:20 AM Para: users Asunto: Re: error security module realm Hi Manu, This is a bit obscure, but you need

Re: error security module realm

2018-10-26 Thread Dan Haywood
fwlink/?LinkId=550986> para > Windows 10 > > > > > De: manu romero > Enviado: Friday, October 26, 2018 12:11:20 AM > Para: users@isis.apache.org > Asunto: error security module realm > > hello, I'm trying to implement shiro w

AW: error security module realm

2018-10-26 Thread Rade, Joerg / Kuehne + Nagel / HAM GI-DP
Nachricht- Von: manu romero [mailto:manu_nq...@hotmail.com] Gesendet: Freitag, 26. Oktober 2018 05:11 An: users@isis.apache.org Betreff: error security module realm hello, I'm trying to implement shiro with security module realm, on the isis simple app, following the incode plataform guide (http

error security module realm

2018-10-25 Thread manu romero
hello, I'm trying to implement shiro with security module realm, on the isis simple app, following the incode plataform guide (http://platform.incode.org/modules/spi/security/spi-security.html), but at the time of running the application the following error is generated: (The table does

maven build issue in security module

2017-07-24 Thread Stephen Cameron
in the same package as their respective repositories in the security module. Any ideas? Steve

AW: security module issue with 1.14.0

2017-06-27 Thread Rade, Joerg / Kuehne + Nagel / Ham GI-DP
Thanks for sharing your findings! -j -Ursprüngliche Nachricht- Von: Stephen Cameron [mailto:steve.cameron...@gmail.com] Gesendet: Dienstag, 27. Juni 2017 14:08 An: users@isis.apache.org Betreff: Re: security module issue with 1.14.0 It was due to an interaction with my layout.xml file

Re: security module issue with 1.14.0

2017-06-27 Thread Stephen Cameron
eve.cameron...@gmail.com> wrote: > >> 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? >> >&

Re: security module issue with 1.14.0

2017-06-27 Thread Stephen Cameron
" though it seems to find it successfully > initially. So maybe the cache is being updated via the security module? > > @Programmatic > public ObjectSpecification lookupBySpecId(ObjectSpecId objectSpecId) { > final ObjectSpecification objectSpecification =

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 ob

security module issue with 1.14.0

2017-06-26 Thread Stephen Cameron
Hi, I've created a demo app with Isis 1.14.0 and am adding the security module, I get an exception as below that seems to be consistent whatever the permissions of the users role are: It seems a little strange that the SpecificationLoader.loadSpecification() method is being passed a class

Re: NPE with Security Module

2017-03-23 Thread Dan Haywood
Missing dependencies like this usually mean that the corresponding module has not been specified in the AppManifest. For example, Estatio adds in the security module here [1] fyi, all that a module does (at the moment at least) is identify a package. The framework then uses classpath scanning

NPE with Security Module

2017-03-22 Thread Branham, Jeremy [IT]
Hello - I am getting this exception when trying to add security module add-on... Caused by: java.lang.NullPointerException at org.isisaddons.module.security.shiro.IsisModuleSecurityRealm$1.lookupUser(IsisModuleSecurityRealm.java:149

Proposal for minor breaking change to security module: allow an ApplicationUser to be associated with multiple ApplicationTenancy's

2016-11-06 Thread Dan Haywood
Just wanted to bring this to the attention of anyone using the (non-ASF) Isis addson' security module: https://github.com/isisaddons/isis-module-security/issues/47 If you have any objections/concerns, please comment on that issue Thx Dan

Re: Isis security module questions

2016-07-19 Thread Dan Haywood
ood-associates.co.uk> wrote: > Hi Kambiz, > > Sorry not to reply sooner, have been finishing off work on the new > InteractionContext stuff (see email just posted to users@ mailing list). > > As to your request, have no problem in helping break out the security > module to

Re: Security Module Addon Tables

2016-07-05 Thread Dan Haywood
e > you checked if there are other schemas? > > If you want to avoid that and generate the tables for security module in a > specific schema I found the only working solution is with package.jdo in > META-INF directory, but you need to specify all queries, here the excerpt > for securit

Security Module Addon Tables

2016-06-29 Thread Fabio Purcino
Dear sirs, I'm currently developing a solution using Apache Isis. I have implemented Security Module Addon "out-of-box" according to Dan's video tutorial. I'm persisting all data on a SQL Server Database but none of Security's module tables are being created. Is there any

Re: Isis security module questions

2016-05-13 Thread Óscar Bou - GOVERTIS
Hi Kamiz, The interface (or abstract class) would be on the Isis Security add-on and your custom implementation on your own Domain jar (despite we could also provide it as an anternative implementation on the security add-on afterwards). > El 13 may 2016, a las 16:10, Kambiz Darabi

Re: Isis security module questions

2016-05-13 Thread Kambiz Darabi
Hi Óscar, On 2016-05-12 17:17 CEST, Óscar Bou - GOVERTIS wrote: > Regarding Users and Roles current implementation, perhaps we could > refactor it using interfaces, giving: > - a default implementation (the current JDO-based one that persists to > the database). > - a new

Isis security module questions

2016-05-12 Thread Kambiz Darabi
Hi, we are trying to use the security module which would be a perfect fit for our needs if it had a fully LDAP based implementation. To make things even more difficult, we are building up an infrastructure where several domains with separate databases exist. Problem 1: the JDO annotations

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

Security module

2015-11-05 Thread Cesar Lugo
Hello, I am working with the security module add on (everything 1.9.0), and I am using isisModuleSecurityRealm using in shiro.ini. I tried to access with isis-module-security-admin using pass as the password, but does not let me in. If I change back to ini.Realm then I can access with Sven / pass

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" <cesar.l...@sisorg.com.mx> wrote: > Hello, I am working with the

security module not filtering maps or summaries

2015-11-05 Thread Cesar Lugo
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 collection (either parented or standalone) are filtered just fine when shown in a table, but when you switch to map

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" <cesar.l...@sisorg.com.mx> 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 sh

Re: any tricks to using 1.10.0 security module?

2015-11-03 Thread Stephen Cameron
This is the error I am seeing at present seed-users-and-roles-fixture-script : EXEC org.isisaddons.module.security.seed.SeedUsersAndRolesFixtureScript seed-users-and-roles-fixture-script/global-tenancy : EXEC

Re: any tricks to using 1.10.0 security module?

2015-11-03 Thread Dan Haywood
OK, so this is related to ISIS-830. This ticket requires that the EventBusService is initialized early on (in order to post lifecycle events for any domain services that create objects as part of their own @PostConstruct). Previously the event bus service would be initialized quite late in the

RE: any tricks to using 1.10.0 security module?

2015-11-03 Thread Cesar Lugo
security module? ok, now documented formally [1] [1] http://isis.apache.org/migration-notes.html#_release-notes_migration-notes_1.9.0-to-1.10.0 On 3 November 2015 at 10:00, Dan Haywood <d...@haywood-associates.co.uk> wrote: > Oops. Yeah, of course. > On 3 Nov 2015 09:56, &quo

Re: security module questions

2015-09-27 Thread Stephen Cameron
st of packages derived from the module package names. As > a quick check, you could add the service class itself to the list returned > from getModules() and see what happens. > > With respect to the marker classes you've added for security module, there > is a class called simply Securi

Re: security module questions

2015-09-27 Thread Stephen Cameron
s derived from the module package names. >> As >> a quick check, you could add the service class itself to the list returned >> from getModules() and see what happens. >> >> With respect to the marker classes you've added for security module, there >> is a class

security module questions

2015-09-26 Thread Stephen Cameron
Hi, I am making use of the Apache Isis security module addon. I've configured it using the new App Manifest means, but have one issue, which is how is the home page being created now? I have the home page as it appears in the security demo, rather than the one that I created in my app. Its

Re: security module questions

2015-09-26 Thread Stephen Cameron
>. For more details, see the Apache Isis website <http://isis.apache.org/documentation.html>. On Sun, Sep 27, 2015 at 3:40 PM, Stephen Cameron <steve.cameron...@gmail.com > wrote: > Hi, > > I am making use of the Apache Isis security module addon. I've configured > i

A new screencast on using the Isis add-on security module

2014-09-23 Thread Dan Haywood
Hi folks, In case you weren't aware, we've started developing new non-core functionality in the isisaddons.org [1] website. All of the modules that were released in 1.6 (auditing, publishing, commands/profiling, docx etc), have moved there, and we've now released a security module [2