You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "José Bustamante (Jira)" <ji...@apache.org> on 2022/08/18 12:26:00 UTC

[jira] [Created] (CAMEL-18404) No documentation in

José Bustamante created CAMEL-18404:
---------------------------------------

             Summary: No documentation in 
                 Key: CAMEL-18404
                 URL: https://issues.apache.org/jira/browse/CAMEL-18404
             Project: Camel
          Issue Type: Bug
          Components: documentation
    Affects Versions: 3.18.1
            Reporter: José Bustamante
         Attachments: image-2022-08-18-14-20-53-340.png

While doing some resarch on camel stax I found that the XML example is missing in the documentation: [https://camel.apache.org/components/next/stax-component.html#_the_previous_example_with_xml_dsl]

!image-2022-08-18-14-20-53-340.png!

I assume is going to be similar of what I've found in camel's github repo: [https://github.com/apache/camel/blob/80b92e3624ae5db59a1a24a441f1b10b39eaa1a5/components/camel-stax/src/test/resources/org/apache/camel/component/stax/SpringStAXJAXBIteratorExpressionTest.xml]

And if we want to disable namespace awareness of the component we just need to add a second parameter with false 

|<constructor-arg index="1" value="false"/>|
||



--
This message was sent by Atlassian Jira
(v8.20.10#820010)