I hope this is the correct mailing list for the question. I have created some rules through guvnor & am trying to fireAllRules(). I created a normal java class using KnowledgeAgent & am calling fireAllRules() method. I have noticed that it executes fine as long as I have the following entry in my classpath: <classpathentry kind="con" path="DROOLS/Drools"/>
But when I try to call the same code from within my web app, I get the following error: 16:00:12,131 INFO [STDOUT] java.lang.RuntimeException: KnowledgeAgent exception while trying to deserialize KnowledgeDefinitionsPackage Caused by: java.io.IOException: Server returned HTTP response code: 401 for URL: http://pcbng100:18080/drools-guvnor/org.drools.guvnor.Guvnor/package/com.drools/LATEST I was wondering if I could add the jars referred to by 'DROOLS/drools' to my project manifest. But I am not sure which files/jars are referred to by it. Could anyone guide me in this regard? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
