[rules-users] pass parameters when starting process on gwt-console-server

2010-11-19 Thread melc
Hello everyone!! Is it possible to pass parameters to gwt-console-server when starting a process?? >From code I noticed that calling the service /gwt-console-server/rs/process/definition/{id}/new_instance , the class org.jboss.bpm.console.server.ProcessMgmtFacade does not accept parameters and onl

Re: [rules-users] gwt-console not on localhost

2010-11-19 Thread melc
Also other related ChangeSet.xml files may have to be edited i.e. the ChangeSet.xml inside drools-gwt-graph-5.1.1.jar for displaying the diagram of the process etc. In addition for human tasks to work from gwt-console and gwt-console-server it is necessary to change appropriately the hardcoded lo

Re: [rules-users] drools gwt-console issues

2010-11-19 Thread melc
For issue #1 it can be solved by following the steps below, please note that drools technologies used are 5.1 as downloaded from the default download link of the site (unfortunately was not able to use the lastSuccessfulBuild from https://hudson.jboss.org/hudson/job/drools/lastSuccessfulBuild/arti

Re: [rules-users] drools gwt-console issues

2010-11-17 Thread melc
For issue # 2 it seems that in order for gwt-console to display the current state of the guvnor package after build, the StatefulKnowledgeSession object ksession in org.drools.integration.console.DroolsFlowCommandDelegate will have to be reinitialised i.e. from method getSession(), but this never

Re: [rules-users] gwt-console not on localhost

2010-11-17 Thread melc
Ok, in order to achieve this it is required to edit the url accordingly in ChangeSet.xml of drools-gwt-console-5.1.1.jar in the deployed gwt-console-server-drools.war . -- View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/gwt-console-not-on-localhost-tp1917604p191

[rules-users] gwt-console not on localhost

2010-11-17 Thread melc
Hello all, Can someone please tell me whether it is possible to add processes to guvnor and view the processes on gwt-console when jboss is not bound to localhost, but to a specific address instead?? I only see processes on gwt-console when everything is deployed on jboss running on localhost...

Re: [rules-users] GWT not working

2010-11-17 Thread melc
Hello, I would suggest you begin your journey with jboss 4.2.3 . It is going to be a rough ride anyway so I would suggest not to place another parameter to the system installation before you really get around with how the system behaves and how it is actually working -- View this message in

Re: [rules-users] drools flow 5.2.0.SNAPSHOT

2010-11-17 Thread melc
If I include the org.drools.persistence.processinstance.variabletypes package in drools-flow-persistence-jpa-5.2.0.SNAPSHOT.jar of gwt-console-server-drools.war I get another exception at org.drools.integration.console.DroolsFlowCommandDelegate.java line 63 when trying to view the processes. While

[rules-users] drools flow 5.2.0.SNAPSHOT

2010-11-17 Thread melc
Hi all, Has anyone tried from the lastSuccessfulBuild - #6023, the drools flow part?? i.e. create a process in guvnor and view it from gwt-console or gwt-console-server or should we not touch that yet?? and play with the 5.1 version of the gwt-console/gwt-console-server?? The log with the excepti

[rules-users] drools gwt-console problems

2010-11-11 Thread melc
Hello, Can you please assist with two issues that I have related to gwt-console, 1. In gwt-console after starting a simple process with one human task (the sample process from eclipse with one human task before ending) and clicking the diagram button (as shown on the screencast http://people.red

Re: [rules-users] Unable to locate a login configuration

2010-11-10 Thread melc
As stated in documentation, http://downloads.jboss.com/drools/docs/5.1.1.34858.FINAL/drools-guvnor/html_single/index.html#d0e163 Initally, Guvnor uses jaas but no password checking occurs etc So if you edit components.xml to comment and uncomment so everyone is guest, you might be ok. p.s.

Re: [rules-users] Unable to locate a login configuration

2010-11-10 Thread melc
I think it has to do with jaas in tomcat, take a look here it might help http://drools-java-rules-engine.46999.n3.nabble.com/Authentication-using-Tomcat-td1125931.html#a1126812 -- View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/Unable-to-locate-a-login-configura

Re: [rules-users] Guvnor and oryx designer problems (melc)

2010-11-10 Thread melc
If so, what are the proper versions of guvnor and oryx designer to achieve this?? Thank you very much for your time and help. -- View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/Re-Guvnor-and-oryx-designer-problems-melc-tp1868329p1874767.html Sent from the Dr

Re: [rules-users] Drools Human Task Service Persistence

2010-11-09 Thread melc
Hello, At first glance the "select start" keyword alone in the query (as shown in the log, ...sk task0_, Deadline deadline1_ where (deadline1_.id in (select start deadl2_.id from Deadline startdeadl2_ where task0_.id=startdeadl2_) will probably not work in Oracle. Start is a reserved keyword

Re: [rules-users] Guvnor and oryx designer problems

2010-11-09 Thread melc
Can someone please tell me a version of the oryx designer that works correctly with guvnor version 5.1 or 5.2.0-snapshot? Did anyone else have problems when trying to view on guvnor oryx designer a bpmn diagram created in eclipse?? Any solution?? Thank you -- View this message in context: http

Re: [rules-users] Guvnor and oryx designer problems

2010-11-08 Thread melc
I'm really sorry for the previous log please ignore it, it is associated with some other error The log related to the error displayed ("Sorry, a technical error occured. Please contact a system administrator") when using guvnor SNAPSHOT 5.2.0 is the following, (Thanks) 2010-11-08 17:48:

[rules-users] Guvnor and oryx designer problems

2010-11-08 Thread melc
Hello everyone, I have added a sample.bpmn workflow (this is the default eclipse sample with an extra Script Task printing goodbye to the console before ending) from eclipse to guvnor, then i tried to edit the sample.bpmn from guvnor using the oryx designer 1.0.0.026-SNAPSHOT from http://anonsvn.

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