[jboss-user] [JBoss jBPM] - Re: How to not end task while there is still users to verify

2009-06-09 Thread kukeltje
swatis is right, and you can always cancel parallel task with actionhandlers. Look at http://planetjbpm.wordpress.com/2008/10/01/implementing-milestones-in-jbpm/ for examples View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236493#4236493 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: getting current task owner information

2009-06-09 Thread kukeltje
have you looked at any api? Your question is so generic that my first answer would be 'yes' View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236524#4236524 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4236524

[jboss-user] [JBoss jBPM] - Re: JBPM Nested Fork/Joins Doesn't seem to work

2009-06-08 Thread kukeltje
nope, not even the second time : -) Use [ c o d e ] [ / c o d e ] tags around it, without the spaces. Ont small thing though. If it is not to much trouble, the example I referred to had everyting in one file. The processdefinition as a string and the actionhandlers as inner classes. That way I

[jboss-user] [JBoss jBPM] - Re: JBPM Nested Fork/Joins Doesn't seem to work

2009-06-08 Thread kukeltje
ah, sorry, I missed the thrid time :-) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236060#4236060 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4236060 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: JBPM Nested Fork/Joins Doesn't seem to work

2009-06-08 Thread kukeltje
oh, and one more thing, it would be nice if you could reduce the test to a minimal one. Just showing this one issue. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236063#4236063 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: JBPM Nested Fork/Joins Doesn't seem to work

2009-06-08 Thread kukeltje
do you have the gpd.xml file as well? I cannot get it layed-out nicely View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236079#4236079 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4236079

[jboss-user] [JBoss jBPM] - Re: JBPM Nested Fork/Joins Doesn't seem to work

2009-06-08 Thread kukeltje
Ok, one initial remark. A fork should always have *one* corresponding join. ALL tokens that start in a fork should have one common join as the first join they can encounter! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236082#4236082 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: JBPM Nested Fork/Joins Doesn't seem to work

2009-06-08 Thread kukeltje
hmm... strange... then you should have no visual layout... well, I already got 'something' that looks kind of useful. You should really look into your fork.join constructs. Most are not correct. Things like having one transition of a fork going to the node before (propose adjustments) is not

[jboss-user] [JBoss jBPM] - Re: Finding outgoing transitions - jBPM 4

2009-06-08 Thread kukeltje
1: yes afaik 2: use the taskservice, at least for the 'human' tasks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236099#4236099 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4236099

[jboss-user] [JBoss jBPM] - Re: JBPM Nested Fork/Joins Doesn't seem to work

2009-06-08 Thread kukeltje
It's not that it won't work what you try, but you e.g. should end tasks when there are tasks, not signal tokens in tasknodes. And where does it go wrong in your test? I get the junit.framework.ComparisonFailure: propose should be at join1 expected:[join1] but was:[auto-signoff-adj] That

[jboss-user] [JBoss jBPM] - Re: JBPM Nested Fork/Joins Doesn't seem to work

2009-06-08 Thread kukeltje
anonymous wrote : Your help has been invaluable. I know ;-) Need some contractors? hahaha View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4236139#4236139 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4236139

[jboss-user] [JBoss jBPM] - Re: Desperately seeking 3.1.4 - 3.2.3 migration notes

2009-06-07 Thread kukeltje
well, since you are part of the jBPM 'community', and you confirmed it works when changing 0 to 1, you might file a Jira issue. That is the way the 'jBPM group' is notified and take action. When that is done, I'll be more than happy to update the release notes. One question though. Jobs that

[jboss-user] [JBoss jBPM] - Re: JBPM Nested Fork/Joins Doesn't seem to work

2009-06-07 Thread kukeltje
Should work. Can you make a unittest that demonstrates the problem? Please make the unittest like: http://fisheye.jboss.com/browse/~raw,r=4398/JbpmSvn/jbpm3/trunk/modules/core/src/test/java/org/jbpm/job/executor/JobExecutorDbTest.java View the original post :

[jboss-user] [JBoss jBPM] - Re: how generate image for a process definitions file in jpd

