[
https://issues.apache.org/jira/browse/TUSCANY-2319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Simon Laws resolved TUSCANY-2319.
---------------------------------
Resolution: Fixed
Committed at r6616651. Thanks for the patch Ram.
> binding.ws throws NullPointerException
> --------------------------------------
>
> Key: TUSCANY-2319
> URL: https://issues.apache.org/jira/browse/TUSCANY-2319
> Project: Tuscany
> Issue Type: Bug
> Components: Java SCA Misc Binding Extensions
> Affects Versions: Java-SCA-Next
> Environment: Windows XP
> Reporter: Ramkumar Ramalingam
> Assignee: Simon Laws
> Priority: Minor
> Fix For: Java-SCA-Next
>
> Attachments: TUSCANY-2319.patch
>
>
> In helloworld-ws-reference-jms sample, when the helloworldwsjms.composite is
> modified to look like this:
> <interface.wsdl interface="http://helloworld#wsdl.interface(HelloWorld2)" />
> <binding.ws
> wsdlElement="http://helloworld#wsdl.binding(HelloWorldSoapJmsBinding2)"
>
> uri="jms:/queue.sample?transport.jms.ConnectionFactoryJNDIName=QueueConnectionFactory&java.naming.factory.initial=org.apache.activemq.jndi.ActiveMQInitialContextFactory&java.naming.provider.url=tcp://localhost:61619"/>
> Here the wsdl.interface HelloWorld is replace with HelloWorld2 and the
> wsdl.binding HelloWorldSoapJmsBinding is replaced with
> HelloWorldSoapJmsBinding2.
> Here a NullPointerException is thrown while running the sample, instead of
> showing a meaningful message.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.