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

Simon Laws commented on TUSCANY-3098:
-------------------------------------

Hi Andrew.  I think properties should have names and looking at the current 1.x 
schema that would seem to be the case. Can you give an example of the binding 
configuration you used when you got this error?


> NPE in JMSBindingProcessor writing out property with no name
> ------------------------------------------------------------
>
>                 Key: TUSCANY-3098
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3098
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA JMS Binding Extension
>    Affects Versions: Java-SCA-1.5
>            Reporter: Andrew Mak
>
> We are reading a composite file with a JMS binding into the Tuscany model, 
> then trying to write out that model again but ran into an NPE:
> java.lang.NullPointerException
>     at 
> org.apache.tuscany.sca.binding.jms.impl.JMSBindingProcessor.writeBindingProperties(JMSBindingProcessor.java:1266)
>     at 
> org.apache.tuscany.sca.binding.jms.impl.JMSBindingProcessor.writeDestinationProperties(JMSBindingProcessor.java:1335)
>     at 
> org.apache.tuscany.sca.binding.jms.impl.JMSBindingProcessor.write(JMSBindingProcessor.java:1006)
>     at 
> org.apache.tuscany.sca.binding.jms.impl.JMSBindingProcessor.write(JMSBindingProcessor.java:144)
>     at 
> org.apache.tuscany.sca.contribution.processor.ExtensibleStAXArtifactProcessor.write(ExtensibleStAXArtifactProcessor.java:162)
>     at 
> org.apache.tuscany.sca.assembly.xml.CompositeProcessor.write(CompositeProcessor.java:717)
> It turns out the problem was the JMS binding had a property which is missing 
> the name attribute (oddly, the schema allows this...)

-- 
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