2009-06-07 Thread kukeltje
The 4.0 CR1 designer is part of the normal release: jbpm-4.0.CR1.zip View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4235839#4235839 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4235839

[jboss-user] [JBoss jBPM] - Re: JBPM Nested Fork/Joins Doesn't seem to work

2009-06-07 Thread kukeltje
yes, that is what fully contained/nested means Regarding do's/dont's, this is the most important one, together with 'do not loop for polling the existence of a file' kind of things. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4235849#4235849 Reply to

[jboss-user] [JBoss jBPM] - Re: JBPM Nested Fork/Joins Doesn't seem to work

2009-06-07 Thread kukeltje
If you manually signal tokens, a non fully nested fork/join might work, but that behaviour is not guaranteed to stay/be the same over versions. What do you mean by 'how task signalling works'? You end a task and the token continues if the other attributes on the task node allow it to. By

[jboss-user] [JBoss jBPM] - Re: JBPM Nested Fork/Joins Doesn't seem to work

2009-06-07 Thread kukeltje
if you have the unittest, please post it. Then I can see what you do instead of guessing or reading text ;-) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4235864#4235864 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: how generate image for a process definitions file in jpd

2009-06-05 Thread kukeltje
First of all (without wanting to offend you) you are the one that should provide more info, at least next time. If tou saw the jira issue, you should have mentioned that. Would have saved *me* 15 minutes. Secondly, CR1 is *newer* than beta2 as you could also make up from the jira View the

[jboss-user] [JBoss jBPM] - Re: How to end TaskInstance in a ActionHandler

2009-06-05 Thread kukeltje
No, works with db persistency as well. Look at the docs for the jpdl attributes and/or look at the unittests in the source View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4235601#4235601 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: notifying jbossesb services when a JBPM workflow is canc

2009-06-05 Thread kukeltje
create an event-handler on the process-end event (or cancel, please check that). From the action in the event-handler, you can do anything you can do in Java. You could e.g. create a token, put that in a totally independent esb node and have that node do something. View the original post :

[jboss-user] [JBoss jBPM] - Re: Desperately seeking 3.1.4 - 3.2.3 migration notes

2009-06-05 Thread kukeltje
BUT TRY IT IN A TEST SYSTEM FIRST And use it at your own risk, I'm just a ;-) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4235701#4235701 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4235701

[jboss-user] [JBoss jBPM] - Re: Desperately seeking 3.1.4 - 3.2.3 migration notes

2009-06-05 Thread kukeltje
The db migration script is from the moment that 3.2 GA became available. Might be that between 3.2 GA and 3.2.3 something changed in the jBPM code that makes it unusable as it is. From the code (I assume you analysed that to) I see inital jobs get retries=1 and the select statement does

[jboss-user] [JBoss jBPM] - Re: How to get TaskInstance in a ActionHandler

2009-06-04 Thread kukeltje
New questions in new topics please with correct subjects so everything is relevant View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4235227#4235227 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4235227

[jboss-user] [JBoss jBPM] - Re: JBPM: Sub Process

2009-06-04 Thread kukeltje
Please use some form of search functionality before posting like google or the sear of this forum Hint: probably has something to do with the deployment order View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4235230#4235230 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: jbpm_node table missing data

2009-06-04 Thread kukeltje
What is creating new nodes and how do you do that View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4235236#4235236 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4235236 ___

[jboss-user] [JBoss jBPM] - Re: jBPM timer's Action getting locked

2009-06-04 Thread kukeltje
please make a unittest like this that demonstrates the problem. with your action as an inner class as in the example. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4235268#4235268 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: How to end TaskInstance in a ActionHandler

2009-06-04 Thread kukeltje
normally, if you specify a transition on a timer, the node is 'left' and that task automatically ended. So doing this in an actionhandler is not needed nor advised (at least not in a tasknode) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4235295#4235295

[jboss-user] [JBoss jBPM] - Re: Problem deploying JBPM4.0.0.Beta2 on JBOSS 5.0.1.GA

2009-06-04 Thread kukeltje
where does spring come in? any chance you have multiple jBPM jars? Looks like a classloader problem View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4235298#4235298 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4235298

