You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2013/04/12 17:44:18 UTC

[jira] [Created] (CAMEL-6267) camel-cxfrs blueprint configure could not be installed if there are some subelement settings

Willem Jiang created CAMEL-6267:
-----------------------------------

             Summary: camel-cxfrs blueprint configure could not be installed if there are some subelement settings
                 Key: CAMEL-6267
                 URL: https://issues.apache.org/jira/browse/CAMEL-6267
             Project: Camel
          Issue Type: Bug
    Affects Versions: 2.10.4, 2.11.0
            Reporter: Willem Jiang
            Assignee: Willem Jiang
             Fix For: 2.10.5, 2.11.1


Got the OOM Exception when blueprint want to parser the setting like this.
{code}
<camelcxf:rsClient id="rsClient" address="http://localhost:9002/rest"
    serviceClass="org.apache.camel.itest.osgi.cxf.jaxrs.testbean.CustomerService">
    <camelcxf:features>
         <bean class="org.apache.cxf.feature.LoggingFeature"/>
     </camelcxf:features> 
  </camelcxf:rsClient>
{code}

--
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