You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2008/10/28 08:52:52 UTC

[jira] Created: (CAMEL-1031) mvel component

mvel component
--------------

                 Key: CAMEL-1031
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1031
             Project: Apache Camel
          Issue Type: New Feature
            Reporter: Claus Ibsen
             Fix For: Future


I think we should add a mvel-component and/or language support as well.
It's moving forward opposed to velocity

http://mvel.codehaus.org/

It's Apache 2.0 license
http://mvel.codehaus.org/About

And hopefully in the central maven repo so it's easy to get started

. 


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


[jira] Updated: (CAMEL-1031) mvel component

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

Jonathan Anstey updated CAMEL-1031:
-----------------------------------

    Fix Version/s:     (was: Future)
                   2.0.0

> mvel component
> --------------
>
>                 Key: CAMEL-1031
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1031
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Claus Ibsen
>            Assignee: Jonathan Anstey
>             Fix For: 2.0.0
>
>         Attachments: camel-mvel.patch
>
>
> I think we should add a mvel-component and/or language support as well.
> It's moving forward opposed to velocity
> http://mvel.codehaus.org/
> It's Apache 2.0 license
> http://mvel.codehaus.org/About
> And hopefully in the central maven repo so it's easy to get started
> . 

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


[jira] Resolved: (CAMEL-1031) mvel component

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

Claus Ibsen resolved CAMEL-1031.
--------------------------------

    Resolution: Fixed

Wiki is now updated

> mvel component
> --------------
>
>                 Key: CAMEL-1031
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1031
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Claus Ibsen
>            Assignee: Jonathan Anstey
>             Fix For: 2.0.0
>
>         Attachments: camel-mvel.patch, core-integration.patch
>
>
> I think we should add a mvel-component and/or language support as well.
> It's moving forward opposed to velocity
> http://mvel.codehaus.org/
> It's Apache 2.0 license
> http://mvel.codehaus.org/About
> And hopefully in the central maven repo so it's easy to get started
> . 

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


[jira] Commented: (CAMEL-1031) mvel component

Posted by "Jonathan Anstey (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=48440#action_48440 ] 

Jonathan Anstey commented on CAMEL-1031:
----------------------------------------

Go for it if you're interested. No biggie if you're not though (I can put that in next week). The wiki bit is the more important one anyways.

Cheers and I'm looking forward to more contributions from you. Keep up the good work! 

> mvel component
> --------------
>
>                 Key: CAMEL-1031
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1031
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Claus Ibsen
>            Assignee: Jonathan Anstey
>             Fix For: 2.0.0
>
>         Attachments: camel-mvel.patch
>
>
> I think we should add a mvel-component and/or language support as well.
> It's moving forward opposed to velocity
> http://mvel.codehaus.org/
> It's Apache 2.0 license
> http://mvel.codehaus.org/About
> And hopefully in the central maven repo so it's easy to get started
> . 

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


[jira] Commented: (CAMEL-1031) mvel component

Posted by "Jonathan Anstey (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=48421#action_48421 ] 

Jonathan Anstey commented on CAMEL-1031:
----------------------------------------

Looks good Przemyslaw. Thanks for the contribution! I'll commit your patch shortly.

Before this is added to the build/distribution, a couple more things need to be done:
- Allow mvel expressions to be used in an expression clause (grep for 'ognl' in camel-core to see an example of this)
- Add wiki documentation. Do you have rights for this?

Also a handy tip for future patches is to run CheckStyle first so it picks up any formatting issues. You can add a profile to do this
{code}
mvn install -Psourcecheck
{code}


> mvel component
> --------------
>
>                 Key: CAMEL-1031
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1031
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Claus Ibsen
>            Assignee: Jonathan Anstey
>             Fix For: Future
>
>         Attachments: camel-mvel.patch
>
>
> I think we should add a mvel-component and/or language support as well.
> It's moving forward opposed to velocity
> http://mvel.codehaus.org/
> It's Apache 2.0 license
> http://mvel.codehaus.org/About
> And hopefully in the central maven repo so it's easy to get started
> . 

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


[jira] Updated: (CAMEL-1031) mvel component

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

Przemyslaw Budzik updated CAMEL-1031:
-------------------------------------

    Attachment: camel-mvel.patch

Find attached a MVEL component very like the one for OGNL

> mvel component
> --------------
>
>                 Key: CAMEL-1031
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1031
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Claus Ibsen
>             Fix For: Future
>
>         Attachments: camel-mvel.patch
>
>
> I think we should add a mvel-component and/or language support as well.
> It's moving forward opposed to velocity
> http://mvel.codehaus.org/
> It's Apache 2.0 license
> http://mvel.codehaus.org/About
> And hopefully in the central maven repo so it's easy to get started
> . 

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


[jira] Commented: (CAMEL-1031) mvel component

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

Claus Ibsen commented on CAMEL-1031:
------------------------------------

Budzik

Thanks for the patch. There were a few other places you needed to add stuff. I have committed it to trunk.

jaxb.index for example is a file we always forget to alter. Otherwise it's not there in the Spring DSL/XML

> mvel component
> --------------
>
>                 Key: CAMEL-1031
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1031
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Claus Ibsen
>            Assignee: Jonathan Anstey
>             Fix For: 2.0.0
>
>         Attachments: camel-mvel.patch, core-integration.patch
>
>
> I think we should add a mvel-component and/or language support as well.
> It's moving forward opposed to velocity
> http://mvel.codehaus.org/
> It's Apache 2.0 license
> http://mvel.codehaus.org/About
> And hopefully in the central maven repo so it's easy to get started
> . 

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


