[jboss-user] [jBPM Users] - Re: how to differentiate different ends ?

2009-11-02 Thread npirard
btw, do not hesitate to vote for the JIRA issue Joram filed ;-) since it should not be very complicated to fix, it should be easily patchable even before jbpm team releases the fix. I admit, however, I have not yet found time to try it View the original post :

[jboss-user] [jBPM Users] - Re: errors with logging into console - jbpm-4.1

2009-10-16 Thread npirard
I would say it may have something to do with the jbpm.hibernate.cfg.xml View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4260690#4260690 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4260690

[jboss-user] [jBPM Users] - Re: About HistoryService

2009-10-16 Thread npirard
here a Jira query (thanks kukeltje) that may show you what is not yet implemented : https://jira.jboss.org/jira/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?query=historysummary=truedescription=truebody=truepid=10052status=1tempMax=25 do not hesitate to vote :-) View the

[jboss-user] [jBPM Users] - Re: errors with logging into console - jbpm-4.1

2009-10-16 Thread npirard
sorry for my poor posting, I read too quickly, did not realize that your question was about the console View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4260762#4260762 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4260762

[jboss-user] [jBPM Users] - Re: How to get history variables and processInstanceId from

2009-10-06 Thread npirard
of course I intend to have a look at the code, if I get time (hahaha ;-) (and even more time to set up a jbpm dev environment, write tests and everything). It is too frustrating otherwise, and probably not very complicated, as you say but there is something else I do not really get : if jbpm 4

[jboss-user] [jBPM Users] - Re: How to get history variables and processInstanceId from

2009-10-06 Thread npirard
hey, do not let managers read that holiday requests may be unimportant !! ;-))) I'll ask one of the core devs to respond. thanks! I promise I will really give at least a serious look into the code this week View the original post :

[jboss-user] [jBPM Users] - Re: How to get history variables and processInstanceId from

2009-10-02 Thread npirard
[jBPM 4] hello, I think I need access to history variables too. Here is my need : _ I create a process instance that does some stuff, and in particular creates a business object I will need to retrieve (an entity stored somewhere) _ after the workflow is over, I would like to retrieve what it

[jboss-user] [jBPM Users] - Re: Is there any kind of variable in JBPM4 like 'transient v

2009-09-04 Thread npirard
in fact I made a quick test workaround yesterday using a Custom I try to pack the code and post it here this day, I'd be glad if anyone could point a flaw in it, if any, or validate my secret parameter is not recorded in some JBPM table ;-) the ThreadLocale idea is nice too, thanks View the

[jboss-user] [jBPM Users] - Re: Is there any kind of variable in JBPM4 like 'transient v

2009-09-04 Thread npirard
; | | import org.jbpm.api.Execution; | import org.jbpm.api.ProcessInstance; | import org.jbpm.test.JbpmTestCase; | | /** | * test the possibility to inject parameters at some point of a process without | * persisting them | * | * @author npirard | */ | public class

[jboss-user] [jBPM Users] - Re: process simulation without server

2009-09-04 Thread npirard
as far as I have tested, no need of a server to run the junits View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4253584#4253584 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4253584

[jboss-user] [jBPM Users] - Re: [jBPM 4.1] not finding the GPD

2009-09-03 Thread npirard
ok, I have done it, I thought it could have been quickly fixed without all the burden (filing a Jira is longer than actually fixing, I presume), but anyhow, I have always been a great fan of e-bureaucracy ;-) https://jira.jboss.org/jira/browse/JBPM-2519 View the original post :

[jboss-user] [jBPM Users] - Re: [jBPM 4.1] not finding the GPD

2009-09-03 Thread npirard
of course, it is a bit frustrating, but I understand that coordinating a large team may be rather complex, I was just kidding a bit, hence the smiley ;-) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4253264#4253264 Reply to the post :

[jboss-user] [jBPM Users] - Re: Is there any kind of variable in JBPM4 like 'transient v

2009-09-03 Thread npirard
Hello I am not sure if I get the point here. I would like to forward a variable throughout some decisions but without persisting them (sensitive data that should not be in my DB) could this idea of transient variable be what I am looking for? but then I do not quite understand the thread

[jboss-user] [jBPM Users] - [jBPM 4.1] not finding the GPD