[jboss-user] [JBoss jBPM] - Re: jBPM 4 ProcessFactory/ProcessBuilder not found

2009-06-04 Thread kukeltje
what are you trying to achieve with alpha 2? Please try beta2 and the latest userguide and /or devguide. Depending on what you want to achieve, could be that you want to use the ProcessDefinitionBuilder View the original post :

[jboss-user] [JBoss jBPM] - Re: jBPM timer's Action getting locked

2009-06-04 Thread kukeltje
For testing that is good, but I cannot imagine that reducing it to 2 seconds solves the underlying problem. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4235320#4235320 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Problem deploying JBPM4.0.0.Beta2 on JBOSS 5.0.1.GA

2009-06-04 Thread kukeltje
could you turn on the trace level of org.jbpm.pvm.util.ReflectUtil and org.jbpm.jpdl.xml.BindingParser to see what the output is? Did you upgrade from a previous version that *did* work? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4235338#4235338 Reply to

[jboss-user] [JBoss jBPM] - Re: JBPM: Sub Process

2009-06-04 Thread kukeltje
Nothing in google? http://www.google.nl/search?q=jbpm+subprocess+deployment+null The *first* hit mentiones all!!! even the binding=late I would be very surprised if it is a (re-introduced) bug since there are lots of testcases for this and many users using 3.2.6SP1 and nobody seems to have

[jboss-user] [JBoss jBPM] - Re: jBpm 4 - How to obtain active tasks for process instance

2009-06-04 Thread kukeltje
https://jira.jboss.org/jira/browse/JBPM-2305 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4235398#4235398 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4235398 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: how generate image for a process definitions file in jpd

2009-06-04 Thread kukeltje
jBPM uses an issue registration system called Jira, you might have heard of it. Looking there before posting is a good habit: https://jira.jboss.org/jira/browse/GPD-320 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4235418#4235418 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: In jBPM 3.2.x SchedulerMain is discontined, how to run s

2009-06-04 Thread kukeltje
search for how to start the jobexecutor you'll find all info then. If you look in the source for testcases for this class you can see how it can be used in JSE apps. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4235501#4235501 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Desperately seeking 3.1.4 - 3.2.3 migration notes

2009-06-04 Thread kukeltje
1: maybe because the db is different? 2: Everything on SF should be regarded as out-of-date I think. There indeed was an issue which was fixed in newer 3.2.x releases (afaik) 3: I've heard something like this before. Not realy sure, but it might require manual changes to those values. View the

[jboss-user] [JBoss jBPM] - Re: How to get TaskInstance in a ActionHandler

2009-06-03 Thread kukeltje
http://docs.jboss.org/jbpm/v3/userguide/taskmanagement.html View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234935#4234935 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4234935 ___

[jboss-user] [JBoss jBPM] - Re: How to get TaskInstance in a ActionHandler

2009-06-03 Thread kukeltje
sorry, part fell off... use the context.getTaskManagementInstance() View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234937#4234937 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4234937

[jboss-user] [JBoss jBPM] - Re: JBPM Identity

2009-06-02 Thread kukeltje
First of all, your code will probably never be 100% independent of the process and in reality it never caused big problems for me. You can not, unfortunately, create kind of static variables in jBPM 3. But for assignmenthandlers, just like with actionhandlers, you can pass in data like

[jboss-user] [JBoss jBPM] - Re: scaling of jbpm4?

2009-06-02 Thread kukeltje
Jeff, jBPM 3 'clustering' questions have been posted in the forum several times. I suggest to try to read those first. Basically it boils down to jBPM using the DB as the place where everything is stored. That DB can be accessed from multiple jBPM 'instances' so Oh.. and google is your

[jboss-user] [JBoss jBPM] - Re: Fork and Child Tokens

2009-06-02 Thread kukeltje
if there is a token in a fork do not signal it. The child tokens are created in the jbpm fork 'implementation' as you might have expected. How to get the childtokens? Have you had a look at the api? (using an IDE with code completion also works ;-)) Tokens have names related to the path View

[jboss-user] [JBoss jBPM] - Re: How to re-assign task to other/s actor

