You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Shrini Joshi (JIRA)" <ji...@apache.org> on 2010/02/11 13:52:27 UTC

[jira] Created: (FELIX-2066) File Install fails to move fragment bundle into RESOLVED state

File Install fails to move fragment bundle into RESOLVED state
--------------------------------------------------------------

                 Key: FELIX-2066
                 URL: https://issues.apache.org/jira/browse/FELIX-2066
             Project: Felix
          Issue Type: Bug
          Components: File Install
         Environment: Windows XP, Java 6, Equinox , File-Install 2.0.8
            Reporter: Shrini Joshi


The file-install will install the fragment bundle but fails to move it to resolve. The fragment bundle remains in INSTALLED state. 

If we install it from equinox shell, then fragment bundle is installed and resolved correctly. 

Can someone please comment ?





-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (FELIX-2066) File Install fails to move fragment bundle into RESOLVED state

Posted by "Richard S. Hall (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833291#action_12833291 ] 

Richard S. Hall commented on FELIX-2066:
----------------------------------------

Yes, I agree, that is the way. You could obviously make it smarter by parsing the Fragment-Host header and only refreshing the corresponding hosts.

> File Install fails to move fragment bundle into RESOLVED state
> --------------------------------------------------------------
>
>                 Key: FELIX-2066
>                 URL: https://issues.apache.org/jira/browse/FELIX-2066
>             Project: Felix
>          Issue Type: Bug
>          Components: File Install
>         Environment: Windows XP, Java 6, Equinox , File-Install 2.0.8
>            Reporter: Shrini Joshi
>
> The file-install will install the fragment bundle but fails to move it to resolve. The fragment bundle remains in INSTALLED state. 
> If we install it from equinox shell, then fragment bundle is installed and resolved correctly. 
> Can someone please comment ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (FELIX-2066) File Install fails to move fragment bundle into RESOLVED state

Posted by "Shrini Joshi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12832532#action_12832532 ] 

Shrini Joshi commented on FELIX-2066:
-------------------------------------

Thanks everyone for comments. 

Chris, I would like to look into it.  But considering this being my first patch, I can not promise on time line. 

> File Install fails to move fragment bundle into RESOLVED state
> --------------------------------------------------------------
>
>                 Key: FELIX-2066
>                 URL: https://issues.apache.org/jira/browse/FELIX-2066
>             Project: Felix
>          Issue Type: Bug
>          Components: File Install
>         Environment: Windows XP, Java 6, Equinox , File-Install 2.0.8
>            Reporter: Shrini Joshi
>
> The file-install will install the fragment bundle but fails to move it to resolve. The fragment bundle remains in INSTALLED state. 
> If we install it from equinox shell, then fragment bundle is installed and resolved correctly. 
> Can someone please comment ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (FELIX-2066) File Install fails to move fragment bundle into RESOLVED state

Posted by "Christopher Brind (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12832494#action_12832494 ] 

Christopher Brind commented on FELIX-2066:
------------------------------------------

I noticed this very same problem today myself.  I can live with having the fragment in the same directory for now, but not in the long term.  Thanks in advance.

> File Install fails to move fragment bundle into RESOLVED state
> --------------------------------------------------------------
>
>                 Key: FELIX-2066
>                 URL: https://issues.apache.org/jira/browse/FELIX-2066
>             Project: Felix
>          Issue Type: Bug
>          Components: File Install
>         Environment: Windows XP, Java 6, Equinox , File-Install 2.0.8
>            Reporter: Shrini Joshi
>
> The file-install will install the fragment bundle but fails to move it to resolve. The fragment bundle remains in INSTALLED state. 
> If we install it from equinox shell, then fragment bundle is installed and resolved correctly. 
> Can someone please comment ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (FELIX-2066) File Install fails to move fragment bundle into RESOLVED state

Posted by "Richard S. Hall (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12832825#action_12832825 ] 

Richard S. Hall commented on FELIX-2066:
----------------------------------------

I think this is more complicated than it sounds.

