Re: [rules-users] FactType returns null when creating a java client on Eclipse invoking a rule in Guvnor

2012-01-09 Thread Michael Anstis
What version of Drools Expert and Guvnor are you using? On 9 January 2012 00:47, kachaps4u kachananidha...@gmail.com wrote: Exactly my error too!!! I too followed their documentation.. some one had to find it. My project has ESB in it too.. So I went to the next step in running the uri from

Re: [rules-users] FactType returns null when creating a java client on Eclipse invoking a rule in Guvnor

2012-01-09 Thread Andre Fonseca
hi Michael, My environment is like below droools expert 5.3.0 final guvnor 5.3.0 final - guvnor-5.3.0.Final-tomcat-6.0.war Eclipse Helios - JBoss Drools Workbench 4.0.7 plugin I am not using authentication in guvnor, using guest user Actually I think I resolved the issue! I think I was

Re: [rules-users] FactType returns null when creating a java client on Eclipse invoking a rule in Guvnor

2012-01-08 Thread kachaps4u
http://drools.46999.n3.nabble.com/urlResource-applyChangeset-and-authentication-error-td3629051.html Hey, Please read the above and see whether it can help you. I had the same problem returning null. Then I stopped it and now doing in ESB to access the resources using its rules processor. But

Re: [rules-users] FactType returns null when creating a java client on Eclipse invoking a rule in Guvnor

2012-01-08 Thread Andre Fonseca
Hi Kachan, thanks for your reply! I took a look in your post and tried to adapt my code, this is below: # Strategy 1 KnowledgeAgent kagent = KnowledgeAgentFactory.newKnowledgeAgent(myagent);

Re: [rules-users] FactType returns null when creating a java client on Eclipse invoking a rule in Guvnor

2012-01-08 Thread Andre Fonseca
Hi, another comment When I try to access my own package using http://localhost:8090/drools-guvnor/org.drools.guvnor.Guvnor/package/mypackage/LATEST I am getting java.lang.NullPointerException java.io.OutputStream.write(Unknown Source)

Re: [rules-users] FactType returns null when creating a java client on Eclipse invoking a rule in Guvnor

2012-01-08 Thread kachaps4u
Exactly my error too!!! I too followed their documentation.. some one had to find it. My project has ESB in it too.. So I went to the next step in running the uri from an ESB and it was successful. But the thing is I uploaded the POJO jars and wrote rules. I didn't test creating FACT in BRMS and