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

Jonathan Anstey commented on CAMEL-1014:
----------------------------------------

I just committed a fix for this. Now to get something like this

{code}
<someProcessor>
  <someConfigurableNameHere>
    <xpath>...</xpath>
  </someConfigurableNameHere>
</someProcessor>
{code}

You need to add this to your model class:

{code}
@XmlElement(name = "someConfigurableNameHere", required = false)
private ExpressionSubElementType foo;
{code}

> ExpressionType is missing in Spring DSL
> ---------------------------------------
>
>                 Key: CAMEL-1014
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1014
>             Project: Apache Camel
>          Issue Type: Sub-task
>            Reporter: Claus Ibsen
>            Assignee: Jonathan Anstey
>             Fix For: 1.5.0
>
>


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

Reply via email to