I think File Install will automatically start all bundles in a directory after it installs them. If fragments are coming from a separate directory and File Install deploys them after the host bundles, then it is too late to attach the fragments since the hosts have already been installed. However, if you can somehow guarantee that File Install processes the fragment directory before the host directory (I don't think this is possible), then it would work.

You may or may not notice this working in Equinox, because it supports dynamic attachment of fragments, but even it (from what I understand) will only dynamically attach fragments to a resolved host if the fragments do not import nor export anything. This is an under specified area of the spec and relying on any details is likely to leave your bundles implementation specific.

The only platform-neutral way is to modify File Install to deploy the fragment directory before the host directory and perform a refresh on all hosts.

> File Install fails to move fragment bundle into RESOLVED state
> --------------------------------------------------------------
>
>                 Key: FELIX-2066
>                 URL: https://issues.apache.org/jira/browse/FELIX-2066
>             Project: Felix
>          Issue Type: Bug
>          Components: File Install
>         Environment: Windows XP, Java 6, Equinox , File-Install 2.0.8
>            Reporter: Shrini Joshi
>
> The file-install will install the fragment bundle but fails to move it to resolve. The fragment bundle remains in INSTALLED state. 
> If we install it from equinox shell, then fragment bundle is installed and resolved correctly. 
> Can someone please comment ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (FELIX-2066) File Install fails to move fragment bundle into RESOLVED state

Posted by "Shrini Joshi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12844964#action_12844964 ] 

Shrini Joshi commented on FELIX-2066:
-------------------------------------

At the moment, this fix invokes the "resolveAll()" of package admin service. This will be applied on all the unresolved bundles. 

I don't see any compelling reason to identify unresolved fragment bundles for calling resolve method on their host as Richard suggested. As package admin does that for you.

Please let me know your comments.



> File Install fails to move fragment bundle into RESOLVED state
> --------------------------------------------------------------
>
>                 Key: FELIX-2066
>                 URL: https://issues.apache.org/jira/browse/FELIX-2066
>             Project: Felix
>          Issue Type: Bug
>          Components: File Install
>         Environment: Windows XP, Java 6, Equinox , File-Install 2.0.8
>            Reporter: Shrini Joshi
>         Attachments: FELIX-2066.patch
>
>
> The file-install will install the fragment bundle but fails to move it to resolve. The fragment bundle remains in INSTALLED state. 
> If we install it from equinox shell, then fragment bundle is installed and resolved correctly. 
> Can someone please comment ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (FELIX-2066) File Install fails to move fragment bundle into RESOLVED state

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12845786#action_12845786 ] 

Guillaume Nodet commented on FELIX-2066:
----------------------------------------

I don't think calling resolve(null) is a good idea.  Fileinstall should not have any effect on bundles that are not managed by fileinstall, so we need to compute the exact list of bundles that need to be resolved (same as the ones to start ?) and only resolve those.

In addition, fileinstall has the feature to not resolve / start bundles at all if the property felix.fileinstall.bundles.new.start is set to false.  We should keep this behavior, or maybe add a new property named felix.fileinstall.bundles.new.resolve, so that people can configure fileinstall to only resolve the bundles correctly but not start them.

> File Install fails to move fragment bundle into RESOLVED state
> --------------------------------------------------------------
>
>                 Key: FELIX-2066
>                 URL: https://issues.apache.org/jira/browse/FELIX-2066
>             Project: Felix
>          Issue Type: Bug
>          Components: File Install
>         Environment: Windows XP, Java 6, Equinox , File-Install 2.0.8
>            Reporter: Shrini Joshi
>         Attachments: FELIX-2066.patch
>
>
> The file-install will install the fragment bundle but fails to move it to resolve. The fragment bundle remains in INSTALLED state. 
> If we install it from equinox shell, then fragment bundle is installed and resolved correctly. 
> Can someone please comment ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (FELIX-2066) File Install fails to move fragment bundle into RESOLVED state

Posted by "Richard S. Hall (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12832907#action_12832907 ] 

Richard S. Hall commented on FELIX-2066:
----------------------------------------

Yeah, I think you can manually refresh the host too, without updating it and that should work too...that is what I was also saying in my suggestion for a "platform-neutral" approach.

> File Install fails to move fragment bundle into RESOLVED state
> --------------------------------------------------------------
>
>                 Key: FELIX-2066
>                 URL: https://issues.apache.org/jira/browse/FELIX-2066
>             Project: Felix
>          Issue Type: Bug
>          Components: File Install
>         Environment: Windows XP, Java 6, Equinox , File-Install 2.0.8
>            Reporter: Shrini Joshi
>
> The file-install will install the fragment bundle but fails to move it to resolve. The fragment bundle remains in INSTALLED state. 
> If we install it from equinox shell, then fragment bundle is installed and resolved correctly. 
> Can someone please comment ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (FELIX-2066) File Install fails to move fragment bundle into RESOLVED state

Posted by "Shrini Joshi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12832492#action_12832492 ] 

Shrini Joshi commented on FELIX-2066:
-------------------------------------

Something I realized later:

The fragment bundle is not resolved only if its host bundle resides in another directory. The directory watcher needs to be made smarter to ensure that fragment bundles in all the directories are resolved again (using package admin service) in response to any directory change. 

Any comments pls?



> File Install fails to move fragment bundle into RESOLVED state
> --------------------------------------------------------------
>
>                 Key: FELIX-2066
>                 URL: https://issues.apache.org/jira/browse/FELIX-2066
>             Project: Felix
>          Issue Type: Bug
>          Components: File Install
>         Environment: Windows XP, Java 6, Equinox , File-Install 2.0.8
>            Reporter: Shrini Joshi
>
> The file-install will install the fragment bundle but fails to move it to resolve. The fragment bundle remains in INSTALLED state. 
> If we install it from equinox shell, then fragment bundle is installed and resolved correctly. 
> Can someone please comment ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (FELIX-2066) File Install fails to move fragment bundle into RESOLVED state

Posted by "Shrini Joshi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shrini Joshi updated FELIX-2066:
--------------------------------

    Attachment: FELIX-2066.patch

This is the patch I would like to submit for the fix. 




> File Install fails to move fragment bundle into RESOLVED state
> --------------------------------------------------------------
>
>                 Key: FELIX-2066
>                 URL: https://issues.apache.org/jira/browse/FELIX-2066
>             Project: Felix
>          Issue Type: Bug
>          Components: File Install
>         Environment: Windows XP, Java 6, Equinox , File-Install 2.0.8
>            Reporter: Shrini Joshi
>         Attachments: FELIX-2066.patch
>
>
> The file-install will install the fragment bundle but fails to move it to resolve. The fragment bundle remains in INSTALLED state. 
> If we install it from equinox shell, then fragment bundle is installed and resolved correctly. 
> Can someone please comment ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Issue Comment Edited: (FELIX-2066) File Install fails to move fragment bundle into RESOLVED state

Posted by "Shrini Joshi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846017#action_12846017 ] 

Shrini Joshi edited comment on FELIX-2066 at 3/16/10 5:35 PM:
--------------------------------------------------------------

I can see that submitted patch clearly misses to address above use case.


"so we need to compute the exact list of bundles that need to be resolved (same as the ones to start ?) and only resolve those."
To refine above point - we should compute all those unresolved bundles handled by file install.

But I believe property "felix.fileinstall.bundles.new.start" affects only the startup action and not the resolve action. So in other words, file install always tries to resolve a bundle but the decision of starting it is driven by above mentioned flag. 

Do you think I got this right?




      was (Author: shreeneewas):
    I can see that submitted patch clearly misses to address above use case.


"so we need to compute the exact list of bundles that need to be resolved (same as the ones to start ?) and only resolve those."
To refine above point - we should compute all those unresolved bundles handled by file install.

But I believe property "felix.fileinstall.bundles.new.start" affects only the startup action and resolve action is not affected by its value. So in other words, file install always tries to resolve bundle but the decision of starting is driven by above mentioned flag. 

Do you think I got this right?



  
> File Install fails to move fragment bundle into RESOLVED state
> --------------------------------------------------------------
>
>                 Key: FELIX-2066
>                 URL: https://issues.apache.org/jira/browse/FELIX-2066
>             Project: Felix
>          Issue Type: Bug
>          Components: File Install
>         Environment: Windows XP, Java 6, Equinox , File-Install 2.0.8
>            Reporter: Shrini Joshi
>         Attachments: FELIX-2066.patch
>
>
> The file-install will install the fragment bundle but fails to move it to resolve. The fragment bundle remains in INSTALLED state. 
> If we install it from equinox shell, then fragment bundle is installed and resolved correctly. 
> Can someone please comment ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (FELIX-2066) File Install fails to move fragment bundle into RESOLVED state

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12832497#action_12832497 ] 

Guillaume Nodet commented on FELIX-2066:
----------------------------------------

Is one of you fancy writing a patch for this problem ? I'd be happy to apply it ...

> File Install fails to move fragment bundle into RESOLVED state
> --------------------------------------------------------------
>
>                 Key: FELIX-2066
>                 URL: https://issues.apache.org/jira/browse/FELIX-2066
>             Project: Felix
>          Issue Type: Bug
>          Components: File Install
>         Environment: Windows XP, Java 6, Equinox , File-Install 2.0.8
>            Reporter: Shrini Joshi
>
> The file-install will install the fragment bundle but fails to move it to resolve. The fragment bundle remains in INSTALLED state. 
> If we install it from equinox shell, then fragment bundle is installed and resolved correctly. 
> Can someone please comment ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (FELIX-2066) File Install fails to move fragment bundle into RESOLVED state

Posted by "Shrini Joshi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846017#action_12846017 ] 

Shrini Joshi commented on FELIX-2066:
-------------------------------------

I can see that submitted patch clearly misses to address above use case.


"so we need to compute the exact list of bundles that need to be resolved (same as the ones to start ?) and only resolve those."
To refine above point - we should compute all those unresolved bundles handled by file install.

But I believe property "felix.fileinstall.bundles.new.start" affects only the startup action and resolve action is not affected by its value. So in other words, file install always tries to resolve bundle but the decision of starting is driven by above mentioned flag. 

Do you think I got this right?




> File Install fails to move fragment bundle into RESOLVED state
> --------------------------------------------------------------
>
>                 Key: FELIX-2066
>                 URL: https://issues.apache.org/jira/browse/FELIX-2066
>             Project: Felix
>          Issue Type: Bug
>          Components: File Install
>         Environment: Windows XP, Java 6, Equinox , File-Install 2.0.8
>            Reporter: Shrini Joshi
>         Attachments: FELIX-2066.patch
>
>
> The file-install will install the fragment bundle but fails to move it to resolve. The fragment bundle remains in INSTALLED state. 
> If we install it from equinox shell, then fragment bundle is installed and resolved correctly. 
> Can someone please comment ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (FELIX-2066) File Install fails to move fragment bundle into RESOLVED state

Posted by "Shrini Joshi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12832923#action_12832923 ] 

Shrini Joshi commented on FELIX-2066:
-------------------------------------

I agree with Richard that this is not a straight forward fix.

"The only platform-neutral way is to modify File Install to deploy the fragment directory before the host directory and perform a refresh on all hosts."
But I think above proposal assumes that all fragments are dpeloyed in same directory which may not be a case. 

I was thinking of following option:

After every scan, if one or more (non-fragment) bundles have been installed, then call packageadmin.resolve(null). As per the javadoc call to this method with "null" means that framework will resolve all the unresolved bundles. This wil ensure that all unresolved fragments can get resolved.

This should be done before starting these new bundles to ensure that fragment bundles are attached to their host.

Any comments? 


> File Install fails to move fragment bundle into RESOLVED state
> --------------------------------------------------------------
>
>                 Key: FELIX-2066
>                 URL: https://issues.apache.org/jira/browse/FELIX-2066
>             Project: Felix
>          Issue Type: Bug
>          Components: File Install
>         Environment: Windows XP, Java 6, Equinox , File-Install 2.0.8
>            Reporter: Shrini Joshi
>
> The file-install will install the fragment bundle but fails to move it to resolve. The fragment bundle remains in INSTALLED state. 
> If we install it from equinox shell, then fragment bundle is installed and resolved correctly. 
> Can someone please comment ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (FELIX-2066) File Install fails to move fragment bundle into RESOLVED state

Posted by "Christopher Brind (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12832899#action_12832899 ] 

Christopher Brind commented on FELIX-2066:
------------------------------------------

I've been manually calling 'update' on the host bundle and that sorts it out.  Though while that works for me I suppose it could cause problems for other people?

> File Install fails to move fragment bundle into RESOLVED state
> --------------------------------------------------------------
>
>                 Key: FELIX-2066
>                 URL: https://issues.apache.org/jira/browse/FELIX-2066
>             Project: Felix
>          Issue Type: Bug
>          Components: File Install
>         Environment: Windows XP, Java 6, Equinox , File-Install 2.0.8
>            Reporter: Shrini Joshi
>
> The file-install will install the fragment bundle but fails to move it to resolve. The fragment bundle remains in INSTALLED state. 
> If we install it from equinox shell, then fragment bundle is installed and resolved correctly. 
> Can someone please comment ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (FELIX-2066) File Install fails to move fragment bundle into RESOLVED state

Posted by "Shrini Joshi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shrini Joshi updated FELIX-2066:
--------------------------------

    Labels: fragment fileinstall resolved  (was: )

> File Install fails to move fragment bundle into RESOLVED state
> --------------------------------------------------------------
>
>                 Key: FELIX-2066
>                 URL: https://issues.apache.org/jira/browse/FELIX-2066
>             Project: Felix
>          Issue Type: Bug
>          Components: File Install
>         Environment: Windows XP, Java 6, Equinox , File-Install 2.0.8
>            Reporter: Shrini Joshi
>
> The file-install will install the fragment bundle but fails to move it to resolve. The fragment bundle remains in INSTALLED state. 
> If we install it from equinox shell, then fragment bundle is installed and resolved correctly. 
> Can someone please comment ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (FELIX-2066) File Install fails to move fragment bundle into RESOLVED state

Posted by "Christopher Brind (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12832535#action_12832535 ] 

Christopher Brind commented on FELIX-2066:
------------------------------------------

That's fine, I'll leave it for you to look at then, but let us know if you don't think you're going to be able to do it. :)

