[rules-users] process-designer deserialization error

2010-11-03 Thread AlfredoLatini
Hi, i have a problem with oryx process-designer and drools guvnor. I have created a process with process-designer and i saved it. Then i have opened this file with eclipse and i uploaded this file in guvnor repository. I have opened the process in drools guvnor and the following exception

Re: [rules-users] ActivationCancellationEvent

2010-11-03 Thread Michael Anstis
Please don't email me direct. I won't reply in the future. All questions and answers are of value to the community as a whole. AFAIK, Activation Cancelled events would trigger in reaction to the revocation of a logically inserted fact that caused an activation to trigger in the first place. It

Re: [rules-users] process-designer deserialization error

2010-11-03 Thread melc
I also get this error when creating a bpmn process in eclipse (galileo) and trying to open/view it in guvnor, having it committed first. I'm using jboss-5.1.0.GA and drools version 5.1 . The application server is running on port 8080 (default configuration). I'm not using any rdbms only what

Re: [rules-users] process-designer deserialization error

2010-11-03 Thread melc
I also get this error when creating a bpmn process in eclipse (galileo) and trying to open/view it in guvnor, having it committed first. I'm using jboss-5.1.0.GA and drools version 5.1 . The application server is running on port 8080 (default configuration). I'm not using any rdbms only what

Re: [rules-users] process-designer deserialization error

2010-11-03 Thread Kris Verlaenen
Alfredo, Yes, the GuvnorAPIServlet seems to be connecting hardcoded to http://localhost:8080/designer/bpmn2_0deserialization;. I'll see if I can update this to something better or at least configurable. Kris AlfredoLatini wrote: Hi, i have a problem with oryx process-designer and drools

Re: [rules-users] Marshalling Error : JBRULES-2453

2010-11-03 Thread drooRam
bump -- View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/Marshalling-Error-JBRULES-2453-tp1792992p1835406.html Sent from the Drools - User mailing list archive at Nabble.com. ___ rules-users mailing list

[rules-users] Building a rule base from the content of a directory

2010-11-03 Thread Bruno Freudensprung
Hello, I plan to use the Drools Eclipse plugin in order to create rules with both the Guided rule editor and the Rule resource editor, and I would like to write a rather generic piece of code (using a KnowledgeBuilder) in order to setup a KnowledgeBase from the rule files contained in a

Re: [rules-users] process-designer deserialization error

2010-11-03 Thread Kris Verlaenen
Hi, It is possible there are still issues between Oryx and Drools Eclipse plugin, as they are both using the same spec but not necessarily the same version (or interpreting the spec differently). First of all, I would recommend updating to the latest version of the Oryx designer

[rules-users] DROOLS 5.1 JBOSS 4.2.3 POSTGRES DUPLICATE KEY ERROR

2010-11-03 Thread fugu
Hello everybody We are setting up DROOLS 5-1+JBOS4.2.3+POSTGRES 8.4 When server starts up we get this error 10:22:37,228 ERROR [STDERR] SLF4J: Found binding in

[rules-users] Building a rule base from the content of a directory

2010-11-03 Thread Bruno Freudensprung
Hello, Sorry for the duplicate post, the previous one got inserted into another thread (also sorry for that). So here it is... in its own thread :-). I plan to use the Drools Eclipse plugin in order to create rules with both the Guided rule editor and the Rule resource editor, and I would

Re: [rules-users] process-designer deserialization error

2010-11-03 Thread Antoine Toulme
The Process Designer is being developed here: http://github.com/intalio/process-designerhttps://github.com/intalio/process-designer We fixed the loading issue and it should work on Firefox and Safari as well as on Chrome, even the beta dev. We are working on implementing Chrome Frame support for

Re: [rules-users] process-designer deserialization error

2010-11-03 Thread melc
Great work! Thank you very much for your help guys!! -- View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/process-designer-deserialization-error-tp1833481p1837413.html Sent from the Drools - User mailing list archive at Nabble.com.

Re: [rules-users] Starting resource change scanner and notifier in drools-server.

2010-11-03 Thread Jason Davidson
Hello, Any tips on this? I'm seeing this same behavior using Drools 5.1.1: Spring Beans: !-- Drools : -- drools:resource-change-scanner id=scanner interval=10 / drools:kbase id=ruleKBase /drools:kbase drools:kagent id=kagent1 kbase=ruleKBase drools:resources

[rules-users] UserTask parameters mapping and gwt-console

2010-11-03 Thread Juan Ignacio Barisich
Hi. I'm using the gwt-console and trying to set a parameter mapping to send some variables from the process to a task. First, the variables are setted in the process like: header variables variable name=myVariableA type

Re: [rules-users] UserTask parameters mapping and gwt-console

2010-11-03 Thread Kris Verlaenen
Juan, You're pretty close to the actual solution ;) The only problem is that you can't just map values to new work item parameters and expect them to show up in the task somehow. There is one parameter called Content that can be used to put in data that might be needed / relevant during task

Re: [rules-users] Marshalling Error : JBRULES-2453

2010-11-03 Thread Mark Proctor
On 03/11/2010 15:01, drooRam wrote: bump you'll need to make a minimal self contained test that removes everything but what is necessary to show the problem, then attach it as a jira. The marshalling stuff is very cryptic and impossible to debug with a test case. Mark

Re: [rules-users] Starting resource change scanner and notifier in drools-server.

2010-11-03 Thread Mark Proctor
It won't detect changes on the classpath. Needs to be file or http. Mark On 03/11/2010 21:49, Jason Davidson wrote: Hello, Any tips on this? I'm seeing this same behavior using Drools 5.1.1: Spring Beans: !-- Drools : -- drools:resource-change-scannerid=scannerinterval=10/