Bug 1044037 - Errors after importing SY quickstart soap-binding-rpc into JBDS
Summary: Errors after importing SY quickstart soap-binding-rpc into JBDS
Keywords:
Status: MODIFIED
Alias: None
Product: JBoss Fuse Service Works 6
Classification: JBoss
Component: Examples, Tooling
Version: 6.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: DR4
: ---
Assignee: Douglas Palmer
QA Contact: Matej Melko
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-17 16:42 UTC by Andrej Podhradsky
Modified: 2023-05-15 19:53 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
You cannot import the soap-binding-rpc quick start into Red Hat JBoss Developer Studio. If you try to do so, you will encounter errors. To work around this issue, swap the following lines in the switchyard.xml file from this: <programlisting><![CDATA[ <soap:contextPath>soap-attachment</soap:contextPath> <soap:socketAddr>:${jettyPort}</soap:socketAddr> ]]></programlisting> to this: <programlisting><![CDATA[ <soap:socketAddr>:${jettyPort}</soap:socketAddr> <soap:contextPath>soap-attachment</soap:contextPath> ]]></programlisting>
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker SWITCHYARD-2385 0 Major Resolved Cleanup problems/warnings when importing quick starts into JBDS 2015-07-28 12:36:49 UTC

Description Andrej Podhradsky 2013-12-17 16:42:12 UTC
Description of problem:
After importing the quickstart 'soap-binding-rpc' there are the following errors:
cvc-complex-type.2.4.a: Invalid content was found starting with element 'soap:socketAddr'. One of '{"urn:switchyard-component-soap:config:1.0":endpointConfig, "urn:switchyard-component-soap:config:1.0":mtom, "urn:switchyard-component-soap:config:1.0":inInterceptors, "urn:switchyard-component-soap:config:1.0":outInterceptors}' is expected.

Version-Release number of selected component (if applicable):
ER7

How reproducible:
always

Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 kconner 2013-12-17 21:02:24 UTC
Can you try editing the switchyard.xml and swapping the following lines

        <soap:contextPath>soap-attachment</soap:contextPath>
        <soap:socketAddr>:${jettyPort}</soap:socketAddr>
to
        <soap:socketAddr>:${jettyPort}</soap:socketAddr>
        <soap:contextPath>soap-attachment</soap:contextPath>

Comment 2 Andrej Podhradsky 2013-12-18 08:37:03 UTC
Nice! It works

Comment 3 JBoss JIRA Server 2014-11-17 15:38:51 UTC
Douglas Palmer <dpalmer> updated the status of jira SWITCHYARD-2385 to Reopened


Note You need to log in before you can comment on or make changes to this bug.