[jira] [Created] (FELIX-2987) DependencyManager ConfigurationDependency update isn't propagated to super classes

2011-06-08 Thread Alexander Broekhuis (JIRA)
DependencyManager ConfigurationDependency update isn't propagated to super classes -- Key: FELIX-2987 URL: https://issues.apache.org/jira/browse/FELIX-2987 Project: Felix

[jira] [Commented] (FELIX-2961) @Component annotation should support defining the name with a compile time constant (instead of just a constant value)

2011-06-08 Thread Andrei Pozolotin (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-2961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13046319#comment-13046319 ] Andrei Pozolotin commented on FELIX-2961: - re: "new feature of the @Component anno

Re: iPOJO vs SCR vs Blueprint

2011-06-08 Thread Richard S. Hall
On 6/8/11 11:16, Peter Kriens wrote: Obviously everybody needs all these goodies you mention. However the choice is to do this in iPOJO with a new "language" and new semantics Actually, there is no new "language"...the annotations are basically the same as the ones you like for DS...but, yes,

Re: iPOJO vs SCR vs Blueprint

2011-06-08 Thread Peter Kriens
Obviously everybody needs all these goodies you mention. However the choice is to do this in iPOJO with a new "language" and new semantics attached to it or do it in Java. I am very familiar with the semantics of Java and the pain of the redundancy in Java over iPOJO in this area has not been hi

[jira] [Commented] (FELIX-2963) scr annotations @Activate @Deactivate @Modified are not detected with class inheritance

2011-06-08 Thread Andrei Pozolotin (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-2963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13045988#comment-13045988 ] Andrei Pozolotin commented on FELIX-2963: - still does not work for me; probably I

[jira] [Commented] (FELIX-2980) org.apache.felix:maven-scr-plugin:1.7.1-SNAPSHOT:scr failed. NullPointerException

2011-06-08 Thread Andrei Pozolotin (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-2980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13045978#comment-13045978 ] Andrei Pozolotin commented on FELIX-2980: - now I am getting NPE again :-) it seem

Re: iPOJO vs SCR vs Blueprint

2011-06-08 Thread Richard S. Hall
On 6/8/11 9:13, Peter Kriens wrote: The summary for me is that DS is limited to simplifying being a service and depending on other services while iPOJO and Blueprint add a programming language (XML/Annotations) that support services among many, many other features. In my experience DS is the

Re: iPOJO vs SCR vs Blueprint

2011-06-08 Thread Peter Kriens
The summary for me is that DS is limited to simplifying being a service and depending on other services while iPOJO and Blueprint add a programming language (XML/Annotations) that support services among many, many other features. In my experience DS is the simplest and least intrusive, especial

Re: How to organize OSGi bundles according to source code dependencies analyse report

2011-06-08 Thread Peter Kriens
I think the primary focus is grouping packages with the following rules: 1) Group packages that are strongly connected 2) Start with the largest group and try to merge groups into it that do not cause additional dependencies 3) repeat for all groups I think you need a cos

How to organize OSGi bundles according to source code dependencies analyse report

2011-06-08 Thread Tiger Gui
Hi Peter, I am working about source code dependencies analyse algorithm design and implement job, i will finish the whole analyse algorithm in the coming month. This algorithm include two sections: package and class. 1. Package section a. It can analyse package cycles in project source code b. A