should it be this:
xs:schemaLocation='http://drools.org/drools-5.0/change-set
drools-change-set-5.0.xsd'
or this:
xs:schemaLocation='http://drools.org/drools-5.0/change-set.xsd'
I don't see an .xsd file at either of those locations.
and I am getting warnings trying to read a change-set file:
(null: 4, 99): schema_reference.4: Failed to read schema document
'drools-change-set-5.0.xsd', because 1) could not find the document; 2) the
document could not be read; 3) the root element of the document is not
<xsd:schema>.
(null: 4, 99): cvc-elt.1: Cannot find the declaration of element
'change-set'.
(null: 6, 9): schema_reference.4: Failed to read schema document
'drools-change-set-5.0.xsd', because 1) could not find the document; 2) the
document could not be read; 3) the root element of the document is not
<xsd:schema>.
(null: 7, 71): schema_reference.4: Failed to read schema document
'drools-change-set-5.0.xsd', because 1) could not find the document; 2) the
document could not be read; 3) the root element of the document is not
<xsd:schema>.
or this:
(null: 4, 77): SchemaLocation: schemaLocation value =
'http://drools.org/drools-5.0/change-set.xsd' must have even number of
URI's.
(null: 4, 77): cvc-elt.1: Cannot find the declaration of element
'change-set'.
--
View this message in context:
http://drools.46999.n3.nabble.com/change-set-schema-location-tp3166854p31...
Sent from the Drools: User forum mailing list archive at
Nabble.com.