[ 
https://issues.apache.org/jira/browse/CAMEL-10349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16376875#comment-16376875
 ] 

ASF GitHub Bot commented on CAMEL-10349:
----------------------------------------

davsclaus commented on issue #1190: CAMEL-10349, javaScript setHeader 
conversion fault
URL: https://github.com/apache/camel/pull/1190#issuecomment-368507934
 
 
   The Karaf guys keeps making this wrong, so lets just give up.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> javaScript setHeader conversion fault
> -------------------------------------
>
>                 Key: CAMEL-10349
>                 URL: https://issues.apache.org/jira/browse/CAMEL-10349
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-script, karaf
>    Affects Versions: 2.18.0
>            Reporter: Fabrizio Spataro
>            Assignee: Fabrizio Spataro
>            Priority: Minor
>
> I may have found a bug derived from 2.18 
> Before 2.18, i can specified an header like: 
> {code}
> <setHeader headerName="myHeader">
>  <javaScript>[ {"firstField": "firstValue", "secondField":"secondValue"} 
> ]</javaScript>
> </setHeader>
> {code}
> I pass it into a method inside my bean. It was cast to 
> ArrayList<HashMap<String,Object>>
> After 2.18 upgrade i had an error 
> 'java.lang.ClassCastException: jdk.nashorn.api.scripting.ScriptObjectMirror 
> cannot be cast to java.util.List'
> Can you help me? Is it a camel bug or an jdk8 issue?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to