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/11/06 15:01:21 UTC

[jira] [Resolved] (CAMEL-6932) The "dns.server" is not optional.

     [ https://issues.apache.org/jira/browse/CAMEL-6932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang resolved CAMEL-6932.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 2.13.0
                   2.12.2
                   2.11.3

Applied the patch into master, camel-2.12.x and camel-2.11.x branches.

> The "dns.server" is not optional.
> ---------------------------------
>
>                 Key: CAMEL-6932
>                 URL: https://issues.apache.org/jira/browse/CAMEL-6932
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-dns
>    Affects Versions: 2.12.1
>            Reporter: Dai Kuroda
>            Assignee: Willem Jiang
>            Priority: Minor
>             Fix For: 2.11.3, 2.12.2, 2.13.0
>
>
> The "dns.server" is not optional.
> http://camel.465427.n5.nabble.com/bug-dns-component-td5740962.html
> The following code does not work.
> {code}
> Map<String, Object> headers = exchange.getIn().getHeaders(); 
> headers.put("dns.name", "www.example.com"); 
> headers.put("dns.type", "TXT"); 
> ProducerTemplate template = context.createProducerTemplate(); 
> Exchange respExchange = template.send("dns://dig", exchange); 
> {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)