2009-09-02 Thread npirard
I did not find the subdirectory gpd when unzipping the jbpm-4.1.zip , whereas it was present in the 4.0 version. (and is referred to in the 4.1 doc jbpm-4.1/doc/userguide/html_single/index.html#graphicalprocessdesigner) Is it elsewhere now? --- yes , it is in jbpm-4.1\install\src\gpd could

[jboss-user] [jBPM Users] - Re: how to differentiate different ends ?

2009-08-28 Thread npirard
thank you rams.rapo, I had seen this too, but was not too sure I could rely on it then you confirm there is no standard API way to do it ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252205#4252205 Reply to the post :

[jboss-user] [jBPM Users] - Re: how to differentiate different ends ?

2009-08-28 Thread npirard
maybe modifying HistoryProcessInstanceQueryImpl to add a query possibility on endActivityName the same way as it is already done for state would work ? it means modify org.jbpm.pvm.internal.query.HistoryProcessInstanceQueryImpl.hql() + add a field and its setter but there is maybe a reason

[jboss-user] [jBPM Users] - how to differentiate different ends ?

2009-08-27 Thread npirard
[jBPM 4] Is there a simple mean to differentiate the differente possible ends of a process? For instance in the example org.jbpm.examples.end.multiple.EndMultipleTest that comes with the distribution, a process may have three different ends. But once the process is ended, how can we know what

[jboss-user] [JBoss jBPM] - Re: BPEL and jBPM4

2009-08-21 Thread npirard
steeqs4, if you could answer, I would be interested in what you did with Glassfish/BPEL, since Glassfish is my target : _ did you need additional components to Glassfish ? like OpenESB ? _ does your solution have a persistence service ? (or something that remembers when a process was stopped

[jboss-user] [JBoss jBPM] - BPEL and jBPM4

2009-08-20 Thread npirard
Hello, sorry if I overlooked something somewhere, but it seems the latest doc on BPEL and jBPM only mentions jBPM v3 plus it is BPEL version 1.1 when I looked in the forum I did not find any clear references with BPEL and JBPM 4 in JIRA I think next version for BPEL is 1.2

[jboss-user] [JBoss jBPM] - Re: Confusing regarding unit test

2009-08-19 Thread npirard
I tried the your code, got the same result and got confused a bit but then I tried : | ProcessInstance processInstance = executionService.startProcessInstanceByKey(task_types/*, variables*/); | Execution execution = processInstance.findActiveExecutionIn(state1); |

[jboss-user] [JBoss jBPM] - Re: Confusing regarding unit test

2009-08-19 Thread npirard
PS : not sure this is the intended behaviour, though ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4250339#4250339 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4250339 ___

[jboss-user] [JBoss jBPM] - Re: Confusing regarding unit test

2009-08-19 Thread npirard
IMHO, state 1 is not active anymore, but the instance of ProcessInstance you use is obsolete at the end, there is a need to obtain a newer instance what I question is wether the fact that instances of ProcessInstance get obsololete is intended or not View the original post :

[jboss-user] [JBoss jBPM] - Re: [GPD] Duplication of tag and problems with the setting o

2009-08-18 Thread npirard
Hallo, when I was trying to set properties of process elements in the process definition like task names the letters have been written from right to left. I have got the same problem I sometimes encounter it also when editing xml or html files with eclipse, do not know if there is a link

[jboss-user] [JBoss jBPM] - Re: jbpm4 user guide : small error in doc

2009-08-18 Thread npirard
figure Figure 6.20 is not correct either, I'd say jira updated View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4250153#4250153 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4250153

[jboss-user] [JBoss jBPM] - Re: jbpm4 user guide : small error in doc

2009-08-17 Thread npirard
one more point : in § 6.2.3.1. Decision conditions there should be an image with url http://docs.jboss.com/jbpm/v4.0/userguide/html_single/images/process.decision.png but there is nothing at this URL, so that the image does not show. I suppose the correct URL would be :

[jboss-user] [JBoss jBPM] - jbpm4 user guide : small error in doc

2009-08-14 Thread npirard
http://docs.jboss.com/jbpm/v4.0/userguide/html_single/#deployingaprocess the given example is : long deploymentDbid = repositoryService.createDeployment() .addResourceFromClasspath(org/jbpm/examples/services/Order.jpdl.xml) .deploy(); but in fact deploy() returns a String ;-) could

[jboss-user] [JBoss jBPM] - Re: jbpm4 user guide : small error in doc

2009-08-14 Thread npirard
same kind of inaccurracy : the id in table 5.1 and 5.2 has a format like {key}:{version} (with : between key and version) whereas the text above states : The id will have format {key}-{version} with a dash between key and version and paragraph 5.6.2 seems to use this dash format too View the

[jboss-user] [JBoss jBPM] - Re: jbpm4 user guide : small error in doc

2009-08-14 Thread npirard
https://jira.jboss.org/jira/browse/JBPM-2486 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4249688#4249688 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4249688 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: is it possible to use jBPM with TopLink instead of Hiber

2009-07-13 Thread npirard
Thank you Ronald and Mohamed ! -- Nicolas View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4243168#4243168 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4243168 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: is it possible to use jBPM with TopLink instead of Hiber

2009-07-10 Thread npirard
thank you jbarrez for the quick answer. Too bad for now ;-) anyway, do you know of an open BPM solution that would work with TopLink ? -- Nicolas View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4242781#4242781 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: is it possible to use jBPM with TopLink instead of Hiber

2009-07-10 Thread npirard
you can have your own datamodel for your businessdata accessed via TopLink and have both participate in the same transaction. well then, I should give it a try, thanks for the advice. Did you actually do it, or see it working? in my project they had already problems trying to use Hibernate

[jboss-user] [JBoss jBPM] - is it possible to use jBPM with TopLink instead of Hibernate

2009-07-09 Thread npirard
Hello, pardon the newbie question, but I am looking for a BPM solution that would not require Hibernate, since we use Glassfish + TopLink, and I suspect having both TopLink and Hibernate could cause problems hence my question : is it possible to use jBPM without Hibernate, or is Hibernate a