[ 
https://issues.apache.org/jira/browse/TUSCANY-3099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12721008#action_12721008
 ] 

Scott Kurz commented on TUSCANY-3099:
-------------------------------------

Andrew, this is a spec bug apparently.   It's been fixed in the OASIS spec as 
the only values are int values between 0 and 9.

> NumberFormatException occurs when parsing a JMSPriority attribute with string 
> value
> -----------------------------------------------------------------------------------
>
>                 Key: TUSCANY-3099
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3099
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA JMS Binding Extension
>    Affects Versions: Java-SCA-1.5
>            Reporter: Andrew Mak
>
> When a JMS binding has a headers/@JMSPriority attribute with a string value, 
> a NumberFormatException occurs when parsing the composite.  Looking at the 
> JMS binding spec, @JMSPriority has type string so I don't think it should 
> throw an exception in this case.
> The stacktrace:
> java.lang.NumberFormatException: For input string: "medium"
>         at java.lang.NumberFormatException.forInputString(Unknown Source)
>         at java.lang.Integer.parseInt(Unknown Source)
>         at java.lang.Integer.parseInt(Unknown Source)
>         at 
> org.apache.tuscany.sca.binding.jms.impl.JMSBindingProcessor.parseOperationHeaders(Unknown
>  Source)
>         at 
> org.apache.tuscany.sca.binding.jms.impl.JMSBindingProcessor.parseOperationProperties(Unknown
>  Source)
>         at 
> org.apache.tuscany.sca.binding.jms.impl.JMSBindingProcessor.read(Unknown 
> Source)

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

Reply via email to