AW: Are bundles containing declerative services and blueprint possible?

2013-09-28 Thread Rudolph, Dirk
[mailto:david_jen...@yahoo.com] Gesendet: Donnerstag, 26. September 2013 20:12 An: users@felix.apache.org Betreff: Re: Are bundles containing declerative services and blueprint possible? I've looked but must be missing something, I don't see the deadlock in the thread dump. In DS I added some code to do

Re: Are bundles containing declerative services and blueprint possible?

2013-09-28 Thread David Jencks
: David Jencks [mailto:david_jen...@yahoo.com] Gesendet: Mittwoch, 25. September 2013 00:23 An: users@felix.apache.org Betreff: Re: Are bundles containing declerative services and blueprint possible? I can't see any reason all known osgi component frameworks shouldn't all work at once in one

Re: Are bundles containing declerative services and blueprint possible?

2013-09-26 Thread David Jencks
[mailto:david_jen...@yahoo.com] Gesendet: Mittwoch, 25. September 2013 00:23 An: users@felix.apache.org Betreff: Re: Are bundles containing declerative services and blueprint possible? I can't see any reason all known osgi component frameworks shouldn't all work at once in one bundle

Re: Are bundles containing declerative services and blueprint possible?

2013-09-25 Thread Felix Meschberger
declerative services and blueprint possible? I can't see any reason all known osgi component frameworks shouldn't all work at once in one bundle. (e.g DS, IPOJO, Blueprint) Is there a thread dump for when this problem originally occurs? Do you know what state the bundle is in when blueprint gets

AW: Are bundles containing declerative services and blueprint possible?

2013-09-25 Thread Rudolph, Dirk
: Mittwoch, 25. September 2013 10:01 An: users@felix.apache.org Betreff: Re: Are bundles containing declerative services and blueprint possible? Hi Am 25.09.2013 um 09:21 schrieb Rudolph, Dirk: Thanks for your response. The state of the bundle is ACTIVE. Unfortunately the original Exception

Re: Are bundles containing declerative services and blueprint possible?

2013-09-25 Thread Felix Meschberger
: Are bundles containing declerative services and blueprint possible? I can't see any reason all known osgi component frameworks shouldn't all work at once in one bundle. (e.g DS, IPOJO, Blueprint) Is there a thread dump for when this problem originally occurs? Do you know what state

AW: Are bundles containing declerative services and blueprint possible?

2013-09-25 Thread Rudolph, Dirk
...@adobe.com] Gesendet: Mittwoch, 25. September 2013 11:07 An: users@felix.apache.org Betreff: Re: Are bundles containing declerative services and blueprint possible? Hi Am 25.09.2013 um 10:42 schrieb Rudolph, Dirk: That's right. I also think the issue is related to FELIX-3067. Should I describe

Re: Are bundles containing declerative services and blueprint possible?

2013-09-25 Thread Neil Bartlett
@felix.apache.org Betreff: Re: Are bundles containing declerative services and blueprint possible? Hi Am 25.09.2013 um 10:42 schrieb Rudolph, Dirk: That's right. I also think the issue is related to FELIX-3067. Should I describe the issue their again (just for completeness)? Yes, that might be a good

AW: Are bundles containing declerative services and blueprint possible?

2013-09-25 Thread Rudolph, Dirk
[mailto:njbartl...@gmail.com] Gesendet: Mittwoch, 25. September 2013 15:25 An: users Betreff: Re: Are bundles containing declerative services and blueprint possible? On Wed, Sep 25, 2013 at 1:39 PM, Rudolph, Dirk dirk.rudo...@t-systems.comwrote: Ok, done. Splitting up the bundles didn't solve the issue

Are bundles containing declerative services and blueprint possible?

2013-09-24 Thread Rudolph, Dirk
Hi all, in our project we make use of blueprint and declarative services. Both of them are part of one bundle running on Apache Felix (3.0.8.B006, CQ Version) with Apache Aries 1.0.1 (blueprint, jpa) Now we noticed, that there are some non-deterministic IllegalStateExceptions when we

Re: Are bundles containing declerative services and blueprint possible?

2013-09-24 Thread Michael Täschner
Hi Dirk, So we assume that the scr bundle activation cannot coexists with the blueprint container for the same bundle. Is this right? Yes, your assumption is correct. One bundle should be managed by one dependency injection implementation only. The DI is managed by the DI frameworks via extender

Re: Are bundles containing declerative services and blueprint possible?

2013-09-24 Thread David Jencks
I can't see any reason all known osgi component frameworks shouldn't all work at once in one bundle. (e.g DS, IPOJO, Blueprint) Is there a thread dump for when this problem originally occurs? Do you know what state the bundle is in when blueprint gets in trouble? What got the bundle into