[jboss-user] [JBoss jBPM] - Re: jbpm 3.2 Session Is Closed exception in JobSession

2009-01-28 Thread srLucas
Hi, I am experiencing the same issue here. I haven't found the solution yet (I might try the posted solution here) but wanted to post the problem for future reference... the error I am getting is the following: 17:53:07,343 [http-8080-4] INFO ContextAdvice : -- ContextAdvice in

[jboss-user] [JBoss jBPM] - Re: Not getting TaskEndLog when canceling the TaskInstance

2009-01-27 Thread srLucas
I am experiencing a similar issue. I am still trying to track down what is wrong, but in my case the following code: JbpmContext jbpmContext = getContext(); TaskInstance taskInstance = jbpmContext.getTaskInstance(taskInstanceId); // leave the node if

[jboss-user] [JBoss jBPM] - Jbpm Identity model questions

2009-01-19 Thread srLucas
Hi, I've been reading through the jbpm identity documentation (jbpm-jpdl.pdf) and I have a few questions that I am not sure how to deal with: 1.- Is it possible to add swimlanes (or roles) to transitions? There are states where I only want some users to be able to signal de process 2.- I am

[jboss-user] [JBoss jBPM] - JbpmContext usage best practices

2009-01-14 Thread srLucas
Hi!, I am using JBPM + Spring (springmodules0.8a) + Struts to create an application. I would like to know what are the best practices regarding the jbpmContext and how to create it/reuse it. This is my spring configuration | bean id=dc-workflow |

[jboss-user] [JBoss jBPM] - Re: JbpmContext usage best practices

2009-01-14 Thread srLucas
Thanks for the reply... unfortunately, if I close the context every time (with the finally clause) the performance is terrible... I thought that maybe I could have the context get closed by spring as soon as the entire transaction is finished there are some cases where the context gets

[jboss-user] [JBoss jBPM] - Latest jbpm-console sources

2008-12-17 Thread srLucas
Hi All, I've been trying to get my hands on the jbmp-console sources without luck. I am confused as to where they are located on the SVN server: 1.- http://anonsvn.jboss.org/repos/jbpm/projects/jsf-console or 2.- http://anonsvn.jboss.org/repos/jbpm/console/trunk Any ideas on which one I should

[jboss-user] [JBoss jBPM] - Re: jbpm-console error

2008-11-17 Thread srLucas
I'll try now and will let you know... the problem is.. the pasted source is from jbpm-console source if there is indeed an error... should I raise a JIRA bug? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4189860#4189860 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: jbpm-console error

2008-11-17 Thread srLucas
didn't work.. :( this is the error I am getting now, same as before though. XML Parsing Error: not well-formed Location: http://localhost:8080/jbpm-console/sa/procdef.jsf?id=1 Line Number 92, Column 60:Process Instances ---^

[jboss-user] [JBoss jBPM] - jbpm-console error

2008-11-14 Thread srLucas
Hi All, I finally solved the login issue and now I can see the processes list, but when trying to examine any process I get this error: XML Parsing Error: not well-formed Location: http://localhost:8080/jbpm-console/sa/procdef.jsf?id=3 Line Number 92, Column 60: this is from

[jboss-user] [JBoss jBPM] - Can't get jbmp-console to login

2008-11-13 Thread srLucas
Hi, I've followed all the steps in the guide here [http://www.jboss.org/community/docs/DOC-11161] but I am not being able to log-in to the web console... at first I was getting several errors, then I configured mysql properly and only got wrong/username and password errors. (I was trying with