Issue Type: Bug Bug
Affects Versions: 1.0
Assignee: Unassigned
Components: component-soap
Created: 20/Mar/13 6:43 AM
Description:

Using a WSDL with no ports on a binding.soap config leads the below error message. We should detect this and report there are no ports defined instead.

ERROR [org.jboss.msc.service.fail] (MSC service thread 1-8) MSC00001: Failed to start service jboss.deployment.unit."ZaakSysteem-0.0.1-SNAPSHOT.jar".SwitchYardService: org.jboss.msc.service.StartException in service jboss.deployment.unit."ZaakSysteem-0.0.1-SNAPSHOT.jar".SwitchYardService: java.util.NoSuchElementException
at org.switchyard.as7.extension.services.SwitchYardService.start(SwitchYardService.java:85)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_17]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_17]
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_17]
Caused by: java.util.NoSuchElementException
at java.util.HashMap$HashIterator.nextEntry(HashMap.java:897) [rt.jar:1.7.0_17]
at java.util.HashMap$ValueIterator.next(HashMap.java:922) [rt.jar:1.7.0_17]
at org.switchyard.component.soap.util.WSDLUtil.getService(WSDLUtil.java:181)
at org.switchyard.component.soap.OutboundHandler.start(OutboundHandler.java:82)
at org.switchyard.deploy.internal.Deployment.deployReferenceBindings(Deployment.java:283)
at org.switchyard.deploy.internal.Deployment.start(Deployment.java:139)

Fix Versions: 1.0
Project: SwitchYard
Priority: Major Major
Reporter: Keith Babo
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira