| Summary: | jboss-esb.xml schema location fix - quickstarts' jboss-esb.xml files include invalid URL for jbossesb-1.0.1.xsd | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise SOA Platform 4 | Reporter: | Stelios Koussouris <skoussou> |
| Component: | JBossESB | Assignee: | Kevin Conner <kevin.conner> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 4.3 CP02 | CC: | dlesage |
| Target Milestone: | --- | ||
| Target Release: | 4.3 CP04 ER1 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://jira.jboss.org/jira/browse/SOA-1708 | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-03-31 07:59:15 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: | |
| Deadline: | 2010-03-08 | ||
|
Description
Stelios Koussouris
2009-12-11 11:19:34 UTC
SOA 4.3 does not include 1.1.0.xsd nor 1.2.0.xsd. Link: Added: This issue depends JBESB-3017 Affects: Removed: [Release Notes, Documentation (Ref Guide, User Guide, etc.)] Added: [Documentation (Ref Guide, User Guide, etc.), Release Notes] Approved, but not required, for SOA 4.3 CP03. This issue needs coordination. If it is not resolved by due date, it's out. Affects: Removed: [Release Notes, Documentation (Ref Guide, User Guide, etc.)] Added: [Documentation (Ref Guide, User Guide, etc.), Release Notes] Link: Added: This issue depends JBESB-3196 Link: Removed: This issue depends JBESB-3017 Updated in ESB codebase, will be in next merge. Draft Text for Resolved Issues section of Release Notes states: https://jira.jboss.org/jira/browse/JBESB-3196 All of the jboss-esb.xml quick starts were pointing to an outdated schema location address . The address URL has now been updated to the correct location, http://anonsvn.jboss.org/repos/ labs/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd. As a result, schemas can now be retrieved without problems. Still present in ER1 [jpechane@dhcp-0-121 jboss-as]$ find . -name '*.xml'|xargs grep 'http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd' ./tools/configeditor/resources/action-templates.xml:<action-templates xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd"> ./tools/console/management-esb/jboss-esb.xml:<jbossesb xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd" parameterReloadSecs="5"> ./samples/quickstarts/xsd_validation/jboss-esb.xml:<jbossesb xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd" parameterReloadSecs="5"> ./samples/quickstarts/webservice_consumer_wise2/jboss-esb.xml: xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd" ./samples/quickstarts/business_ruleservice_ruleAgent/jboss-esb.xml: xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd" ./samples/quickstarts/helloworld_bridge/jboss-esb.xml:<jbossesb xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd" parameterReloadSecs="5"> ./samples/quickstarts/webservice_consumer1/jboss-esb.xml: xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd" ./samples/quickstarts/helloworld/jboss-esb.xml: xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd" ./samples/quickstarts/transform_XML2POJO2/jboss-esb.xml: xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd" ./samples/quickstarts/jms_topic/jboss-esb.xml: xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd" ./samples/quickstarts/groovy_gateway/jboss-esb.xml: xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd" ./samples/quickstarts/opensso/jboss-esb.xml:<jbossesb xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd" parameterReloadSecs="5"> ./samples/quickstarts/webservice_proxy/jboss-esb.xml: xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd" etc. Affects: Removed: [Release Notes, Documentation (Ref Guide, User Guide, etc.)] Added: [Documentation (Ref Guide, User Guide, etc.), Release Notes] There is no issue with that. The mistake was in bad interpretation of schema location and name space. Verified in ER1. |