2009-06-01 Thread kukeltje
Yes, by using the api View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234495#4234495 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4234495 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: JBPM Identity

2009-06-01 Thread kukeltje
anonymous wrote : Is that right ? Yes anonymous wrote : You also recommend custom AssignmentHanlders to react to some passed variable in order to find which user the task should be assigned to. How exactly would one pass such variable to the AssignmentHanlder ? Well, it is not a real

[jboss-user] [JBoss jBPM] - Re: scaling of jbpm4?

2009-06-01 Thread kukeltje
For jBPM 4, the same rules apply as for jBPM 3. Basics have not changed that much. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234499#4234499 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4234499

[jboss-user] [JBoss jBPM] - Re: jbpm pressure test

2009-06-01 Thread kukeltje
If you make good unittests, you can run those in tools that support using unittests for doing stresstest. For the rest the differences on how to strees test jBPM (the core!) is not that different from how you would test other systems. View the original post :

[jboss-user] [JBoss jBPM] - Re: Problem with the installer for JBPM beta2 - java.lang.Ab

2009-06-01 Thread kukeltje
https://jira.jboss.org/jira/browse/JBPM-2281 (it is good to search the jira first ;-)) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234530#4234530 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4234530

[jboss-user] [JBoss jBPM] - Re: JBPM Identity

2009-06-01 Thread kukeltje
Of course it is working :-P it was designed by Tom et al to work that way, so it's not even my idea. Still, better plugability would have been nice, so you could configure the engine to use a certain IAM solution instead of augmenting each processdefinition. View the original post :

[jboss-user] [JBoss jBPM] - Re: Automatic assignment of initiator in start-state task no

2009-05-29 Thread kukeltje
Hmm... I'm almost sure I had this working. I used the name 'initiator' though for the swimlane. On the one hand I cannot imagine this is required, but it probably is easy to give it a try. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4234035#4234035 Reply to

[jboss-user] [JBoss jBPM] - Re: Where ist the Websale Example Application?

2009-05-29 Thread kukeltje
You have to differentiate between 3.2.6 and 3.2.6. The latter (mainly) has the suite which contains everything, including a JBoss AS, can be just unzipped and used. The 3.2.6 has an installer. But again *nothing* has to be installed in the jbpm install dir. If you have a standalone JBoss AS,

[jboss-user] [JBoss jBPM] - Re: Where ist the Websale Example Application?

2009-05-29 Thread kukeltje
3.2.6 is *not supported* 3.3.x was dropped for several reasons (search the forum for the specifics) I just gave 3.2.6SP1, freshly downloaded from sourceforge a try and it does not download JBoss AS if the optional component is not selected But indeed, if you select download JBoss AS 5.0.0, it

[jboss-user] [JBoss jBPM] - Re: JBPM Identity

2009-05-27 Thread kukeltje
What is the relation between blah, 12 and where do you use the expression? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4233482#4233482 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4233482

[jboss-user] [JBoss jBPM] - Re: Ending tasks manually

2009-05-27 Thread kukeltje
what is the value of tr? is it 'null' by accident? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4233516#4233516 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4233516 ___

[jboss-user] [JBoss jBPM] - Re: JBPM Identity

2009-05-27 Thread kukeltje
Ok, here is another quick reply ;-) Well, you are kind of there, but not completely. I have to admit, the area of extending/overriding the identitycomponent and/or the ExpressionAssignmentHandler is/was kind of not really flexible and certainly not realy documented well. I think the

[jboss-user] [JBoss jBPM] - Re: Ending tasks manually

2009-05-27 Thread kukeltje
I'm curious to what the added value of doing the following is taskInstance =jbpmContext.getTaskInstance(taskInstance.getID()); View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4233551#4233551 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: JBPM Identity

2009-05-27 Thread kukeltje
anonymous wrote : Thanks again Ronald, :) Now can you imagine that some people think I'm rude? ;-) anonymous wrote : 'cause as I looked at the jBPM's source code, I saw that use of the identity ExpressionAssignmentHandler is hardcoded in the readAssignmentDelegation function of JpdlXmlReader

