Re: [rules-users] Delete action in Guvnor

2011-08-03 Thread Jervis Liu
Have you tried the latest version, 5.2 final? It should work. Cheers, Jervis On 2011/8/3 10:34, DroolersEye wrote: Hi, I am tring to delete the created catagory in Guvnor but unable to delete, it always complains can not delete, it is used by some other resource (but no assets added, it is

Re: [rules-users] Insert a fact into drools server from a web application or java application

2011-08-03 Thread Wolfgang Laun
The error message suggests to me that there is no class ObjectFactory, or not where it ought to be, for JAXB to be happy. If you JAXB-annotate your Java classes by hand, you'll also have to write an ObjectFactory.java. A little info can be found in my JAXB

[rules-users] Facs in bbdd

2011-08-03 Thread rchemisa
Hi! I'm trying to persist the beans I put in the session. session.insert (hecho); Is it can save on the database the beans that are insert in the session? thanks. -- View this message in context: http://drools.46999.n3.nabble.com/Facs-in-bbdd-tp3222008p3222008.html Sent from the Drools: User

[rules-users] changeset error

2011-08-03 Thread DroolersEye
Hi, I am using Guvnor 5.1.1, when I try to connect knowledge pkg in the local guvnor using changeset, I got the following warning (but still reading and working*)/schema_reference.4: Failed to read schema document 'drools-change-set-5.0.xsd', because 1) could not find the document; 2) the

Re: [rules-users] Delete action in Guvnor

2011-08-03 Thread DroolersEye
I am using Guvnor 5.1.1, not using 5.2 , In my production version is 5.1.1, so I have to comply that...Thanks for the feed back let me try with 5.2, before that is any possibilities in 5.1.1 for delete. - with kind regards, -- View this message in context:

[rules-users] Fact in Guvnor

2011-08-03 Thread S.M.H.Jamali
Hello All After upload a jar file which contains some java bean (Fact) to Guvnor , gwt-console don't detect my process definitions ! I have facts , processes and rules all in Guvnor and i build the defaultPackage successfully but gwt-console process list don't show my newly added process !

[rules-users] Scanning changeset changes

2011-08-03 Thread varces
I need to scan changes in the changset.xml file, when I add a new resource entry in the changeset.xml file, I need to update the knowledgebase with the new package. If I have this changeset.xml whent startup the drools engine: change-set xmlns=http://drools.org/drools-5.0/change-set;

Re: [rules-users] Scanning changeset changes

2011-08-03 Thread Esteban Aliverti
Knowledge Agent doesn't listen on changeset changes. What you can do is to create a new changeset and apply it into the agent whenever you want to add a new resource. Best Regards, Esteban Aliverti - Developer @ http://www.plugtree.com - Blog @