Hi Jörg and Dan, sorry the branch was not updated, I already tried the suggested changes before but the error persists, the weird thing is that datanucleus creates the other domain classes in the database, but not the security one, when doing mvn clean install fails in the webapp module.
Enviado desde Correo<https://go.microsoft.com/fwlink/?LinkId=550986> para Windows 10 ________________________________ De: Dan Haywood <d...@haywood-associates.co.uk> 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 to use "isis.persistor.datanucleus.impl." as a prefix, ie: isis.persistor.datanucleus.impl.datanucleus.schema.autoCreateTables=true That's because anything with this prefix is passed through to DN verbatim. For more info, see [1] ~~~ That said, to save you some time, you might want to try the incode quickstart, [2]. This is basically the same simpleapp, but with security and some other common modules pre-configured. HTH Dan [1] http://isis.apache.org/guides/ugodn/ugodn.html#_configuration_properties_passed_through_directly_to_datanucleus [2] http://platform.incode.org/#quickstart On Fri, 26 Oct 2018 at 04:16, manu romero <manu_nq...@hotmail.com> wrote: > agrego repositorio de git > > > https://github.com/Practica2-Ifes/MantenimientoPredictivo/tree/featureShiroconf > > > > Enviado desde Correo<https://go.microsoft.com/fwlink/?LinkId=550986> para > Windows 10 > > > > ________________________________ > De: manu romero <manu_nq...@hotmail.com> > 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 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 not exist: ISISSECURITY.APPLICATIONTENANCY in Catalog > Schema ISISSECURITY. The MetaData is not correct, or you need to put > "datanucleus.schema.autoCreateTables" as "true"). to which I proceed to add > the annotation in isis.properties, but the error continues > >