[jboss-user] [JBoss jBPM] - Re: Ending tasks manually

2009-05-27 Thread kukeltje
can you try | taskInstance.end(tr.getName()) | and see if it makes a difference? Secondly, make a *full* unittest with *everything* embedded (the processdefinition as a string) so I can test it? View the original post :

[jboss-user] [JBoss jBPM] - Re: Ending tasks manually

2009-05-27 Thread kukeltje
can you try | taskInstance.end(tr.getName()) | and see if it makes a difference? (I doubt it but nevertheless) And set the debug level for the TaskInstance class. If that does not result in anything, make a *full* unittest with *everything* embedded (the processdefinition as a string)

[jboss-user] [JBoss jBPM] - Re: Delegate config map of lists

2009-05-27 Thread kukeltje
correct. afaik, the 'value' can only contain Strings, or the likes, no maps, lists etc... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4233680#4233680 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4233680

[jboss-user] [JBoss jBPM] - Re: Ending tasks manually

2009-05-27 Thread kukeltje
frinux wrote : It doesn't make any difference (I already tried before). | | When debugging, I get the followinf messages (allthough not debug but WARN messages...°: | | WARN ProxyWarnLog:638 - Narrowing proxy to class org.jbpm.graph.node.TaskNode - this operation breaks == | |

[jboss-user] [JBoss jBPM] - Re: Ending tasks manually

2009-05-27 Thread kukeltje
frinux wrote : All I see in the debug is that jBPM is taking the wrong transition. No error. | | Here is the interesting part of the log : | | GraphElement:180 - event 'node-leave on 'TaskNode(valider_demande)' for 'Token(/)' | | GraphElement:180 - event 'transition' on

[jboss-user] [JBoss jBPM] - Re: Abstract class for ActionHandler implementation

2009-05-27 Thread kukeltje
depends on how you deployed the jbpm jar as well. If that is global then there should be no problem. If that is in a war and the common.jar is global then there is a problem (not jbpm related btw, but generic classloading) View the original post :

[jboss-user] [JBoss jBPM] - Re: Delegate config map of lists

2009-05-27 Thread kukeltje
Yes, you are 'misinterpreting' the docs. You can pass in maps, collections etc, but each value can only be a simple type (String, Integer etc, but no map, list, collection) You *can* pass in arbitrary complex XML structures that will be converted to Document if you use that as the type in your

[jboss-user] [JBoss jBPM] - Re: ObjectNotFoundException when starting Execution with Tas

2009-05-26 Thread kukeltje
your definition is wrong, you need a task-node around the task, assuming you are using jbpm 3 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4233382#4233382 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4233382

[jboss-user] [JBoss jBPM] - Re: Clone a Process Instance

2009-05-26 Thread kukeltje
anonymous wrote : I found a way though, but I can't make it work. That is cool. You found a way but cannot make it work. IMO you did not find a way then, at least not yet ;-) Not sure but it might be related to some hibernate deepcloning stuff. Never tried this, so I'm not sure. View the

[jboss-user] [JBoss jBPM] - Re: Graphical jBPM designer for workflows

2009-05-26 Thread kukeltje
why 'quite emergency' You can use it separately from other tooling. You do not ask e.g. Tibco to develop a netbeans based developer ui either? I do not see the 'problem´ Regarding the Nuxeo question, you most likely get a better/quicker answer in their forum. Afaik you can use the definitions

[jboss-user] [JBoss jBPM] - Re: Graphical jBPM designer for workflows

2009-05-26 Thread kukeltje
Personally, (I like netbeans to) I'd hope that there will *not* be two efforts (not even a community one) just for the sake of having almost the same functionality in netbeans as there is in eclipse (jpdl wise). Just like I said, we could develop applications for Tibco Process Engine with their

[jboss-user] [JBoss jBPM] - Re: deploy process archive to server programmatically

2009-05-25 Thread kukeltje
google is your friend http://lists.jboss.org/pipermail/jbpm-users/2008-July/000395.html View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232944#4232944 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4232944

[jboss-user] [JBoss jBPM] - Re: Problems building jbpm-3.3.0.GA from sources

