| Summary: | Create Web Service fails if the model contains 2 schemas with the same tablenames underneath | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise SOA Platform 5 | Reporter: | dsteigne |
| Component: | EDS | Assignee: | Van Halbert <vhalbert> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 5.1.0 GA | ||
| Target Milestone: | --- | ||
| Target Release: | 5.3.0 GA | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://jira.jboss.org/jira/browse/SOA-3125 | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-07-15 19:27:35 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: | |
|
Description
dsteigne
2011-06-24 14:16:51 UTC
Link: Added: This issue Cloned to SOA-3130 Workaround Description: Removed: In order to keep both schemas underneath the same model all the tablenames in the second schema would need to be changed. This isn't a viable solution though if the models contain numerous tables with the same name. Added: Multiple workarounds: 1. Generate the web service models individually (table level) instead of at the model level. This will allow you to make the output view and schemas unigue in the "create web service" wizard. 2. Change all the table names in the second schema. This may not be a viable solution though if the models contain numerous tables with the same name. TeiidDesigner has targeted this fix for 7.5, but not sure when that branch will get release. Workaround Description: Removed: Multiple workarounds: 1. Generate the web service models individually (table level) instead of at the model level. This will allow you to make the output view and schemas unigue in the "create web service" wizard. 2. Change all the table names in the second schema. This may not be a viable solution though if the models contain numerous tables with the same name. Added: Multiple workarounds: 1. Generate the web service models individually (table level) instead of at the model level. This will allow you to make the output view and schemas unique in the "create web service" wizard. 2. Change all the table names in the second schema. This may not be a viable solution though if the models contain numerous tables with the same name. Link: Added: This issue depends TEIIDDES-968 TEIIDDES-968 will allow the user to import tables with fully qualified names (including schema) which will allow the user to create web services for models that have schemas with duplicate table names. Release Notes Text: Added: This is resolved with the changes made by TEIIDDES-968 |