Re: [rules-users] Problems with GWT WebProject and Drools5.0!

2010-01-21 Thread ben780
Just a follow up to my last message. I actually did figure out how to get pass this error. The knowledgeBuilderFactory.newKnowledgeBuilder() uses the java property "user.home" to get the user directory. So in order to get around using your docs and setting folder you need to set the property to

Re: [rules-users] Problems with GWT WebProject and Drools5.0!

2010-01-20 Thread ben780
Hi, I'm having a similar problem. The KnowledgeBuilderFactory.newKnowledgeBuilder() method is trying to access the drools.packagebuilder.conf in your C:\Documents and Settings\vamshidharc. The problem is that even though the method does not require the conf file it still wants to check and see

[rules-users] Problems with GWT WebProject and Drools5.0!

2009-10-14 Thread vamshidhar reddy chitti
Hi All, I have integrated drools rule engine 5.0 with GWT WebProject. When I try to call the rule engine from GWT Applicaiton Engine, I get following exception java.security.AccessControlException: access denied (java.io.FilePermission C:\Documents and Settings\vamshidharc\drools.packagebuilder.c