> File Install fails to move fragment bundle into RESOLVED state
> --------------------------------------------------------------
>
>                 Key: FELIX-2066
>                 URL: https://issues.apache.org/jira/browse/FELIX-2066
>             Project: Felix
>          Issue Type: Bug
>          Components: File Install
>         Environment: Windows XP, Java 6, Equinox , File-Install 2.0.8
>            Reporter: Shrini Joshi
>
> The file-install will install the fragment bundle but fails to move it to resolve. The fragment bundle remains in INSTALLED state. 
> If we install it from equinox shell, then fragment bundle is installed and resolved correctly. 
> Can someone please comment ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (FELIX-2066) File Install fails to move fragment bundle into RESOLVED state

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846019#action_12846019 ] 

Guillaume Nodet commented on FELIX-2066:
----------------------------------------

Not completely.  Fileinstall does not try to "resolve only" any bundles at all.  Bundles are resolved only has a consequence of fileinstall starting them.  As fragments can't be started, fileinstall ignore those and they stay in the installed state.

> File Install fails to move fragment bundle into RESOLVED state
> --------------------------------------------------------------
>
>                 Key: FELIX-2066
>                 URL: https://issues.apache.org/jira/browse/FELIX-2066
>             Project: Felix
>          Issue Type: Bug
>          Components: File Install
>         Environment: Windows XP, Java 6, Equinox , File-Install 2.0.8
>            Reporter: Shrini Joshi
>         Attachments: FELIX-2066.patch
>
>
> The file-install will install the fragment bundle but fails to move it to resolve. The fragment bundle remains in INSTALLED state. 
> If we install it from equinox shell, then fragment bundle is installed and resolved correctly. 
> Can someone please comment ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (FELIX-2066) File Install fails to move fragment bundle into RESOLVED state

