Bug 1104572
| Summary: | XSD model created in wrong folder when creating Web service model from WSDL | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Data Virtualization 6 | Reporter: | Andrej Smigala <asmigala> | ||||
| Component: | Tooling | Assignee: | Barry LaFond <blafond> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Andrej Smigala <asmigala> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 6.0.0 | CC: | atangrin, vhalbert | ||||
| Target Milestone: | ER2 | ||||||
| Target Release: | 6.2.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2015-11-17 18:07:01 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
Barry LaFond <blafond> updated the status of jira TEIIDDES-1243 to Resolved With the change request to use Teiid Designer 8.6, this BZ is now included in the release. Barry LaFond <blafond> updated the status of jira TEIIDDES-1243 to Closed This bug is not fixed. There was some confusion, I made the mistake of linking what I thought was similar issue already in jira (that one seems to be fixed), instead of creating a new jira for this particular issue. I now made a new jira and linked appropriately. There is a simple workaround of manually moving the schema model to the correct location. Sorry about the confusion. Ted Jones <tejones> updated the status of jira TEIIDDES-2422 to Resolved Barry LaFond <blafond> updated the status of jira TEIIDDES-2422 to Reopened Barry LaFond <blafond> updated the status of jira TEIIDDES-2422 to Resolved Resolved and ready for QE with http://www.qa.jboss.com/binaries/RHDS/updates/development/luna/integration-stack/aggregate/8.0.2.ER1/earlyaccess/ Andrej Šmigala <asmigala> updated the status of jira TEIIDDES-2422 to Reopened This is not fully fixed: When following the steps as described, the schema model is created in the correct folder, however, an extra empty web service model is created in the root of the project (in addition to the one created in web_services folder, which contains the operation from the wsdl). Additionally, when creating the model by right clicking the web_services folder and selecting New -> Teiid Metadata Model, the import shows the same behaviour as before, i.e. the schema model is created in <project>/web_services/schemas instead of <project>/schemas Barry LaFond <blafond> updated the status of jira TEIIDDES-2422 to Resolved Andrej Šmigala <asmigala> updated the status of jira TEIIDDES-2422 to Closed |
Created attachment 902058 [details] Minimal wsdl file to import Steps to reproduce: 1. Create new model project with the default folder structure 2. File -> New -> Teiid Metadata Model 3. Set Model Class: 'Web Service', Model Builder: 'Build from existing WSDL file', set the Location to the 'web_services' subfolder 4. On the next page, select a WSDL file (a minimal example is attached) 5. Keep clicking Next until you get to the 'Schema Workspace Location Selection' step 6. Change the Folder to the 'schemas' subfolder of the current project, click Apply 7. Notice the Target Path is '<project-name>/schemas/<wsdl-name>.xsd' 8. Click Next, Finish Expected result: The XML and Web Service models are created in the 'web_services' subfolder, the XSD model is created in the 'schemas' subfolder. Actual result: The XML and Web Service models are created in the 'web_services' subfolder, but the XSD model is created in 'web_services/schemas' subfolder. (This is similar to the linked jira, but not exactly the same)