The problem you are having is because since 5.1, you need to authenticate to get change-sets or resources from guvnor.
Thanks Mark,
the test cases cleared most of my doubts but just this one......
i have a bean config like this :
<drools:kagent kbase="knowledgeBase" id="kagent" new-instance="false">
<drools:resources>
<drools:resource type="CHANGE_SET" source="http://localhost:8080/drools-
guvnor/org.drools.guvnor.Guvnor/package/org.mkcl.insync/LATEST/ChangeSet.xml"
/>
</drools:resources>
</drools:kagent>
<drools:kbase id="knowledgeBase"></drools:kbase>
and now this gives me Exception as :
Server returned HTTP response code: 401 for URL:
http://localhost:8080/drools-guvnor/org.drools.guvnor.Guvnor/package/org.mkcl.insync/LATEST/ChangeSet.xml
i figured out that i cannot access the pkg without
authentication..........even if i directly try to use it through browser
I am using guvnor-standalone downloaded from drools download page....without
any changes
are there any beans i m missing which provide authentication
information?????
-----
Keep Working >>
KiranP
--
View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/Drools-v5-1-0-KnowledgeAgent-using-Spring-Beans-tp1328921p1345991.html
Sent from the Drools - User mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users