Hi, I am using Guvnor 5.1.1, when I try to connect knowledge pkg in the local
guvnor using changeset, I got the following warning (but still reading and
working*)..../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>./*
My changset is as follows...

<?xml version="1.0" encoding="UTF-8"?>
<change-set xmlns="http://drools.org/drools-5.0/change-set";
        xmlns:xs="http://www.w3.org/2001/XMLSchema-instance";
        xs:schemaLocation="http://drools.org/drools-5.0/change-set
drools-change-set-5.0.xsd">
        <add>
                <resource
source="http://localhost:9082/guvnorApps/org.drools.guvnor.Guvnor/package/RulesPKG/LATEST";
type="PKG" basicAuthentication="enabled" username="admin" password="admin"/>
        </add>
</change-set>


Thanks,

-----
with kind regards,

--
View this message in context: 
http://drools.46999.n3.nabble.com/changeset-error-tp3223138p3223138.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to