You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2009/09/17 17:29:12 UTC

[jira] Created: (CAMEL-2022) Blueprint support

Blueprint support
-----------------

                 Key: CAMEL-2022
                 URL: https://issues.apache.org/activemq/browse/CAMEL-2022
             Project: Apache Camel
          Issue Type: New Feature
            Reporter: Guillaume Nodet




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


[jira] Commented: (CAMEL-2022) Blueprint support

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

Claus Ibsen commented on CAMEL-2022:
------------------------------------

We get this error when we build the snapshots using: mvn clean install -Dtest=false from the camel root

{code}
java.lang.reflect.InvocationTargetException
        at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:592)
        at aQute.lib.osgi.Macro.doCommand(Macro.java:183)
        at aQute.lib.osgi.Macro.doCommands(Macro.java:171)
        at aQute.lib.osgi.Macro.replace(Macro.java:118)
        at aQute.lib.osgi.Macro.process(Macro.java:62)
        at aQute.lib.osgi.Macro.process(Macro.java:78)
        at aQute.lib.osgi.Macro.process(Macro.java:48)
        at aQute.lib.osgi.Macro.process(Macro.java:43)
        at aQute.lib.osgi.Analyzer.augmentVersion(Analyzer.java:1026)
        at aQute.lib.osgi.Analyzer.augmentImports(Analyzer.java:937)
        at aQute.lib.osgi.Analyzer.analyze(Analyzer.java:218)
        at aQute.lib.osgi.Builder.analyze(Builder.java:198)
        at aQute.lib.osgi.Analyzer.calcManifest(Analyzer.java:283)
        at aQute.lib.osgi.Builder.build(Builder.java:78)
        at org.apache.felix.bundleplugin.BundlePlugin.buildOSGiBundle(BundlePlugin.java:395)
        at org.apache.felix.bundleplugin.BundlePlugin.execute(BundlePlugin.java:286)
        at org.apache.felix.bundleplugin.BundlePlugin.execute(BundlePlugin.java:240)
        at org.apache.felix.bundleplugin.BundlePlugin.execute(BundlePlugin.java:231)
        at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:451)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:558)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:499)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:478)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:291)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:287)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:592)
        at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
        at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: java.lang.IllegalArgumentException: Invalid syntax for version: 2.1.0.SNAPSHOT camel.schema.version = 2.1
        at aQute.libg.version.Version.<init>(Version.java:45)
        at aQute.lib.osgi.Macro._version(Macro.java:627)
        ... 38 more
{code}

It would be good to get that fixed as well as it causes me to think there is something wrong with the build as well.

> Blueprint support
> -----------------
>
>                 Key: CAMEL-2022
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2022
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>         Attachments: CAMEL-2022.patch
>
>


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


[jira] Updated: (CAMEL-2022) Blueprint support

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

Willem Jiang updated CAMEL-2022:
--------------------------------

    Fix Version/s: 2.4.0
                       (was: 2.3.0)

> Blueprint support
> -----------------
>
>                 Key: CAMEL-2022
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2022
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>             Fix For: 2.4.0
>
>         Attachments: CAMEL-2022.patch
>
>


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


[jira] Updated: (CAMEL-2022) Blueprint support

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

Guillaume Nodet updated CAMEL-2022:
-----------------------------------

    Attachment: CAMEL-2022.patch

Attach work in progress.  Does not even compile ...

> Blueprint support
> -----------------
>
>                 Key: CAMEL-2022
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2022
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Guillaume Nodet
>         Attachments: CAMEL-2022.patch
>
>


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


[jira] Commented: (CAMEL-2022) Blueprint support

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

Guillaume Nodet commented on CAMEL-2022:
----------------------------------------

This problem has been fixed already in parent/pom.xml
The problem was caused by the antrun plugin which creates some properties that were indeed invalid due to a missing crlf in the generated properties file.

> Blueprint support
> -----------------
>
>                 Key: CAMEL-2022
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2022
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>         Attachments: CAMEL-2022.patch
>
>


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


[jira] Commented: (CAMEL-2022) Blueprint support

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

Willem Jiang commented on CAMEL-2022:
-------------------------------------

"\r\n" did not work for mvn 2.0.9.
I changed to use mvn 2.2.0 to build the kit , and every thing work fine.

Maybe it is the maven-antrun-plugin's issue which can not work well on mvn 2.0.x.



> Blueprint support
> -----------------
>
>                 Key: CAMEL-2022
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2022
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>         Attachments: CAMEL-2022.patch
>
>


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


[jira] Updated: (CAMEL-2022) Blueprint support

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

Claus Ibsen updated CAMEL-2022:
-------------------------------

    Fix Version/s: 2.2.0

> Blueprint support
> -----------------
>
>                 Key: CAMEL-2022
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2022
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>             Fix For: 2.2.0
>
>         Attachments: CAMEL-2022.patch
>
>


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


[jira] Resolved: (CAMEL-2022) Blueprint support

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

Guillaume Nodet resolved CAMEL-2022.
------------------------------------

    Fix Version/s: 2.3.0
                       (was: Future)
       Resolution: Fixed

I think we should consider it done with the patches that have been applied since.

> Blueprint support
> -----------------
>
>                 Key: CAMEL-2022
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2022
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>             Fix For: 2.3.0
>
>         Attachments: CAMEL-2022.patch
>
>


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


