[jira] [Commented] (FELIX-4650) Refactor the BundleRepository to use the Resolver Module

2014-09-19 Thread David Bosschaert (JIRA)

[ 
https://issues.apache.org/jira/browse/FELIX-4650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14140612#comment-14140612
 ] 

David Bosschaert commented on FELIX-4650:
-

Or is there a particular reason why OBR can't re-use the standalone resolver?

 Refactor the BundleRepository to use the Resolver Module
 

 Key: FELIX-4650
 URL: https://issues.apache.org/jira/browse/FELIX-4650
 Project: Felix
  Issue Type: Improvement
  Components: Bundle Repository (OBR)
Affects Versions: bundlerepository-2.0.2
Reporter: David Bosschaert

 OBR contains its own resolver implementation, but it would be nice if it 
 could use the Felix resolver module. Just like the Framework is being 
 refactored to use the standalone resolver (FELIX-4525), OBR should also use 
 it.



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


[jira] [Commented] (FELIX-4650) Refactor the BundleRepository to use the Resolver Module

2014-09-19 Thread Richard S. Hall (JIRA)

[ 
https://issues.apache.org/jira/browse/FELIX-4650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14140744#comment-14140744
 ] 

Richard S. Hall commented on FELIX-4650:


There is no reason why it cannot, but it will have to take into account 
different considerations than the framework. For example, its priority system 
will be different since it has to deal with installed vs not-yet-installed 
bundles (the framework only considers installed bundles). Another difference is 
that OBR currently tries to limit the number of versions its deploys, so it 
will attempt to see if an installed bundle is update-able without break 
constraints to avoid deploying multiple versions of the same bundle.

 Refactor the BundleRepository to use the Resolver Module
 

 Key: FELIX-4650
 URL: https://issues.apache.org/jira/browse/FELIX-4650
 Project: Felix
  Issue Type: Improvement
  Components: Bundle Repository (OBR)
Affects Versions: bundlerepository-2.0.2
Reporter: David Bosschaert

 OBR contains its own resolver implementation, but it would be nice if it 
 could use the Felix resolver module. Just like the Framework is being 
 refactored to use the standalone resolver (FELIX-4525), OBR should also use 
 it.



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