[jira] [Updated] (FELIX-5346) Start annotation not propagated to sub classes

2016-09-18 Thread Pierre De Rop (JIRA)

 [ 
https://issues.apache.org/jira/browse/FELIX-5346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre De Rop updated FELIX-5346:
-
Attachment: (was: FELIX-5346.patch)

> Start annotation not propagated to sub classes
> --
>
> Key: FELIX-5346
> URL: https://issues.apache.org/jira/browse/FELIX-5346
> Project: Felix
>  Issue Type: Improvement
>  Components: Dependency Manager Annotations
>Affects Versions: org.apache.felix.dependencymanager-r1
>Reporter: Jago de Vreede
>Assignee: Pierre De Rop
> Fix For: org.apache.felix.dependencymanager-r9
>
>
> Following case in pseudocode:
> {code}Class A {
>   @Start
>   public void start() {
> System.out.println("start");
>   }
> }
> @Component
> Class B extends A {
> }{code}
> When you run this nothing is printed but the start method in A should be 
> called as B extends A.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (FELIX-5346) Start annotation not propagated to sub classes

2016-09-18 Thread Pierre De Rop (JIRA)

 [ 
https://issues.apache.org/jira/browse/FELIX-5346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre De Rop updated FELIX-5346:
-
Affects Version/s: org.apache.felix.dependencymanager-r1

> Start annotation not propagated to sub classes
> --
>
> Key: FELIX-5346
> URL: https://issues.apache.org/jira/browse/FELIX-5346
> Project: Felix
>  Issue Type: Improvement
>  Components: Dependency Manager Annotations
>Affects Versions: org.apache.felix.dependencymanager-r1
>Reporter: Jago de Vreede
>Assignee: Pierre De Rop
> Fix For: org.apache.felix.dependencymanager-r9
>
>
> Following case in pseudocode:
> {code}Class A {
>   @Start
>   public void start() {
> System.out.println("start");
>   }
> }
> @Component
> Class B extends A {
> }{code}
> When you run this nothing is printed but the start method in A should be 
> called as B extends A.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (FELIX-5346) Start annotation not propagated to sub classes

2016-09-18 Thread Pierre De Rop (JIRA)

 [ 
https://issues.apache.org/jira/browse/FELIX-5346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre De Rop updated FELIX-5346:
-
Fix Version/s: org.apache.felix.dependencymanager-r9

> Start annotation not propagated to sub classes
> --
>
> Key: FELIX-5346
> URL: https://issues.apache.org/jira/browse/FELIX-5346
> Project: Felix
>  Issue Type: Improvement
>  Components: Dependency Manager Annotations
>Reporter: Jago de Vreede
>Assignee: Pierre De Rop
> Fix For: org.apache.felix.dependencymanager-r9
>
> Attachments: FELIX-5346.patch
>
>
> Following case in pseudocode:
> {code}Class A {
>   @Start
>   public void start() {
> System.out.println("start");
>   }
> }
> @Component
> Class B extends A {
> }{code}
> When you run this nothing is printed but the start method in A should be 
> called as B extends A.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (FELIX-5346) Start annotation not propagated to sub classes

2016-09-15 Thread Pierre De Rop (JIRA)

 [ 
https://issues.apache.org/jira/browse/FELIX-5346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre De Rop updated FELIX-5346:
-
Attachment: FELIX-5346.patch

Attached the initial patch (more work to be done).

> Start annotation not propagated to sub classes
> --
>
> Key: FELIX-5346
> URL: https://issues.apache.org/jira/browse/FELIX-5346
> Project: Felix
>  Issue Type: Improvement
>  Components: Dependency Manager Annotations
>Reporter: Jago de Vreede
>Assignee: Pierre De Rop
> Attachments: FELIX-5346.patch
>
>
> Following case in pseudocode:
> {code}Class A {
>   @Start
>   public void start() {
> System.out.println("start");
>   }
> }
> @Component
> Class B extends A {
> }{code}
> When you run this nothing is printed but the start method in A should be 
> called as B extends A.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (FELIX-5346) Start annotation not propagated to sub classes

2016-09-14 Thread Pierre De Rop (JIRA)

 [ 
https://issues.apache.org/jira/browse/FELIX-5346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre De Rop updated FELIX-5346:
-
Issue Type: Improvement  (was: Bug)

> Start annotation not propagated to sub classes
> --
>
> Key: FELIX-5346
> URL: https://issues.apache.org/jira/browse/FELIX-5346
> Project: Felix
>  Issue Type: Improvement
>  Components: Dependency Manager Annotations
>Reporter: Jago de Vreede
>
> Following case in pseudocode:
> {code}Class A {
>   @Start
>   public void start() {
> System.out.println("start");
>   }
> }
> @Component
> Class B extends A {
> }{code}
> When you run this nothing is printed but the start method in A should be 
> called as B extends A.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)