You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Gareth Collins (JIRA)" <ji...@apache.org> on 2011/09/15 17:50:08 UTC

[jira] [Created] (KARAF-865) Fixes For Cellar 2.2.3 Trunk

Fixes For Cellar 2.2.3 Trunk
----------------------------

                 Key: KARAF-865
                 URL: https://issues.apache.org/jira/browse/KARAF-865
             Project: Karaf
          Issue Type: Bug
          Components: cellar-core
    Affects Versions: cellar-2.2.3
            Reporter: Gareth Collins
            Priority: Minor


This is a patch which includes all the changes I suggested in the following thread:

http://karaf.922171.n3.nabble.com/Adding-Additional-Cellar-Map-Configuration-tc3305655.html

These changes are:

+ add dosgi in features file (if this is not there cellar-2.2.3-trunk will not start)
+ add missing combinedClassLoader getter/setter to HazelcastClusterManager.java (spring throws an error because this is missing)
+ change HazelcastBundleListener to be a SynchronousBundleListener (so that it will be notified of bundle start before Activator.start is called, thus allowing other bundles to use Hazelcast in their Activator.start method).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (KARAF-865) Fixes For Cellar 2.2.3 Trunk

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13106238#comment-13106238 ] 

Jean-Baptiste Onofré commented on KARAF-865:
--------------------------------------------

I already fixed:
- DOSGi in the features file
- missing combinedClassLoader in HazelcastClusterManager

I take a look on the bundle listener.

> Fixes For Cellar 2.2.3 Trunk
> ----------------------------
>
>                 Key: KARAF-865
>                 URL: https://issues.apache.org/jira/browse/KARAF-865
>             Project: Karaf
>          Issue Type: Bug
>          Components: cellar-core
>    Affects Versions: cellar-2.2.3
>            Reporter: Gareth Collins
>            Assignee: Jean-Baptiste Onofré
>            Priority: Minor
>         Attachments: karaf865.patch
>
>
> This is a patch which includes all the changes I suggested in the following thread:
> http://karaf.922171.n3.nabble.com/Adding-Additional-Cellar-Map-Configuration-tc3305655.html
> These changes are:
> + add dosgi in features file (if this is not there cellar-2.2.3-trunk will not start)
> + add missing combinedClassLoader getter/setter to HazelcastClusterManager.java (spring throws an error because this is missing)
> + change HazelcastBundleListener to be a SynchronousBundleListener (so that it will be notified of bundle start before Activator.start is called, thus allowing other bundles to use Hazelcast in their Activator.start method).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (KARAF-865) Fixes For Cellar 2.2.3 Trunk

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré updated KARAF-865:
---------------------------------------

    Fix Version/s: cellar-2.2.3
                   cellar-3.0.0

> Fixes For Cellar 2.2.3 Trunk
> ----------------------------
>
>                 Key: KARAF-865
>                 URL: https://issues.apache.org/jira/browse/KARAF-865
>             Project: Karaf
>          Issue Type: Bug
>          Components: cellar-core
>    Affects Versions: cellar-2.2.3
>            Reporter: Gareth Collins
>            Assignee: Jean-Baptiste Onofré
>            Priority: Minor
>             Fix For: cellar-3.0.0, cellar-2.2.3
>
>         Attachments: karaf865.patch
>
>
> This is a patch which includes all the changes I suggested in the following thread:
> http://karaf.922171.n3.nabble.com/Adding-Additional-Cellar-Map-Configuration-tc3305655.html
> These changes are:
> + add dosgi in features file (if this is not there cellar-2.2.3-trunk will not start)
> + add missing combinedClassLoader getter/setter to HazelcastClusterManager.java (spring throws an error because this is missing)
> + change HazelcastBundleListener to be a SynchronousBundleListener (so that it will be notified of bundle start before Activator.start is called, thus allowing other bundles to use Hazelcast in their Activator.start method).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (KARAF-865) Fixes For Cellar 2.2.3 Trunk

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

Gareth Collins updated KARAF-865:
---------------------------------

    Attachment: karaf865.patch

Included patch.

regards,
Gareth

> Fixes For Cellar 2.2.3 Trunk
> ----------------------------
>
>                 Key: KARAF-865
>                 URL: https://issues.apache.org/jira/browse/KARAF-865
>             Project: Karaf
>          Issue Type: Bug
>          Components: cellar-core
>    Affects Versions: cellar-2.2.3
>            Reporter: Gareth Collins
>            Priority: Minor
>         Attachments: karaf865.patch
>
>
> This is a patch which includes all the changes I suggested in the following thread:
> http://karaf.922171.n3.nabble.com/Adding-Additional-Cellar-Map-Configuration-tc3305655.html
> These changes are:
> + add dosgi in features file (if this is not there cellar-2.2.3-trunk will not start)
> + add missing combinedClassLoader getter/setter to HazelcastClusterManager.java (spring throws an error because this is missing)
> + change HazelcastBundleListener to be a SynchronousBundleListener (so that it will be notified of bundle start before Activator.start is called, thus allowing other bundles to use Hazelcast in their Activator.start method).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (KARAF-865) Fixes For Cellar 2.2.3 Trunk

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré resolved KARAF-865.
----------------------------------------

    Resolution: Fixed

