cannot create new knowledge base (package/directory) #411
Unanswered
odalabasmaz
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to create new knowledge base and add rules into it programmatically by using Sardine.
I am able to add new rules into existing directory but I cannot create a new directory.
sardine.createDirectory()
calls MKCOL HTTP method and it returns HTTP 200 OK but on server logs of guvnor it raises an error as;Server access logs seems ok;
"MKCOL /guvnor/org.drools.guvnor.Guvnor/webdav/packages/SardineTestPack/ HTTP/1.1" 200 0
I'm using;
What am I doing wrong ?
I read other issues but couldn't find an answer. Hope you could help me.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions