You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2009/12/22 13:37:40 UTC

[jira] Created: (SMX4-452) create protobuf wrap bundle for camel-protobuf to use

create protobuf wrap bundle for camel-protobuf to use
-----------------------------------------------------

                 Key: SMX4-452
                 URL: https://issues.apache.org/activemq/browse/SMX4-452
             Project: ServiceMix 4
          Issue Type: New Feature
          Components: Bundles
            Reporter: Willem Jiang
         Attachments: protobuf.patch

We just add a new DataFormat for google protocol buffer in Camel, but the google protocol buffer jar is not OSGi ready.
So it will be better to let servicemix provide a OSGi wrapper of this jar.

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


[jira] Commented: (SMX4-452) create protobuf wrap bundle for camel-protobuf to use

Posted by "Gert Vanthienen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4-452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56632#action_56632 ] 

Gert Vanthienen commented on SMX4-452:
--------------------------------------

Added the new bundle in http://svn.apache.org/viewvc?view=revision&revision=893410 and a snapshot has been deployed on repository.apache.org by Hudson.

@Willem: Could you try using this bundle for camel-protobuf?  Since protobuf tries to instantiate the compiled message classes, I suspect we need to add a DynamicImport-Package=* to get this bundle working.

> create protobuf wrap bundle for camel-protobuf to use
> -----------------------------------------------------
>
>                 Key: SMX4-452
>                 URL: https://issues.apache.org/activemq/browse/SMX4-452
>             Project: ServiceMix 4
>          Issue Type: New Feature
>          Components: Bundles
>            Reporter: Willem Jiang
>            Assignee: Gert Vanthienen
>         Attachments: protobuf.patch
>
>
> We just add a new DataFormat for google protocol buffer in Camel, but the google protocol buffer jar is not OSGi ready.
> So it will be better to let servicemix provide a OSGi wrapper of this jar.

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


[jira] Assigned: (SMX4-452) create protobuf wrap bundle for camel-protobuf to use

Posted by "Gert Vanthienen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gert Vanthienen reassigned SMX4-452:
------------------------------------

    Assignee: Gert Vanthienen

> create protobuf wrap bundle for camel-protobuf to use
> -----------------------------------------------------
>
>                 Key: SMX4-452
>                 URL: https://issues.apache.org/activemq/browse/SMX4-452
>             Project: ServiceMix 4
>          Issue Type: New Feature
>          Components: Bundles
>            Reporter: Willem Jiang
>            Assignee: Gert Vanthienen
>         Attachments: protobuf.patch
>
>
> We just add a new DataFormat for google protocol buffer in Camel, but the google protocol buffer jar is not OSGi ready.
> So it will be better to let servicemix provide a OSGi wrapper of this jar.

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


[jira] Work started: (SMX4-452) create protobuf wrap bundle for camel-protobuf to use

Posted by "Gert Vanthienen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on SMX4-452 started by Gert Vanthienen.

> create protobuf wrap bundle for camel-protobuf to use
> -----------------------------------------------------
>
>                 Key: SMX4-452
>                 URL: https://issues.apache.org/activemq/browse/SMX4-452
>             Project: ServiceMix 4
>          Issue Type: New Feature
>          Components: Bundles
>            Reporter: Willem Jiang
>            Assignee: Gert Vanthienen
>         Attachments: protobuf.patch
>
>
> We just add a new DataFormat for google protocol buffer in Camel, but the google protocol buffer jar is not OSGi ready.
> So it will be better to let servicemix provide a OSGi wrapper of this jar.

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


[jira] Updated: (SMX4-452) create protobuf wrap bundle for camel-protobuf to use

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang updated SMX4-452:
------------------------------

    Attachment: protobuf.patch

> create protobuf wrap bundle for camel-protobuf to use
> -----------------------------------------------------
>
>                 Key: SMX4-452
>                 URL: https://issues.apache.org/activemq/browse/SMX4-452
>             Project: ServiceMix 4
>          Issue Type: New Feature
>          Components: Bundles
>            Reporter: Willem Jiang
>         Attachments: protobuf.patch
>
>
> We just add a new DataFormat for google protocol buffer in Camel, but the google protocol buffer jar is not OSGi ready.
> So it will be better to let servicemix provide a OSGi wrapper of this jar.

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


[jira] Commented: (SMX4-452) create protobuf wrap bundle for camel-protobuf to use

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4-452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56682#action_56682 ] 

Willem Jiang commented on SMX4-452:
-----------------------------------

@Gert,

I just added a test[1] in camel trunk to verify the protbuf bundle, every thing looks good , we don't need to add the DynamicImport-Package=* :)

[1] http://svn.apache.org/viewvc?rev=894311&view=rev


> create protobuf wrap bundle for camel-protobuf to use
> -----------------------------------------------------
>
>                 Key: SMX4-452
>                 URL: https://issues.apache.org/activemq/browse/SMX4-452
>             Project: ServiceMix 4
>          Issue Type: New Feature
>          Components: Bundles
>            Reporter: Willem Jiang
>            Assignee: Gert Vanthienen
>         Attachments: protobuf.patch
>
>
> We just add a new DataFormat for google protocol buffer in Camel, but the google protocol buffer jar is not OSGi ready.
> So it will be better to let servicemix provide a OSGi wrapper of this jar.

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


[jira] Resolved: (SMX4-452) create protobuf wrap bundle for camel-protobuf to use

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang resolved SMX4-452.
-------------------------------

    Resolution: Fixed

> create protobuf wrap bundle for camel-protobuf to use
> -----------------------------------------------------
>
>                 Key: SMX4-452
>                 URL: https://issues.apache.org/activemq/browse/SMX4-452
>             Project: ServiceMix 4
>          Issue Type: New Feature
>          Components: Bundles
>            Reporter: Willem Jiang
>            Assignee: Gert Vanthienen
>         Attachments: protobuf.patch
>
>
> We just add a new DataFormat for google protocol buffer in Camel, but the google protocol buffer jar is not OSGi ready.
> So it will be better to let servicemix provide a OSGi wrapper of this jar.

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