You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Ramkumar Ramalingam (JIRA)" <de...@tuscany.apache.org> on 2008/08/11 19:04:44 UTC

[jira] Closed: (TUSCANY-2319) binding.ws throws NullPointerException

     [ https://issues.apache.org/jira/browse/TUSCANY-2319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ramkumar Ramalingam closed TUSCANY-2319.
----------------------------------------


> 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&amp;java.naming.factory.initial=org.apache.activemq.jndi.ActiveMQInitialContextFactory&amp;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.