[ 
https://issues.apache.org/jira/browse/CAMEL-5898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13536828#comment-13536828
 ] 

Willem Jiang commented on CAMEL-5898:
-------------------------------------

Hi Christian

The patch is awesome, I just commit the patch with thanks for you help.
I noticed you add some resource files like below to extends the groovy.
{code}
src/main/resources/META-INF/services/org.codehaus.groovy.runtime.ExtensionModule
src/main/resources/dsld/CamelGroovyMethods.dsld
src/main/resources/gdsl/CamelGroovyMethods.gdsl
{code}
As you know we need to make sure camel work within OSGi platform. My question 
is does groovy support to load these file in OSGi? 

 
                
> Extend Java DSL for Groovy routes
> ---------------------------------
>
>                 Key: CAMEL-5898
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5898
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-groovy
>            Reporter: christian ohr
>            Assignee: Willem Jiang
>            Priority: Minor
>             Fix For: 2.11.0
>
>         Attachments: camel-groovy.patch
>
>
> Extended Java DSL in camel-groovy for Groovy routes:
> * use Closures as argument for Processor, Expression, Predicate, or 
> AggregationStrategy
> * add data formats for XmlSlurper and XmlParser 
> * add TypeConverter for GStrings
> * depend on modularized groovy 2.0.x libs instead of groovy-all
> Not sure how the Groovy language relates to camel-script, or whether it has 
> been superceded, so I left it as is.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to