Effective October 27, 2012, online and email support for FuseSource products will move to Red Hat support channels. For more information, please see the JIRA Migration to Red Hat FAQ.
As of October 27th, please open all new issues in the Red Hat Customer Portal .
Issue Details (XML | Word | Printable)

Key: SF-334
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Ulhas Bhole
Reporter: Ulhas Bhole
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
FUSE Services Framework

CXF Service Builder fails if the binding is imported from different file and has different target namespace than one imported into.

Created: 01/Mar/11 06:52 PM   Updated: 11/Mar/11 12:07 PM
Component/s: None
Affects Version/s: 2.2.6-fuse-01-00 , 2.2.9-fuse-01-00, 2.3.2-fuse-00-00
Fix Version/s: 2.2.6-fuse-02-00, 2.2.12-fuse-00-00, 2.3.3-fuse-00-00 , 2.2.6-fuse-01-01

File Attachments: 1. GZip Archive wsdl-prefix-gen-failure.tar.gz (2 kB)


External Issue URL: https://issues.apache.org/jira/browse/CXF-3374


 Description  « Hide
CXF Service model builder fails to build service model if :
1. WSDL binding is specified in different file.
2. imported into the wsdl with a different namespace than the target namespace of the binding.

While trying to create service model for this scenario the resulting model's definition fails to add prefix for import namespace.



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Ulhas Bhole added a comment - 01/Mar/11 06:59 PM
WSDL in question. I used this wsdl in servicemix cxf-wsdl-first-osgi-bundle's cxfbc sample with addition of cxfbc:provider to generate issue.