Need a meaningful exception message from binding.ws
---------------------------------------------------
Key: TUSCANY-2318
URL: https://issues.apache.org/jira/browse/TUSCANY-2318
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 Sample helloworld-ws-reference-jms, when the helloworldwsjms.composite is
modified to look like this:
<binding.ws
wsdlElement="http://helloworld#wsdl.binding(HelloWorldSoapJmsBinding)"
uri="jjms:/queue.sample?transport.jms.ConnectionFactoryJNDIName=QueueConnectionFactory&java.naming.factory.initial=org.apache.activemq.jndi.ActiveMQInitialContextFactory&java.naming.provider.url=tcp://localhost:61619"/>
here the "jms:" is replace with "jjms:". The runtime seems to throw
(MalformedURLException) exception from the JettyServer, during the Composite
Activation phase. I feel it would be good we can catch this exception much
before and show a meaniful message to the user.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.