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
            Priority: Minor
             Fix For: Java-SCA-Next


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.

Reply via email to