Hide Forgot
Affects: Documentation (Ref Guide, User Guide, etc.), Release Notes Date of First Response: 2009-12-11 06:23:47 Help Desk Ticket Reference: https://enterprise.redhat.com/issue-tracker/?module=issues&action=view&tid=374913&gid=1354 project_key: SOA All jboss-esb.xml in the quickstarts still point to http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd where nowadays it should be http://anonsvn.jboss.org/repos/labs/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd Should it be 1.0.1 or 1.1.0 now?
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.
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.
There is no issue with that. The mistake was in bad interpretation of schema location and name space. Verified in ER1.