You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2011/06/23 08:43:47 UTC

[jira] [Created] (CAMEL-4142) Add a profile in camel-example-cxf-osgi to build the bundle with Blueprint

Add a profile in camel-example-cxf-osgi to build the bundle with Blueprint
--------------------------------------------------------------------------

                 Key: CAMEL-4142
                 URL: https://issues.apache.org/jira/browse/CAMEL-4142
             Project: Camel
          Issue Type: Improvement
          Components: examples
            Reporter: Willem Jiang
            Assignee: Willem Jiang
             Fix For: 2.8.0


Using the "mvn clean install -Pblueprint" can build a bundle with blueprint configure, the default profile is using spring.

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

        

[jira] [Commented] (CAMEL-4142) Add a profile in camel-example-cxf-osgi to build the bundle with Blueprint

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-4142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13055391#comment-13055391 ] 

Claus Ibsen commented on CAMEL-4142:
------------------------------------

Willem we have added a separate CXF blueprint example in the examples. Can you remove this patch. As we should make examples plain easy to use/understand. Having an example that do both spring-dm + blueprint is confusing. Also people copy the examples when they want to do new camel projects so its better if they can just copy the osgi if the want spring-dm, or the blueprint for blueprint.

> Add a profile in camel-example-cxf-osgi to build the bundle with Blueprint
> --------------------------------------------------------------------------
>
>                 Key: CAMEL-4142
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4142
>             Project: Camel
>          Issue Type: Improvement
>          Components: examples
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.8.0
>
>
> Using the "mvn clean install -Pblueprint" can build a bundle with blueprint configure, the default profile is using spring.

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

        

[jira] [Resolved] (CAMEL-4142) Add a profile in camel-example-cxf-osgi to build the bundle with Blueprint

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

Willem Jiang resolved CAMEL-4142.
---------------------------------

    Resolution: Won't Fix

> Add a profile in camel-example-cxf-osgi to build the bundle with Blueprint
> --------------------------------------------------------------------------
>
>                 Key: CAMEL-4142
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4142
>             Project: Camel
>          Issue Type: Improvement
>          Components: examples
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.8.0
>
>
> Using the "mvn clean install -Pblueprint" can build a bundle with blueprint configure, the default profile is using spring.

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

        

[jira] [Commented] (CAMEL-4142) Add a profile in camel-example-cxf-osgi to build the bundle with Blueprint

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

Willem Jiang commented on CAMEL-4142:
-------------------------------------

I admit that current solution has a shortcoming, the user who build the example could forget which profile he picked, maybe we can create a common camel-cxf-osgi module and let the spring one and blueprint one dependent on it.
When the user build the example, they will not hit this kind of trouble again.

> Add a profile in camel-example-cxf-osgi to build the bundle with Blueprint
> --------------------------------------------------------------------------
>
>                 Key: CAMEL-4142
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4142
>             Project: Camel
>          Issue Type: Improvement
>          Components: examples
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.8.0
>
>
> Using the "mvn clean install -Pblueprint" can build a bundle with blueprint configure, the default profile is using spring.

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

        

[jira] [Commented] (CAMEL-4142) Add a profile in camel-example-cxf-osgi to build the bundle with Blueprint

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

Willem Jiang commented on CAMEL-4142:
-------------------------------------

reverted the patch, as we have a separated blueprint example. 

> Add a profile in camel-example-cxf-osgi to build the bundle with Blueprint
> --------------------------------------------------------------------------
>
>                 Key: CAMEL-4142
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4142
>             Project: Camel
>          Issue Type: Improvement
>          Components: examples
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.8.0
>
>
> Using the "mvn clean install -Pblueprint" can build a bundle with blueprint configure, the default profile is using spring.

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

        

[jira] [Commented] (CAMEL-4142) Add a profile in camel-example-cxf-osgi to build the bundle with Blueprint

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

Willem Jiang commented on CAMEL-4142:
-------------------------------------

We have lots of way to publish Camel route: spring, blueprint, OSGi service which can load the camel route.
The only difference between them are the configuration part, the example just need to show how to using these configuration. 
Put these configuration file into the same module could help us maintain the project.
That is how the camel-example-etl does, it has the different configure files for the openjpa and hibernate.

> Add a profile in camel-example-cxf-osgi to build the bundle with Blueprint
> --------------------------------------------------------------------------
>
>                 Key: CAMEL-4142
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4142
>             Project: Camel
>          Issue Type: Improvement
>          Components: examples
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.8.0
>
>
> Using the "mvn clean install -Pblueprint" can build a bundle with blueprint configure, the default profile is using spring.

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