Re: JavaMail Session - Blueprint and JNDI

2020-08-11 Thread Giamma
ject.html) > > Regards, > > Benjamin > > On 17.07.2020 10:28, Giamma wrote: > > Hi, > > > > I have an application that tries to access a JavaMail session over JNDI. > > > > To make it run in Karaf I tried the following without luck: > > > >

JavaMail Session - Blueprint and JNDI

2020-07-17 Thread Giamma
Hi, I have an application that tries to access a JavaMail session over JNDI. To make it run in Karaf I tried the following without luck: 1. I created a blueprint file which creates and configures the Java Mail session 2. I configured the application to lookup the mail session as an OSGi

web.xml override

2020-06-04 Thread Giamma
Dear Karaf maintainers and users, I need your advice for a problem related to the auth-method in web.xml. My application contains several web apps and must support a number of different application servers including Apache Karaf. In Karaf I needed a simple SSO across Web Apps that would allow me

Re: [ANN] Apache Karaf Meetup, schedule

2020-04-29 Thread Giamma
Hi, not sure I will be able to join, I have a 50% chance, may I still register? On Wed, Apr 29, 2020 at 3:15 PM Jean-Baptiste Onofre wrote: > Yes, I will try to record on zoom. > > Regards > JB > > Le 29 avr. 2020 à 15:09, Serge Huber a écrit : > > Will these sessions be recorded? > > cheers

Re: Docker image for 4.2.8

2020-03-22 Thread Giamma
Great news thanks a lot Il Dom 22 Mar 2020, 06:50 Jean-Baptiste Onofre ha scritto: > Hi Giamma, > > Just to let you know that I pushed the "official" docker images for both > Karaf 4.2.8 and 4.3.0.RC1. > > I’m adding an automatic script (including Dockerfile pus

Re: Docker image for 4.2.8

2020-03-19 Thread giamma
Hi, thank you so much. But be aware, I just downloaded 4.2.8 and the MVN configuration already contains HTTPS URLs: # A repository url can be appended with zero or more of the following flags: #@snapshots : the repository contains snapshots #@noreleases : the repository does not contain

Docker image for 4.2.8

2020-03-16 Thread giamma
with HTTP rather than HTTPS. It looks like HTTP is not accepted anymore. 4.2.8 comes with a default configuration that uses HTTPS while 4.2.7 is still using HTTP. Thanks in advance Giamma. -- Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html

Re: Custom Jetty authenticator - UPDATED

2019-11-26 Thread Giamma
will create handlers by itself and I could not manage to change the handlers and the authenticator via Jetty.xml. On Thu, Nov 21, 2019 at 12:41 PM Giamma wrote: > Hello, > > If I understood correctly you are suggesting to create another connector > and configure my custom authen

Re: Custom Jetty authenticator - UPDATED

2019-11-21 Thread Giamma
r. > > Maybe (for test), you can add a new jetty connector where you hack to > see if it works there. > > Regards > JB > > On 20/11/2019 18:17, Giamma wrote: > > Hi, > > > > my authenticator is in a fragment that attaches to Fragment-Host: > >

Re: Custom Jetty authenticator - UPDATED

2019-11-20 Thread Giamma
> Regards > JB > > On 20/11/2019 17:41, Giamma wrote: > > > > Hello, > > > > please ignore the previous message, the jetty.xml snippet was removed by > > Nabble, this time I am using email. > > > > I am trying to implement a custom authentica

Custom Jetty authenticator - UPDATED

2019-11-20 Thread Giamma
Hello, please ignore the previous message, the jetty.xml snippet was removed by Nabble, this time I am using email. I am trying to implement a custom authenticator for Jetty. The idea is to decode a custom HTTP header and extract from there some credentials that I will validate in a custom JAAS L

Custom Jetty authenticator

2019-11-20 Thread giamma
Hello, I am trying to implement a custom authenticator for Jetty. The idea is to decode a custom HTTP header and extract from there some credentials that I will validate in a custom JAAS LoginModule I did the following: 1 - I created a Web application bundle with a web.xml in which the auth-meth

Re: Few questions about Karaf and Cave

2019-11-06 Thread Giamma
Thanks for your support. On Wed, Nov 6, 2019 at 8:17 AM Jean-Baptiste Onofré wrote: > Just to let you know that the updated Cave documentation has been > published on website: > > http://karaf.apache.org/manual/cave/latest-4/ > > Regards > JB > > On 05/11/2019 13:

Re: Few questions about Karaf and Cave

2019-11-05 Thread Giamma
Hello, On Tue, Nov 5, 2019 at 2:46 PM Jean-Baptiste Onofré wrote: > Hi, > > I have some comments: why not using directly Karaf instead of inside Virgo > ? > I am using Karaf directly, I just mentioned Virgo and Liberty to explain that I am more familiar with OBR bundle repositories. Why can't

Few questions about Karaf and Cave

2019-11-05 Thread giamma
to monitor the repo folder and auto-update the repository.xml (like Virgo and WebSphere do, which do not even use repository.xml) or do I have to manually update the repository every time a bundle is changed? Thanks in advance. Giamma. -- Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html