As an update, I found this post - http://comments.gmane.org/gmane.comp.java.drools.user/20163 - and so I tried:
<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://glasd407876:1337/drools-guvnor/org.drools.guvnor.Guvnor/package/TEST/v0.1' type='PKG' basicAuthentication='enabled' username='Admin' password='test' /> </add> </change-set> Doesn't work. Same 401 error as before. Stephen Quoting Stephen Mcgruer <[email protected]>: > I have the following changeset: > > <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:1337/drools-guvnor/org.drools.guvnor.Guvnor/package/TEST/v0.1' > type='PKG' /> > </add> > </change-set> > > I just updated to the RC of Guvnor, and my PKG address now demands a > username and > password when I try and access it. Anything works, which is fine, but > how do I edit the > changeset so that it gives the details? At the moment when I run my > Java WAR it just > moans that it gets a 401 from that URL... > > Thanks! > > -- > The University of Edinburgh is a charitable body, registered in > Scotland, with registration number SC005336. > > > _______________________________________________ > rules-users mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/rules-users > > -- The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336. _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
