Hi All,
        I'm using changeset.xml to access the rules repository of guvnor-5.1. When i deploy it in jboss-5 everything goes on fine but when i try deploying it in jboss 4 and try to use changeset it gives an exception saying unable to parse changeset.xml. My changeset looks something like below:

<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://127.0.0.1:7070/drools-guvnor/xyz.pkg' type='PKG' />
        </add> 
</change-set>

Any help will be much appreciated. Thanks.

--
cheers
Sumatheja Dasararaju