You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Ivan (Created) (JIRA)" <ji...@apache.org> on 2012/03/30 04:35:26 UTC

[jira] [Created] (GERONIMO-6313) Use reference:file protocol for server-side bundle installlation

Use reference:file protocol for server-side bundle installlation
----------------------------------------------------------------

                 Key: GERONIMO-6313
                 URL: https://issues.apache.org/jira/browse/GERONIMO-6313
             Project: Geronimo
          Issue Type: Improvement
      Security Level: public (Regular issues)
          Components: deployment, kernel
    Affects Versions: 3.0-beta-1
            Reporter: Ivan
            Assignee: Ivan
             Fix For: 3.0-beta-2


Now in Geronimo, we are using mvn protocol to install the bundles to the OSGi runtime, with this, all the bundles in the repository will have another copy in the cache, considering the getRealPath support, we may have three copies of the deployed applications in the server directory. I am thinking to use the reference:file to install the bundles, and those deployed applications in the repository directory will be extracted, as what we do in Geronimo 2.* versions. Actually, I have changed to use reference:file protocol to install the temp bundle in the deployment process in the past.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (GERONIMO-6313) Use reference:file protocol for server-side bundle installlation

Posted by "Ivan (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-6313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13244285#comment-13244285 ] 

Ivan commented on GERONIMO-6313:
--------------------------------

Commit more changes to 3.0-beta branch at rev.1308406, now all the codes are using the same reference:file format for bundle installation. There is still problems for DependencyManager, as it is a bit hard to find the correct maven style artifact from the reference style location.
                
> Use reference:file protocol for server-side bundle installlation
> ----------------------------------------------------------------
>
>                 Key: GERONIMO-6313
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6313
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: deployment, kernel
>    Affects Versions: 3.0-beta-1
>            Reporter: Ivan
>            Assignee: Ivan
>             Fix For: 3.0-beta-2
>
>
> Now in Geronimo, we are using mvn protocol to install the bundles to the OSGi runtime, with this, all the bundles in the repository will have another copy in the cache, considering the getRealPath support, we may have three copies of the deployed applications in the server directory. I am thinking to use the reference:file to install the bundles, and those deployed applications in the repository directory will be extracted, as what we do in Geronimo 2.* versions. Actually, I have changed to use reference:file protocol to install the temp bundle in the deployment process in the past.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (GERONIMO-6313) Use reference:file protocol for server-side bundle installlation

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

Forrest Xia resolved GERONIMO-6313.
-----------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 3.0-beta-2)
                   3.0

Thought this jira has been addressed somehow, so close it. If any objection, feel free to reopen it.
                
> Use reference:file protocol for server-side bundle installlation
> ----------------------------------------------------------------
>
>                 Key: GERONIMO-6313
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6313
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: deployment, kernel
>    Affects Versions: 3.0-beta-1
>            Reporter: Ivan
>            Assignee: Ivan
>             Fix For: 3.0
>
>
> Now in Geronimo, we are using mvn protocol to install the bundles to the OSGi runtime, with this, all the bundles in the repository will have another copy in the cache, considering the getRealPath support, we may have three copies of the deployed applications in the server directory. I am thinking to use the reference:file to install the bundles, and those deployed applications in the repository directory will be extracted, as what we do in Geronimo 2.* versions. Actually, I have changed to use reference:file protocol to install the temp bundle in the deployment process in the past.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (GERONIMO-6313) Use reference:file protocol for server-side bundle installlation

Posted by "Ivan (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-6313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243207#comment-13243207 ] 

Ivan commented on GERONIMO-6313:
--------------------------------

Commit first step changes to 3.0-beta at rev.1307840
                
> Use reference:file protocol for server-side bundle installlation
> ----------------------------------------------------------------
>
>                 Key: GERONIMO-6313
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6313
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: deployment, kernel
>    Affects Versions: 3.0-beta-1
>            Reporter: Ivan
>            Assignee: Ivan
>             Fix For: 3.0-beta-2
>
>
> Now in Geronimo, we are using mvn protocol to install the bundles to the OSGi runtime, with this, all the bundles in the repository will have another copy in the cache, considering the getRealPath support, we may have three copies of the deployed applications in the server directory. I am thinking to use the reference:file to install the bundles, and those deployed applications in the repository directory will be extracted, as what we do in Geronimo 2.* versions. Actually, I have changed to use reference:file protocol to install the temp bundle in the deployment process in the past.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira