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 2008/06/06 14:28:00 UTC

[jira] Resolved: (CAMEL-584) BeanWithPropertiesAndHeadersAndBodyInjectionTest causes java.lang.StackOverflowError

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

Claus Ibsen resolved CAMEL-584.
-------------------------------

    Fix Version/s: 1.4.0
       Resolution: Fixed

> BeanWithPropertiesAndHeadersAndBodyInjectionTest causes java.lang.StackOverflowError
> ------------------------------------------------------------------------------------
>
>                 Key: CAMEL-584
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-584
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 1.4.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 1.4.0
>
>
> This unit test cases infinitive loop
> {code}
> Caused by: java.lang.StackOverflowError
> 	at java.util.HashMap$HashIterator.<init>(HashMap.java:822)
> 	at java.util.HashMap$EntryIterator.<init>(HashMap.java:881)
> 	at java.util.HashMap$EntryIterator.<init>(HashMap.java:881)
> 	at java.util.HashMap.newEntryIterator(HashMap.java:895)
> 	at java.util.HashMap$EntrySet.iterator(HashMap.java:988)
> 	at java.util.AbstractMap.toString(AbstractMap.java:584)
> 	at java.lang.String.valueOf(String.java:2615)
> 	at java.lang.StringBuilder.append(StringBuilder.java:116)
> 	at org.apache.camel.component.bean.BeanWithPropertiesAndHeadersAndBodyInjectionTest$MyBean.toString(BeanWithPropertiesAndHeadersAndBodyInjectionTest.java:91)
> 	at java.lang.String.valueOf(String.java:2615)
> 	at java.lang.StringBuffer.append(StringBuffer.java:220)
> 	at java.util.AbstractMap.toString(AbstractMap.java:598)
> 	at java.lang.String.valueOf(String.java:2615)
> 	at java.lang.StringBuilder.append(StringBuilder.java:116)
> 	at org.apache.camel.component.bean.BeanWithPropertiesAndHeadersAndBodyInjectionTest$MyBean.toString(BeanWithPropertiesAndHeadersAndBodyInjectionTest.java:91)
> 	at java.lang.String.valueOf(String.java:2615)
> {code}

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