> Fixes For Cellar 2.2.3 Trunk
> ----------------------------
>
>                 Key: KARAF-865
>                 URL: https://issues.apache.org/jira/browse/KARAF-865
>             Project: Karaf
>          Issue Type: Bug
>          Components: cellar-core
>    Affects Versions: cellar-2.2.3
>            Reporter: Gareth Collins
>            Assignee: Jean-Baptiste Onofré
>            Priority: Minor
>             Fix For: cellar-3.0.0, cellar-2.2.3
>
>         Attachments: karaf865.patch
>
>
> This is a patch which includes all the changes I suggested in the following thread:
> http://karaf.922171.n3.nabble.com/Adding-Additional-Cellar-Map-Configuration-tc3305655.html
> These changes are:
> + add dosgi in features file (if this is not there cellar-2.2.3-trunk will not start)
> + add missing combinedClassLoader getter/setter to HazelcastClusterManager.java (spring throws an error because this is missing)
> + change HazelcastBundleListener to be a SynchronousBundleListener (so that it will be notified of bundle start before Activator.start is called, thus allowing other bundles to use Hazelcast in their Activator.start method).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (KARAF-865) Fixes For Cellar 2.2.3 Trunk

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13106502#comment-13106502 ] 

Jean-Baptiste Onofré commented on KARAF-865:
--------------------------------------------

fixed on cellar-2.2.x: revision 1171609.

> Fixes For Cellar 2.2.3 Trunk
> ----------------------------
>
>                 Key: KARAF-865
>                 URL: https://issues.apache.org/jira/browse/KARAF-865
>             Project: Karaf
>          Issue Type: Bug
>          Components: cellar-core
>    Affects Versions: cellar-2.2.3
>            Reporter: Gareth Collins
>            Assignee: Jean-Baptiste Onofré
>            Priority: Minor
>             Fix For: cellar-3.0.0, cellar-2.2.3
>
>         Attachments: karaf865.patch
>
>
> This is a patch which includes all the changes I suggested in the following thread:
> http://karaf.922171.n3.nabble.com/Adding-Additional-Cellar-Map-Configuration-tc3305655.html
> These changes are:
> + add dosgi in features file (if this is not there cellar-2.2.3-trunk will not start)
> + add missing combinedClassLoader getter/setter to HazelcastClusterManager.java (spring throws an error because this is missing)
> + change HazelcastBundleListener to be a SynchronousBundleListener (so that it will be notified of bundle start before Activator.start is called, thus allowing other bundles to use Hazelcast in their Activator.start method).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (KARAF-865) Fixes For Cellar 2.2.3 Trunk

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13106505#comment-13106505 ] 

Jean-Baptiste Onofré commented on KARAF-865:
--------------------------------------------

Fixed on trunk: revision 1171612.

> Fixes For Cellar 2.2.3 Trunk
> ----------------------------
>
>                 Key: KARAF-865
>                 URL: https://issues.apache.org/jira/browse/KARAF-865
>             Project: Karaf
>          Issue Type: Bug
>          Components: cellar-core
>    Affects Versions: cellar-2.2.3
>            Reporter: Gareth Collins
>            Assignee: Jean-Baptiste Onofré
>            Priority: Minor
>             Fix For: cellar-3.0.0, cellar-2.2.3
>
>         Attachments: karaf865.patch
>
>
> This is a patch which includes all the changes I suggested in the following thread:
> http://karaf.922171.n3.nabble.com/Adding-Additional-Cellar-Map-Configuration-tc3305655.html
> These changes are:
> + add dosgi in features file (if this is not there cellar-2.2.3-trunk will not start)
> + add missing combinedClassLoader getter/setter to HazelcastClusterManager.java (spring throws an error because this is missing)
> + change HazelcastBundleListener to be a SynchronousBundleListener (so that it will be notified of bundle start before Activator.start is called, thus allowing other bundles to use Hazelcast in their Activator.start method).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Assigned] (KARAF-865) Fixes For Cellar 2.2.3 Trunk

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré reassigned KARAF-865:
------------------------------------------

    Assignee: Jean-Baptiste Onofré

> Fixes For Cellar 2.2.3 Trunk
> ----------------------------
>
>                 Key: KARAF-865
>                 URL: https://issues.apache.org/jira/browse/KARAF-865
>             Project: Karaf
>          Issue Type: Bug
>          Components: cellar-core
>    Affects Versions: cellar-2.2.3
>            Reporter: Gareth Collins
>            Assignee: Jean-Baptiste Onofré
>            Priority: Minor
>         Attachments: karaf865.patch
>
>
> This is a patch which includes all the changes I suggested in the following thread:
> http://karaf.922171.n3.nabble.com/Adding-Additional-Cellar-Map-Configuration-tc3305655.html
> These changes are:
> + add dosgi in features file (if this is not there cellar-2.2.3-trunk will not start)
> + add missing combinedClassLoader getter/setter to HazelcastClusterManager.java (spring throws an error because this is missing)
> + change HazelcastBundleListener to be a SynchronousBundleListener (so that it will be notified of bundle start before Activator.start is called, thus allowing other bundles to use Hazelcast in their Activator.start method).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira