Re: Karaf 4.2.0 fails when installing a feature with a configfile tag

2018-07-31 Thread Martin Nielsen
. > > Regards > JB > > On 31/07/2018 13:08, Martin Nielsen wrote: > > I am getting an exception when i am attempting to install a feature > > containing a configuration file. > > > > The feature looks like this: > > > > aries-blueprint > >

Karaf 4.2.0 fails when installing a feature with a configfile tag

2018-07-31 Thread Martin Nielsen
I am getting an exception when i am attempting to install a feature containing a configuration file. The feature looks like this: aries-blueprint mvn:dk.netdesign.common/karaf-security/4.0.1-SNAPSHOT/cfg/jaas

Karaf assembly fails

2018-06-20 Thread Martin Nielsen
Hi everyone. I have run into a problem upgrading a Karaf assembly build to 4.2.0. When i run the assembly i run into this error: Failed to execute goal org.apache.karaf.tooling:karaf-maven-plugin:4.2.0:assembly (default-assembly) on project wallboard-karaf: Unable to build assembly: Could not

Re: karaf-maven-plugin 4.2.0 "FAT" kar?

2018-05-30 Thread Martin Nielsen
Hello everyone I am facing a similar issue, did you figure this out? -Martin On Wed, May 16, 2018 at 6:06 PM, nino martinez wael < nino.martinez.w...@gmail.com> wrote: > Did you get a chance to look at this? > > On 3 May 2018 20:23, "Jean-Baptiste Onofré" wrote: > > Hi Nino, > > As I'm now

Re: Using a custom JAAS LoginModule with karaf

2018-04-06 Thread Martin Nielsen
tem properties and check if you get anything useful from this debug. If > you see to little - switching this debug flag to *all* will print a lot > of debug information. > > Cheers, > Łukasz > -- > Twitter: ldywicki > Blog: http://dywicki.pl > Code-House - http://code-house.

Re: Using a custom JAAS LoginModule with karaf

2018-04-05 Thread Martin Nielsen
e.org/xmlns/jaas/v1.0.0; xmlns:ext=" http://aries.apache.org/blueprint/xmlns/blueprint-ext/v1.0.0;> users = $[karaf.base]/etc/users.properties On Thu, Apr 5, 2018 at 12:04 PM, Martin Nielsen <mny...@

Re: Using a custom JAAS LoginModule with karaf

2018-04-05 Thread Martin Nielsen
The only way my module is called is if I force stop Apache Karaf :: JAAS :: Modulesorg.apache.karaf.jaas.modules <http://localhost:8181/system/console/bundles/148>. Is this intended behavior? On Wed, Apr 4, 2018 at 9:28 AM, Martin Nielsen <mny...@gmail.com> wrote: > I now

Re: Using a custom JAAS LoginModule with karaf

2018-04-04 Thread Martin Nielsen
with karaf/karaf, and my module is STILL not called. I do not understand this. How can i still log in through the property module when it is no longer listed? On Tue, Apr 3, 2018 at 6:40 PM, Martin Nielsen <mny...@gmail.com> wrote: > No you understood completely. I obviously di

Re: Using a custom JAAS LoginModule with karaf

2018-04-03 Thread Martin Nielsen
lm > 2. No problem to create new realms and plug third party applications using > this > realm > > Regards > JB > > On 04/03/2018 05:42 PM, Martin Nielsen wrote: > > Hello everyone > > > > I am trying to create a new karaf JAAS module and preferably override

Using a custom JAAS LoginModule with karaf

2018-04-03 Thread Martin Nielsen
Hello everyone I am trying to create a new karaf JAAS module and preferably override the current karaf JAAS domain. I have my login module which basically just delegates everything to shiro, as well as a blueprint to add it to the JAAS config. My JAAS config xml from OSGI-INF\blueprint folder

Re: ManagedProperties: A configuration solution for felix/karaf

2016-11-21 Thread Martin Nielsen
te: > Hi Martin, > > I gonna take a look. > > By the way, you have a ManagedProperties sample in Karaf samples: > > https://github.com/jbonofre/karaf-samples/tree/master/osgi- > config-managed-service-bundle > > Regards > JB > > On 11/18/2016 11:21 PM, Mar

ManagedProperties: A configuration solution for felix/karaf

2016-11-18 Thread Martin Nielsen
Hello karaf users. I have been working on what i believe to be a simplification of the configuration handling in OSGi containers. The project is slated to be able to handle different sources, but for now the the only configuration source is the felix config admin.