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

2011-01-12 Thread alim
Hello Kris, I was wondering if there's already a Guvnor version with the connection to the designer being configurable? Greetings, Audrey Kris Verlaenen wrote: > > Yes, the GuvnorAPIServlet seems to be connecting hardcoded to > "http://localhost:8080/designer/bpmn2_0deserialization";. I'll s

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

2010-11-07 Thread Kris Verlaenen
Hi, Yes, the NPE you are getting is because the package as defined in the process is not the same as the package in Guvnor. You can set the package of your process either by changing the XML file as you described, but there is also a package name property on the process (just click the backgr

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

2010-11-07 Thread melc
Finally I think I've got something after debugging the source. Well at least the compilation issues as well as viewing and running the process from gwt-console have been resolved for now. I'm not sure if it is something that needs to be corrected or whether i've missed it somewhere. But the story

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

2010-11-06 Thread melc
Tried to install everything from scratch on another environment (java is 1.6 specifically this one is 1.6.0_11, the other I think was 1.6.0_21, both windows unfortunately), again this time following carefully the installation procedure based on the Drools Installer. Everything went smoothly and th

Re: [rules-users] process-designer deserialization error (new ISSUE)

2010-11-05 Thread melc
Antoine thank you very much for the link, I"ll use it hopefully to get rid of the editing problem :-) i'm currently facing. I'm actually using jboss so I should probably have no problems using it directly. -- View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/

Re: [rules-users] process-designer deserialization error (new ISSUE)

2010-11-05 Thread Antoine Toulme
Process Designer went a long way since, I recommend you try this: http://www.intalio.org/public/maven2/com/intalio/bpms/web/designer/1.0.0.040/designer-1.0.0.040.war You will need to tweak the web.xml to support Tomcat I think. Good luck! Antoine On Fri, Nov 5, 2010 at 08:24, melc wrote: > >

Re: [rules-users] process-designer deserialization error (new ISSUE)

2010-11-05 Thread melc
Kris, I have followed your instructions and downloaded all files related to, https://hudson.jboss.org/hudson/job/drools/lastSuccessfulBuild/artifact/trunk/target/ which are snapshot 5.2.0 and also the designer from, http://anonsvn.jboss.org/repos/labs/labs/jbossrules/contrib/designer/1.0.0.026-SN

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] process-designer deserialization error

2010-11-03 Thread Antoine Toulme
The Process Designer is being developed here: http://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 fo

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 (unfortunatel

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 drool

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 co

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 co

[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 occurr