[jira] Updated: (CAMEL-2022) Blueprint support

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

Hadrian Zbarcea updated CAMEL-2022:
-----------------------------------

    Fix Version/s: 2.3.0
                       (was: 2.4.0)

> Blueprint support
> -----------------
>
>                 Key: CAMEL-2022
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2022
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>             Fix For: 2.3.0
>
>         Attachments: CAMEL-2022.patch
>
>


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


[jira] Assigned: (CAMEL-2022) Blueprint support

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

Guillaume Nodet reassigned CAMEL-2022:
--------------------------------------

    Assignee: Guillaume Nodet

> Blueprint support
> -----------------
>
>                 Key: CAMEL-2022
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2022
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>         Attachments: CAMEL-2022.patch
>
>


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


[jira] Work started: (CAMEL-2022) Blueprint support

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

Work on CAMEL-2022 started by Guillaume Nodet.

> Blueprint support
> -----------------
>
>                 Key: CAMEL-2022
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2022
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>         Attachments: CAMEL-2022.patch
>
>


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


[jira] Commented: (CAMEL-2022) Blueprint support

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

Willem Jiang commented on CAMEL-2022:
-------------------------------------

Hi Guillaume,

I can reproduce the issue on latest camel trunk and camel 1.x branch,
and the bundles manifest package version is wrong.

> cat camel.osgi.version.txt 
camel.osgi.version.clean = 1.6.2.SNAPSHOT camel.schema.version = 1.6

And camel.schema.version variable does't be set when the schema is generated.

Can you have a look at this issue ?

Willem

> Blueprint support
> -----------------
>
>                 Key: CAMEL-2022
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2022
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>         Attachments: CAMEL-2022.patch
>
>


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


[jira] Updated: (CAMEL-2022) Blueprint support

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

Claus Ibsen updated CAMEL-2022:
-------------------------------

    Fix Version/s: 2.4.0
                       (was: 2.3.0)

> Blueprint support
> -----------------
>
>                 Key: CAMEL-2022
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2022
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>             Fix For: 2.4.0
>
>         Attachments: CAMEL-2022.patch
>
>


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


[jira] Updated: (CAMEL-2022) Blueprint support

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

Claus Ibsen updated CAMEL-2022:
-------------------------------

    Fix Version/s:     (was: 2.3.0)
                   Future

> Blueprint support
> -----------------
>
>                 Key: CAMEL-2022
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2022
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>             Fix For: Future
>
>         Attachments: CAMEL-2022.patch
>
>


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


[jira] Commented: (CAMEL-2022) Blueprint support

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

Guillaume Nodet commented on CAMEL-2022:
----------------------------------------

I've updated the parent/pom.xml
Hopefully it will work better.

> Blueprint support
> -----------------
>
>                 Key: CAMEL-2022
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2022
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>         Attachments: CAMEL-2022.patch
>
>


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


[jira] Commented: (CAMEL-2022) Blueprint support

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

Guillaume Nodet commented on CAMEL-2022:
----------------------------------------

Committed revision 822657. (for trunk)
Committed revision 822658. (for 1.6.x branch)


> Blueprint support
> -----------------
>
>                 Key: CAMEL-2022
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2022
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>         Attachments: CAMEL-2022.patch
>
>


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


[jira] Commented: (CAMEL-2022) Blueprint support

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

Guillaume Nodet commented on CAMEL-2022:
----------------------------------------

Build is broken, will work on fixing the jaxb schema generation on non sun jdk.

> Blueprint support
> -----------------
>
>                 Key: CAMEL-2022
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2022
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>         Attachments: CAMEL-2022.patch
>
>


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


[jira] Commented: (CAMEL-2022) Blueprint support

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

Guillaume Nodet commented on CAMEL-2022:
----------------------------------------

Sending        camel-blueprint/pom.xml
Sending        pom.xml
Transmitting file data ..
Committed revision 823177.

Trying to fix the build on non sun jdk.

> Blueprint support
> -----------------
>
>                 Key: CAMEL-2022
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2022
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>         Attachments: CAMEL-2022.patch
>
>


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


[jira] Commented: (CAMEL-2022) Blueprint support

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

Guillaume Nodet commented on CAMEL-2022:
----------------------------------------

It seems to work for me, so it may be a plaftorm issue.
Could you try replacing "${line.separator}" in parent/pom.xml with "\r\n" and see if it works better ?

> Blueprint support
> -----------------
>
>                 Key: CAMEL-2022
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2022
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>         Attachments: CAMEL-2022.patch
>
>


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


[jira] Updated: (CAMEL-2022) Blueprint support

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

Hadrian Zbarcea updated CAMEL-2022:
-----------------------------------

    Fix Version/s: 2.3.0
                       (was: 2.4.0)

> Blueprint support
> -----------------
>
>                 Key: CAMEL-2022
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2022
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>             Fix For: 2.3.0
>
>         Attachments: CAMEL-2022.patch
>
>


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


[jira] Updated: (CAMEL-2022) Blueprint support

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

Guillaume Nodet updated CAMEL-2022:
-----------------------------------

    Fix Version/s: 2.4.0
                       (was: 2.3.0)

> Blueprint support
> -----------------
>
>                 Key: CAMEL-2022
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2022
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>             Fix For: 2.4.0
>
>         Attachments: CAMEL-2022.patch
>
>


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