You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2009/03/04 14:48:59 UTC

[jira] Created: (CAMEL-1420) Normalize classname when loading a class based on a string name

Normalize classname when loading a class based on a string name
---------------------------------------------------------------

                 Key: CAMEL-1420
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1420
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-core
    Affects Versions: 1.6.0
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
            Priority: Minor
             Fix For: 2.0.0, 1.6.1


When loading a class based on Spring DSL you can end up with a tailing \n

{code}
<onException>
  <exception>MyException
  </exception>
...
{code}

So we should normalize the string before loading it

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


[jira] Resolved: (CAMEL-1420) Normalize classname when loading a class based on a string name

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-1420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-1420.
--------------------------------

    Resolution: Fixed

> Normalize classname when loading a class based on a string name
> ---------------------------------------------------------------
>
>                 Key: CAMEL-1420
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1420
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 1.6.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.0.0, 1.6.1
>
>
> When loading a class based on Spring DSL you can end up with a tailing \n
> {code}
> <onException>
>   <exception>MyException
>   </exception>
> ...
> {code}
> So we should normalize the string before loading it

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