2009-05-25 Thread kukeltje
you should use 3.2.6. Search the forum on why 3.3.0 was 'dropped' View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232946#4232946 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4232946

[jboss-user] [JBoss jBPM] - Re: JBPM process xml : use of primitive in event listener or

2009-05-25 Thread kukeltje
what do you mean by 'it's not the same field'? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232947#4232947 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4232947 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: Could not make local copy for file: root/server/server/j

2009-05-22 Thread kukeltje
uhmmm change the filepermission back? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232715#4232715 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4232715 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: Sending mail to multiple actors in AssignmentHandler...

2009-05-22 Thread kukeltje
I do not see anything wrong with this... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232717#4232717 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4232717 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: Retrieveing a var when the class changed

2009-05-22 Thread kukeltje
if you consider marshalling it to e.g. a string, or writing a hibernate mapping a solution, there is. Otherwise I think not (but I'lm no java expert) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232718#4232718 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Clone a Process Instance

2009-05-22 Thread kukeltje
Yes, I understood what you 'want' but that is not easy. What I tried to say is: - leave the intial process running - create a task that 'rests' all kinds of values and e.g. call it 'reset' - this creates a log entry that you can always trace (it's like the 'end' of the process, but not a real

[jboss-user] [JBoss jBPM] - Re: JBPM : How to open web forms under a process flow

2009-05-22 Thread kukeltje
you have to open-up the forms yourself if you do not use the console View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232720#4232720 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4232720

[jboss-user] [JBoss jBPM] - Re: JBPM process xml : use of primitive in event listener or

2009-05-22 Thread kukeltje
Primitives can not (afaik) be retrieved via reflection and that is what jBPM uses. So I think it is not possible View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232721#4232721 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Clone a Process Instance

2009-05-20 Thread kukeltje
what is the advantage of cloning? You can always modify all values and still have a history log that shows what happened. imo much easier.If you create an adhoc task in the process, that is executed at that moment, you have a specific entry in the log that everything is reset. View the

[jboss-user] [JBoss jBPM] - Re: Retrieveing a var when the class changed

2009-05-20 Thread kukeltje
Not if you store serialized classes afaik. But I never did/try that (partly because of these kinds of dificulties) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232140#4232140 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Retrieveing a var when the class changed

2009-05-20 Thread kukeltje
But this isn't specifically a jBPM problem/issue right? At least I remember this same issue from a project long time ago. Either use your own marshalling, hibernate mapping or whatever View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232179#4232179 Reply

[jboss-user] [JBoss jBPM] - Re: JBPM Simulation

2009-05-19 Thread kukeltje
You said you knew the tutorial.Look at the example there... If you do not see how how the start-distribution on the process-overwrite attribute points to the name attribute on the distribution element which in turn has a mean and std, I'm not able to help any further. View the original post :

[jboss-user] [JBoss jBPM] - Re: define a timer within an automatic activity?

2009-05-19 Thread kukeltje
thanks for reporting back... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231795#4231795 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231795 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Mail node with file attached

2009-05-19 Thread kukeltje
I wish you all the best http://catb.org/esr/faqs/smart-questions.html#homework View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231821#4231821 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231821

[jboss-user] [JBoss jBPM] - Re: JBPM Simulation

2009-05-19 Thread kukeltje
You are welcome, and good luck. Please let us now the results of your experiences with simulation. Many will be interested, at least I am (did not find enough time to experiment more with this) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231823#4231823

[jboss-user] [JBoss jBPM] - Re: JBPM Simulation

2009-05-18 Thread kukeltje
I assume you are familiar with http://www.camunda.com/jbpm_simulation/jbpm_simulation_tutorial.html View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231566#4231566 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231566

[jboss-user] [JBoss jBPM] - Re: Mail node with file attached

2009-05-18 Thread kukeltje
I would suggest you learn/read some basic jBPM stuff about actionhandlers on nodes first. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231568#4231568 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231568

[jboss-user] [JBoss jBPM] - Re: JBPM Simulation

2009-05-18 Thread kukeltje
But that article does answer your questions afaict View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231694#4231694 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231694 ___

[jboss-user] [JBoss jBPM] - Re: Mail node with file attached

2009-05-18 Thread kukeltje
Sujatha, The basic documentation shows these things. See http://docs.jboss.com/jbpm/v3.2/userguide/html/processmodelling.html, so I was not really harsh (imo), just referred you to documentation. If you already read this and not understood my 'directions' then I'm sorry. Hopefully you'll

[jboss-user] [JBoss jBPM] - Re: JBPM Simulation

2009-05-18 Thread kukeltje
Absence of 'proof' is not always proof of absence but in this case it is - The GPD does not play any role in this (it is not mentioned anywhere in the simulation docs) - The simulationdata is in a separate file (so it is not IN the process) So imo your questions are answered. If you need more

[jboss-user] [JBoss jBPM] - Re: JBPM Simulation

2009-05-18 Thread kukeltje
Ofcourse things could be changed (putting the simulation data in the same file) but that requires time and effort. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231706#4231706 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: ProcessClassloader question

2009-05-18 Thread kukeltje
Sarish, You might be right in your conclusion. Can you check if the small fix you propose in the jBPM FildeDefinition.java fixes it for you? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231772#4231772 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: JBPM Simulation

2009-05-18 Thread kukeltje
Great, now we are getting somewhere :-D. Yes you can distribution name=ReturnDefectiveGoods.ReturnDefectiveGoods | sample-type=real type=erlang mean=94.3247 standardDeviation=52.8106/ does this and is referred to from sim-process path=/ReturnDefectiveGoods/processdefinition.xml |

[jboss-user] [JBoss jBPM] - Re: Global Actions

2009-05-17 Thread kukeltje
it's java View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231474#4231474 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231474 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Mail node with file attached

2009-05-15 Thread kukeltje
not out of the box, develop your own mailnode code for that which can support mime attachments View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231221#4231221 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231221

[jboss-user] [JBoss jBPM] - Re: jbpm persistance fails after running for a while

2009-05-15 Thread kukeltje
looks like a problem with your datasource/connectionpool and not jBPM related. Connections seem to be 'partially' closed, so try to finda solution in that direction View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231222#4231222 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: jbpm 3 or 4

2009-05-15 Thread kukeltje
jBPM 4 GA is planned for July 1st, so that is an additional month ;-) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231226#4231226 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231226

[jboss-user] [JBoss jBPM] - Re: 3.2.6 maven dependency question

2009-05-15 Thread kukeltje
lucene/jackrabbit were/are for JCR (JSR-168) compliant storage options. Not used by a lot of people. The other 2 I do not no by heart (and no time to find out for you now) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231227#4231227 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: anyone working with jbpm-3.2.6.SP1?

2009-05-15 Thread kukeltje
Ok, if you already have a JBoss AS5 installation, you do not need to select that in the installer. Just point to the correct AS dir and everything will be installed there automagically. You only need to change files then in the AS subdirs, nothing more in the install dir View the original

[jboss-user] [JBoss jBPM] - Re: jbpm persistance fails after running for a while

2009-05-15 Thread kukeltje
it's partially closed if one end thinks it is still open and the other end doesn't. The dbms can be still up, opening a fully new connection works and even other connectionpools, e.g. configured differently might still work. All basic JEE stuff. View the original post :

[jboss-user] [JBoss jBPM] - Re: jbpm 3 or 4

2009-05-15 Thread kukeltje
jira still says it is july 1st and jira is always right :-D View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231255#4231255 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231255 ___

[jboss-user] [JBoss jBPM] - Re: Global Actions

2009-05-15 Thread kukeltje
global actions yes, just put them on the top level, but you cannot have them be executed for every event that is thrown View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231304#4231304 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Problem executing two timers simultaneously from fork

2009-05-15 Thread kukeltje
anonymous wrote : The issue is timers are not executed simultaneously by the scheduler i have jobexecutor servlet entry in web.xml i am using tomcat server. That's because they are two non-related timers. And before you ask the next question, you cannot have them be executed at the same time

<    5   6   7   8   9   10   11   12   13   14   >