[jira] Assigned: (CAMEL-1031) mvel component

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

Jonathan Anstey reassigned CAMEL-1031:
--------------------------------------

    Assignee: Jonathan Anstey

> mvel component
> --------------
>
>                 Key: CAMEL-1031
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1031
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Claus Ibsen
>            Assignee: Jonathan Anstey
>             Fix For: Future
>
>         Attachments: camel-mvel.patch
>
>
> I think we should add a mvel-component and/or language support as well.
> It's moving forward opposed to velocity
> http://mvel.codehaus.org/
> It's Apache 2.0 license
> http://mvel.codehaus.org/About
> And hopefully in the central maven repo so it's easy to get started
> . 

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


[jira] Issue Comment Edited: (CAMEL-1031) mvel component

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

davsclaus edited comment on CAMEL-1031 at 1/7/09 8:47 AM:
------------------------------------------------------------

Przemyslaw Budzik 

Thanks for the patch. There were a few other places you needed to add stuff. I have committed it to trunk.

jaxb.index for example is a file we always forget to alter. Otherwise it's not there in the Spring DSL/XML

      was (Author: davsclaus):
    Budzik

Thanks for the patch. There were a few other places you needed to add stuff. I have committed it to trunk.

jaxb.index for example is a file we always forget to alter. Otherwise it's not there in the Spring DSL/XML
  
> mvel component
> --------------
>
>                 Key: CAMEL-1031
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1031
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Claus Ibsen
>            Assignee: Jonathan Anstey
>             Fix For: 2.0.0
>
>         Attachments: camel-mvel.patch, core-integration.patch
>
>
> I think we should add a mvel-component and/or language support as well.
> It's moving forward opposed to velocity
> http://mvel.codehaus.org/
> It's Apache 2.0 license
> http://mvel.codehaus.org/About
> And hopefully in the central maven repo so it's easy to get started
> . 

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


[jira] Commented: (CAMEL-1031) mvel component

Posted by "Przemyslaw Budzik (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=48434#action_48434 ] 

Przemyslaw Budzik commented on CAMEL-1031:
------------------------------------------

Yes I knew that and I decided not to integrate with the core. Let me know if you want me to do that to avoid us doing the same things. As for the wiki - yes I have access and I'll put some info as soon as I find some time hopefully today.  As for the formatting I thought every commiter has the Apache formatting rules in the IDE (I personally don't) so when veryfing the code does formating for himself (my assumption), but if not so - ok I will take that into account next time. 

> mvel component
> --------------
>
>                 Key: CAMEL-1031
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1031
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Claus Ibsen
>            Assignee: Jonathan Anstey
>             Fix For: Future
>
>         Attachments: camel-mvel.patch
>
>
> I think we should add a mvel-component and/or language support as well.
> It's moving forward opposed to velocity
> http://mvel.codehaus.org/
> It's Apache 2.0 license
> http://mvel.codehaus.org/About
> And hopefully in the central maven repo so it's easy to get started
> . 

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


[jira] Commented: (CAMEL-1031) mvel component

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

Claus Ibsen commented on CAMEL-1031:
------------------------------------

TODO: Update wiki

> mvel component
> --------------
>
>                 Key: CAMEL-1031
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1031
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Claus Ibsen
>            Assignee: Jonathan Anstey
>             Fix For: 2.0.0
>
>         Attachments: camel-mvel.patch, core-integration.patch
>
>
> I think we should add a mvel-component and/or language support as well.
> It's moving forward opposed to velocity
> http://mvel.codehaus.org/
> It's Apache 2.0 license
> http://mvel.codehaus.org/About
> And hopefully in the central maven repo so it's easy to get started
> . 

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


[jira] Updated: (CAMEL-1031) mvel component

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

Przemyslaw Budzik updated CAMEL-1031:
-------------------------------------

    Attachment: core-integration.patch

camel-core updated. my wiki-edit rights have gone (guess it worked few months ago). could you re-grant me that ?

> mvel component
> --------------
>
>                 Key: CAMEL-1031
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1031
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Claus Ibsen
>            Assignee: Jonathan Anstey
>             Fix For: 2.0.0
>
>         Attachments: camel-mvel.patch, core-integration.patch
>
>
> I think we should add a mvel-component and/or language support as well.
> It's moving forward opposed to velocity
> http://mvel.codehaus.org/
> It's Apache 2.0 license
> http://mvel.codehaus.org/About
> And hopefully in the central maven repo so it's easy to get started
> . 

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


[jira] Commented: (CAMEL-1031) mvel component

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

Claus Ibsen commented on CAMEL-1031:
------------------------------------

Whats your username on wiki?

> mvel component
> --------------
>
>                 Key: CAMEL-1031
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1031
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Claus Ibsen
>            Assignee: Jonathan Anstey
>             Fix For: 2.0.0
>
>         Attachments: camel-mvel.patch, core-integration.patch
>
>
> I think we should add a mvel-component and/or language support as well.
> It's moving forward opposed to velocity
> http://mvel.codehaus.org/
> It's Apache 2.0 license
> http://mvel.codehaus.org/About
> And hopefully in the central maven repo so it's easy to get started
> . 

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