[JBoss-user] [JBoss jBPM] - Re: problem with timer

2006-06-03 Thread Saviola
Hi! Excuse me, kukeltje but I couldn't stand waiting to your answer :( http://www.catb.org/~esr/faqs/smart-questions.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948873#3948873 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[JBoss-user] [JBoss jBPM] - Re: Narrowing proxy to class org.jbpm.graph.node.TaskNode

2006-05-20 Thread Saviola
Hi, kukeltje! Don't misunderstand me! I was just kidding and I don't feel insulted or something like that at all! Regards, Saviola View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945098#3945098 Reply to the post : http://www.jboss.com

[JBoss-user] [JBoss jBPM] - Re: How to get previous actorid

2006-05-20 Thread Saviola
Hi! The PreviousActorId is not persisted in the database. So you can use it until you commit the session where you changed the actorId. Regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945097#3945097 Reply to the post : http://www.jboss.com/index.html

[JBoss-user] [JBoss jBPM] - Re: Process skipping Node during execution

2006-05-19 Thread Saviola
Please, post the process definition again to be properly displayed. Otherwise it would be difficult to answer your question :( Regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945008#3945008 Reply to the post : http://www.jboss.com/index.html?module=bb

[JBoss-user] [JBoss jBPM] - Re: Narrowing proxy to class org.jbpm.graph.node.TaskNode

2006-05-19 Thread Saviola
ekend to the Best jBPM Forum Moderator! Saviola View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945004#3945004 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945004 -

[JBoss-user] [JBoss jBPM] - Re: Narrowing proxy to class org.jbpm.graph.node.TaskNode

2006-05-18 Thread Saviola
Hi, trisko! Here is the link you are looking for: http://hibernate.org/hib_docs/v3/reference/en/html/performance.html#performance-fetching-proxies I got the link from: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=80630 Regards View the original post : http://www.jboss.com/index.html

[JBoss-user] [JBoss jBPM] - Re: bsh and logical operators

2006-05-16 Thread Saviola
Try like this: | | I am not sure about the anonymous wrote : @or construct usage. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943854#3943854 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943854

[JBoss-user] [JBoss jBPM] - Re: bsh and logical operators

2006-05-15 Thread Saviola
How about the exception? Can you post a stack trace or something? As a beginning I think the varibale name (TEST1) should be in single quotas. What is this '@' sign for before the 'or'. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943721#3943721 Reply to the

[JBoss-user] [JBoss jBPM] - Re: decision node with java code decision??

2006-05-09 Thread Saviola
I am sorry about the error but according to jPDL 3.1 the second part of the code needs to be corrected: | | must be removed and the expression part must be moved to the decision node like this: | | ... | Sorry about that - it's almost midnight :( Saviola View the original

[JBoss-user] [JBoss jBPM] - Re: decision node with java code decision??

2006-05-09 Thread Saviola
gt; | | | | | | | | | | I hope this introduces some more clearness! Regards, Saviola View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942304#3942304 Reply to the pos

[JBoss-user] [JBoss jBPM] - Re: jbpm+swimlane

2006-05-09 Thread Saviola
title. Regards, Saviola View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942136#3942136 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942136 --- Us

[JBoss-user] [JBoss jBPM] - Re: TaskInstance.end(

2006-05-08 Thread Saviola
token will proceed to the default leaving transition which is the first one in the list. You can use | taskInstance(transitionName); | of course if you feel more comfortable. Regards, Saviola View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942000

[JBoss-user] [JBoss jBPM] - Re: decision node with java code decision??

2006-05-04 Thread Saviola
Hi! For example like this: | | | . | . | . | | Use the documentation! You will find a lot there, especially for the jPDL syntax: http://docs.jboss.com/jbpm/v3/userguide/jpdl.html#decision.element Regards, Saviola View the original post : http://www.jboss.com

[JBoss-user] [JBoss jBPM] - Re: decision node with java code decision??

2006-05-04 Thread Saviola
the decision. Saviola View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941281#3941281 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941281 --- U

[JBoss-user] [JBoss jBPM] - Re: jbpm+decision Node

2006-05-03 Thread Saviola
Hi, hornsbyr! Maybe the problem is that the variable you are using is not mapped. You can map it like this. | | . | . | . | | . | . | . | | | Remember that AFAIK you must use the mapped name in the transition condition. I hope this could be helpfull. Saviola View the

[JBoss-user] [JBoss jBPM] - Re: No timers being executed

2006-05-02 Thread Saviola
Hi, guy.walker! You can see the javadoc for SchedulerServlet class. There are some instructions there that can show you how to start the SchedulerThread under Tomcat. Regards, Saviola View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940654#394065

[JBoss-user] [JBoss jBPM] - Re: how to install jboss jbpm gpd

2006-04-30 Thread Saviola
You can obtain more information from the readme files placed in jbpm-gpd-site-.zip or jbpm-gpd-feature-.zip. Regards, Saviola View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940364#3940364 Reply to the post : http://www.jboss.com/index.html?m

[JBoss-user] [JBoss jBPM] - Re: async event execution

2006-04-28 Thread Saviola
Hi, akakunin! Since version 3.1 of jBPM there is possibility for asynchronous execution of nodes. You can read more here: http://docs.jboss.com/jbpm/v3/userguide/asynchronouscontinuations.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940130#3940130 Repl

[JBoss-user] [JBoss jBPM] - Re: jbpm+decision Node

2006-04-27 Thread Saviola
Hi, medjbpm! Here is an example: | | | | | | Or you can use this one: | | | | | | | | Or this one: | | | | | | | Vie

[JBoss-user] [JBoss jBPM] - Re: Process designer crashes JDT?

2006-04-20 Thread Saviola
before was pasting the source xml of gpd.xml in the new process definition. I use GPD 3.0.9 with jBPM 3.1. Saviola View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938362#3938362 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[JBoss-user] [JBoss jBPM] - Re: Process designer crashes JDT?

2006-04-19 Thread Saviola
So it seems the first of your suggestions is tip of the day for me. Anyway if you have any idea of how to evade the IDE error I will be appreciated. Thanks, Saviola View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938334#3938334 Reply to the

[JBoss-user] [JBoss jBPM] - Re: TaskAssignment works but findTaskInstances fails

2006-04-19 Thread Saviola
Hi, kukeltje! This exactly was the document that I was talking about. The jBPM forum was the last place where I would have searched for since the answer is quite technical oriented and concerning hibernate. Anyway, thank you for the reminder and the advice! Saviola View the original post

[JBoss-user] [JBoss jBPM] - Re: TaskAssignment works but findTaskInstances fails

2006-04-19 Thread Saviola
a very simple explanation of the issue but I can't find it at the moment. It was something that Hibernate extends the objects while quering the database. and this breaks the == operation. Unfortunatelly I am not able to explain that in detail :( Regards, Saviola View the ori

[JBoss-user] [JBoss jBPM] - Re: Start Node with node-enter Action

2006-04-18 Thread Saviola
Hi, Luca! The thing you are missing is that a start-node doesn't have a node-enter event. Think about it - you don't enter a start-node, you just leave it. The same is valid for an end-node - you never leave an end-node, tha't why it is called end-node. Reagrds, Sa

[JBoss-user] [JBoss jBPM] - Re: Process designer crashes JDT?

2006-04-18 Thread Saviola
Run(Main.java:278) | at org.eclipse.core.launcher.Main.run(Main.java:973) | at org.eclipse.core.launcher.Main.main(Main.java:948) Any help is apreciated! Saviola View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937860#3937860 Reply to the post : http://www.jboss.com/index.html?

[JBoss-user] [JBoss jBPM] - Re: Process designer crashes JDT?

2006-04-14 Thread Saviola
. Saviola P.S. In GPD 3.0.8.1 the version of the jBPM core libraries is jbpm-3.1-beta3. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937345#3937345 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[JBoss-user] [JBoss jBPM] - Re: Problem with getVariable

2006-04-13 Thread Saviola
Hi, Sven! I would suggest you try serializing your Activity first and then set the serialized object through contextInstance.setVariable(variableName, serializedValue) I don't know if this is convinient approach to you but it worths trying it. Regards, Saviola View the original

[JBoss-user] [JBoss jBPM] - Implementing custom authentication service.

2006-04-08 Thread Saviola
st to DefaultAuthenticationService :( I also tried my CustomAuthenticationService to extend DefaultAuthenticationService but the result is the same :( What Am I doing wrong? Any help is appreciated. Saviola View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936016#3936016 Repl

[JBoss-user] [JBoss jBPM] - Re: Assign Task - 2 users

2006-04-06 Thread Saviola
I think that it is rather not possible to actually assign one task to more than one actor simultaneously. What do you think, jBPM team members? Regards, Saviola View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935480#3935480 Reply to the post

[JBoss-user] [JBoss jBPM] - Re: Assign Task - 2 users

2006-04-06 Thread Saviola
Hi, send2shiraram! If pooledActor doesn't work then why don't you create two tasks - one for each user? Saviola View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935450#3935450 Reply to the post : http://www.jboss.com/index.html?module=

[JBoss-user] [JBoss jBPM] - Re: New jBPM Getting Started Documentation

2006-03-31 Thread Saviola
Wonderfull job, Kevin! I hope everyone involved in jBPM world will appreciate your diligence and patience you put into it. Congratulations, Kevin! Best regards, Saviola View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934069#3934069 Reply to the post

[JBoss-user] [JBoss jBPM] - Re: Bug in the deployment of membership making assignents to

2006-03-30 Thread Saviola
terms must have resulted in a Group. This term searches for the user with a membership to the group for which the name of the membership matches the given role-name. | This is part of the syntax for the anonymous wrote : next term element in assignment expressions. What is the sense of actuall

[JBoss-user] [JBoss jBPM] - Re: Newbie Question about signaling

2006-03-28 Thread Saviola
t the formation of the child token name. Hope this helps! Regs, Saviola View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933042#3933042 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[JBoss-user] [JBoss jBPM] - Re: Decision node & expressions - this is not working

2006-03-27 Thread Saviola
executionContext.setVariable("Bla", "alabalAportokala"); | </expression> | | I hope this could be usefull. Regards, Saviola View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39330

[JBoss-user] [JBoss jBPM] - Re: BeanShell vs. JSF Expression Language in Vers 3.1 and up

2006-03-11 Thread Saviola
Hi! Here is an example: one more: and the last one: Regs, Saviola View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929553#3929553 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[JBoss-user] [JBoss jBPM] - Re: How to use expression ?

2006-03-11 Thread Saviola
Hi, you can try using this one too: or this one: Regs, Saviola View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929551#3929551 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[JBoss-user] [JBoss jBPM] - Re: pbl fork: children still active after process end

2006-03-01 Thread Saviola
Hi, mennen! As for the tasks that are not ended you can use the end-tasks property of the task node. If you set it to anonymous wrote : true (the default is false) before the task node is left all the pending task instances should be ended. Rs, Saviola View the original post : http

[JBoss-user] [JBoss jBPM] - Re: Spelling mistake in jbpm.business.calendar.properties fi

2006-02-28 Thread Saviola
e if there is a jirra issue about this though :( Otherwise if the word business is omitted everything goes smooth. Regards, Saviola View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926767#3926767 Reply to the post : http://www.jboss.com/index.html?mo

[JBoss-user] [JBoss jBPM] - Spelling mistake in jbpm.business.calendar.properties file.

2006-02-28 Thread Saviola
duration expressions like anonymous wrote : 2 business days correct in jBPM 3.1? I think it's not working properly and I will try to check what exactly the problem is. Thanks in advance for any replies! Rs, Saviola View the original post : http://www.jboss.com/index.html?module=

[JBoss-user] [JBoss jBPM] - Re: Looking for process definition file for the example of '

2006-02-23 Thread Saviola
Here is the code: | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |

[JBoss-user] [JBoss jBPM] - Re: jbpm 3.1 postgresql string_max

2006-02-15 Thread Saviola
ample) are defined in this file. You can see graphSession.findAllProcessDefinitions() method. Regards, Saviola View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923919#3923919 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[JBoss-user] [JBoss jBPM] - Re: jbpm 3.1 postgresql string_max

2006-02-15 Thread Saviola
hibernate.queries.hbm.xml and put it in the class path. If the queries mapping is at the mentioned position in hibernate.cfg.xml all was fine too, otherwise it failed again. Thank you very much for your time and for your fast replies! Have a nice day! Regards, Saviola View the original post : http

[JBoss-user] [JBoss jBPM] - Re: jbpm 3.1 postgresql string_max

2006-02-15 Thread Saviola
Hi, Maplat! What I did is add mapping to my hibernate.cfg.xml file. I use hibernate.cfg.xml of my own just like you. But I get the same error. Is there anything else I am supposed to do? Appreciate any advice! Thanks, Saviola View the original post : http://www.jboss.com/index.html?module

[JBoss-user] [JBoss jBPM] - Re: jbpm 3.1 postgresql string_max

2006-02-15 Thread Saviola
Hi, Maplat! In jBPM Beta 3 the is not present. I am using jBPM 3.1 Final and I tried your suggestion but it failed :( Which version of jBPM are you using? Any suggestions from jBPM guys, please? Thanks in advance! Br, Saviola View the original post : http://www.jboss.com/index.html?module

[JBoss-user] [JBoss jBPM] - Re: resource.hibernate.queries.hbm.xml' is not defined in th

2006-02-14 Thread Saviola
the above mapping to my hibernate.properties and commenting out the reference in jbpm.cfg.xml. I hope this will help! It did to me though :) Gr, Saviola View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923801#3923801 Reply to the post

[JBoss-user] [JBoss jBPM] - Re: Why is the ID of ProcessInstance of type long?

2006-01-17 Thread Saviola
are better and faster on 32-bit archs. If I go for ints, I may try to somehow modify the hibernate mappings. But let's leave this fruitless chat, anyway... Good luck with deployment! Cheers, Saviola View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&am

[JBoss-user] [JBoss jBPM] - Re: Why is the ID of ProcessInstance of type long?

2006-01-17 Thread Saviola
just want to know what the environment is :) Best regards, Saviola View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917844#3917844 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[JBoss-user] [JBoss jBPM] - Why is the ID of ProcessInstance of type long?

2006-01-17 Thread Saviola
. And in my opinion this number is quite enough to fit all the process instances needed. Any way, no matter of my reasons I am still looking for an answer of this question. Thanks a lot to anyone (maybe from the jBPM team) who can give well-grounded answer. Regards, Saviola View the

[JBoss-user] [JBoss jBPM] - Re: Success stories with jBPM

2006-01-14 Thread Saviola
modeling process in our ERP system that's why I would appreciate if there is English version of the site you mentioned in your previous reply. I would also appreciate any relevant information concerning your success story. Thanks in advance Saviola View the original post :

[JBoss-user] [JBoss jBPM] - Re: Timer problems

2005-12-15 Thread Saviola
Hi! I have similar problems like mdonato. How can I get a SchedulerThread running and where is the appropriate place for running it? Actually is there any other way for using timers without a scheduler thread? Appreciate any help Thanks Saviola View the original post : http://www.jboss.com

[JBoss-user] [JBoss jBPM] - Re: Reference to subprocess definition in process state not

2005-12-14 Thread Saviola
Thanks for the answer, Eduardo. It looks like I have to check more carefully the forum and Jira for the answers I'm looking for. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912618#3912618 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[JBoss-user] [JBoss jBPM] - Reference to subprocess definition in process state not set.

2005-12-14 Thread Saviola
s in the database. Jbpm developers, please correct me if I am wrong. That would mainly clear the situation. Anyone having any experience with certain situation? Appreciate any help! Regards, Saviola View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912579

[JBoss-user] [JBoss jBPM] - Re: Getting process definition XML source from the database.

2005-12-13 Thread Saviola
The second approach seems simple since it looks this is the natural way of doing what I want at the moment. Thanks, guys for the answer. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912537#3912537 Reply to the post : http://www.jboss.com/index.html?module=

[JBoss-user] [JBoss jBPM] - Getting process definition XML source from the database.

2005-12-13 Thread Saviola
Helllo, JBPM fellows and contributors! I am reading with interest almost all the postings in the forum. Now I have a question. Is there any way so the "XML representation" of a process definition be fetched from a database. What I mean by "XML representation" is the XML source that was used to de

[JBoss-user] [JBoss jBPM] - Setting task instancedescription...

2005-11-30 Thread Saviola
k instance has different description? The data is in the database but it cannot be shown to the user :( I am sorry if I was too talkative, as I said this was a question of principle. Regards, Saviola View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3