Re: HTTP Session Clustering

2019-04-02 Thread Oleg Cohen
Another quick update: Adding this to my pom.xml: * solved the issue. So, I am missing an import, just not sure which one. Here are my imports: org.apache.logging.log4j;version='[2.8.0,3.0.0)';provider=paxlogging,

Re: HTTP Session Clustering

2019-04-02 Thread Oleg Cohen
Hi JB, Wanted to provide a quick update. My ultimate environment is pretty complex with a lot of bundles and XML-related components. To eliminate these dependencies I started with a plain vanilla karaf, installed cellar, and built a very simple WAB. The behavior is different, it looks better,

Re: HTTP Session Clustering

2019-04-01 Thread Jean-Baptiste Onofré
Thanks for the update. It could be related to the karaf xml spec we added in lib/endorsed. Let me check and try to reproduce. Regards JB On 01/04/2019 15:47, Oleg Cohen wrote: > Hi JB, > > Thank you for replying! > > Karaf: 4.2.4 > JDK: 8u202 > > Standard distribution. I have a feature that

Re: HTTP Session Clustering

2019-04-01 Thread Oleg Cohen
Hi JB, Thank you for replying! Karaf: 4.2.4 JDK: 8u202 Standard distribution. I have a feature that has the required features in the doc listed as dependencies: http http-whiteboard cellar Thank you, Oleg > On Apr 1, 2019, at 9:40 AM, Jean

Re: HTTP Session Clustering

2019-04-01 Thread Jean-Baptiste Onofré
Hi Oleg, Is cellar feature installed correctly (providing the hazelcast instance) ? What Karaf version are you using ? Is it a custom distro ? Regards JB On 01/04/2019 15:37, Oleg Cohen wrote: > Greetings, > > I wonder if anybody ran into a similar issue. I followed the setup > instructions >

HTTP Session Clustering

2019-04-01 Thread Oleg Cohen
Greetings, I wonder if anybody ran into a similar issue. I followed the setup instructions here: https://karaf.apache.org/manual/cellar/latest-4/#_enable_cluster_http_session_replication Now that Karaf