Re: CORS configuration in HTTP Service

2016-04-11 Thread Ben Fortuna
I have implemented this before in AEM, we added the configuration to the Apache/Dispatcher in front of AEM, which may be the simplest approach if you are using Apache also. Regards, Ben On 12 Apr 2016 8:13 am, "Frank Langel" wrote: Hi, Created filter service, which works fine, but isn’t there a

Re: AEM performance issues (slow memory leak) org.slf4j.helpers.BasicMarker and org.slf4j.helpers.BasicMarkerFactory

2015-07-20 Thread Ben Fortuna
Hi Nicola, This issue is most likely not related to Felix, so you'll probably get more help on AEM forums. However, I would make the following points: A CPU spike is not usually a symptom of a memory leak, so the logger issue may be a red herring. I've noticed myself that AEM 5.6.1 may have a me

Re: Maven bundle plugin

2007-07-20 Thread Ben Fortuna
Craig, Karl, I am still using the maven-osgi-plugin (not the maven-bundle-plugin) and it does include the dependencies. See here for example POM: http://m2.modularity.net.au/snapshots/net/modularity/net.modularity.repository/1.0.0-SNAPSHOT/net.modularity.repository-1.0.0-SNAPSHOT.pom And the ar

Re: Shell and swing conflict

2007-06-03 Thread Ben Fortuna
Hi Per, I've been experimenting with OSGi for a while now, and this is something I am seeing repeatedly also. I have suspected it is the result of some kind of deadlock, as I've noticed it happens less when launching in debug mode (although it is consistently inconsistent!). I have seen this hap

Re: Declarative services: Immediate factory components

2007-05-24 Thread Ben Fortuna
-incubator-20070515.104418-2.jar On 5/19/07, Ben Fortuna <[EMAIL PROTECTED]> wrote: Hi all, I am currently developing OSGi bundles in eclipse and using the Equinox runtime (PDE) environment for debugging, whilst for deployment I am bundling with Felix. This seems to work ok so far, although I'

Declarative services: Immediate factory components

2007-05-19 Thread Ben Fortuna
Hi all, I am currently developing OSGi bundles in eclipse and using the Equinox runtime (PDE) environment for debugging, whilst for deployment I am bundling with Felix. This seems to work ok so far, although I've run into a problem where Equinox and Felix seems to have taken opposing sides on an