Re: Re[2]: Enterprise business domain using DS - is it good idea?

2015-07-20 Thread Achim Nierbeck
Hi Alex, may I answer a couple of your questions. 1) it's Apache Aries, not Felix :-) 2) I think Christian Schneider worked on something similar transforming JEE Annotations to a blueprint structure, but I'm not sure how production-ready it is, as I never used it. But I'm sure he'll give some

Re: Enterprise business domain using DS - is it good idea?

2015-07-20 Thread Christian Schneider
Am 20.07.2015 um 07:33 schrieb Alex Sviridov: I have a few questions (I found some information but I'm afraid it is old): 2) Does blueprint support generating xml files via annotations like DS. If yes, then what maven plugin should we use There is a blueprint-maven-plugin from aries. It

Re: Enterprise business domain using DS - is it good idea?

2015-07-20 Thread Jean-Baptiste Onofré
Good point actually Carstens ! RegardsJB Sent from my Samsung device Original message From: Carsten Ziegeler cziege...@apache.org Date: 20/07/2015 12:39 (GMT+01:00) To: users@felix.apache.org, Alex Sviridov ooo_satu...@mail.ru Subject: Re: Enterprise business domain

Re: Enterprise business domain using DS - is it good idea?

2015-07-20 Thread Carsten Ziegeler
And I think another important point is, it's not one *or* the other. You can start with whatever you think is more suitable and if you find out you need features from the other for something, just use it for that. The great thing here is, you're developing services which interact with each other

Re[2]: Enterprise business domain using DS - is it good idea?

2015-07-20 Thread Alex Sviridov
Hello, Christian. Thank you very much for detailed answers and great tutorial! I have one question - Does blueprint support scopes - I need new instance of service for every consumer? Понедельник, 20 июля 2015, 9:24 +02:00 от Christian Schneider ch...@die-schneider.net: Am 20.07.2015 um

Re: Enterprise business domain using DS - is it good idea?

2015-07-20 Thread David Jencks
yes. The R6 version of DS does too. (build it yourself from felix scr trunk at this point). My opinion on DS vs blueprint: The proxies are sort of irrelevant. With DS, with a mandatory dynamic reference, your component will be present when at least one instance of the required service is

Re: Enterprise business domain using DS - is it good idea?

2015-07-20 Thread Raymond Auge
I have to agree with David, So, more feedback from someone doing a really huge enterprise product migrating from Java EE to OSGi (4+ years in the making...) Service Damping is hell. You will not enjoy experiencing the complexity that service damping will impose on your already complex

gogo not showing me all the bundles in OBR

2015-07-20 Thread Benson Margulies
The XML below is two elements from the OBR data returned by my repository. Using the current gogo components, I see the second one (the 'rc1' version) but not the first. (current = shell 0.10.0, command = 0.14.0, runtime = 0.16.2) I did 'repos add (URL_OF_THE_OBR.XML FILE)' resource

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

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

2015-07-20 Thread Nicola Abello
I am currently using the Adobe Experience Manager (AEM also known as CQ) for a Client's site (Java platform). It uses OpenJDK: java version 1.7.0_65 OpenJDK Runtime Environment (rhel-2.5.1.2.el6_5-x86_64 u65-b17) OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode) It is running on Rackspace