Posted by "Shrini Joshi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12837236#action_12837236 ] 

Shrini Joshi commented on FELIX-2066:
-------------------------------------

Just a FYI who is waiting for this fix. .... I am really held up over weekends in few high priority domestic things. 

Sorry about this but it seems I wont be able to look into this issue for next few weeks atleast.

I will submit my patch once I get free unless someone else had placed it before me.






> File Install fails to move fragment bundle into RESOLVED state
> --------------------------------------------------------------
>
>                 Key: FELIX-2066
>                 URL: https://issues.apache.org/jira/browse/FELIX-2066
>             Project: Felix
>          Issue Type: Bug
>          Components: File Install
>         Environment: Windows XP, Java 6, Equinox , File-Install 2.0.8
>            Reporter: Shrini Joshi
>
> The file-install will install the fragment bundle but fails to move it to resolve. The fragment bundle remains in INSTALLED state. 
> If we install it from equinox shell, then fragment bundle is installed and resolved correctly. 
> Can someone please comment ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (FELIX-2066) File Install fails to move fragment bundle into RESOLVED state

Posted by "Christopher Brind (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12832505#action_12832505 ] 

Christopher Brind commented on FELIX-2066:
------------------------------------------

I can probably take a look at the weekend, unless Shrini has time before then?

> File Install fails to move fragment bundle into RESOLVED state
> --------------------------------------------------------------
>
>                 Key: FELIX-2066
>                 URL: https://issues.apache.org/jira/browse/FELIX-2066
>             Project: Felix
>          Issue Type: Bug
>          Components: File Install
>         Environment: Windows XP, Java 6, Equinox , File-Install 2.0.8
>            Reporter: Shrini Joshi
>
> The file-install will install the fragment bundle but fails to move it to resolve. The fragment bundle remains in INSTALLED state. 
> If we install it from equinox shell, then fragment bundle is installed and resolved correctly. 
> Can someone please comment ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.