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

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-353875989
 
 
   Its still a problem in Karaf and KARAF-4603 did not fix this.
   
   You have to add the osgi import in the etc/jre.properties file to make it 
work.
   @gnodet wonder if you could take a 2nd look at your fix and possible amend 
it to include the osgi package in the etc/jre.properties file as well.

----------------------------------------------------------------
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:
[email protected]


> 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
(v6.4.14#64029)

Reply via email to