[jboss-user] [JBoss jBPM] - Re: Finding process instances by vars

2009-01-03 Thread kukeltje
the pattern is to use the business key and retrieve process instances based on that. Store domain data in your domain model and select from there which process instance to retrieve. People still tend to put to much data in the process as well as use the identity module to broadly. I never used t

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

2009-01-04 Thread kukeltje
security-role of user in the database View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199420#4199420 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199420 ___ jboss-user mailin

[jboss-user] [JBoss jBPM] - Re: Problem persisting tasks

2009-01-06 Thread kukeltje
why do you create a new context in the actionhandler? and with TaskNode.addTask you change the processdefinition, not adding additional tasks to the running instance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199905#4199905 Reply to the post : http://ww

[jboss-user] [JBoss jBPM] - Re: jbpm execution is multithreaded or single thread?

2009-01-06 Thread kukeltje
Depends what you mean by an instance? If an instance is not doing anything, it is just a database record and doing nothing. Multiple requests comming in from e.g. a webapp will have their own thread until a node is reached that is persistent e.g. a task or state. View the original post : http:

[jboss-user] [JBoss jBPM] - Re: Sending mail using jBPM mail-node

2009-01-06 Thread kukeltje
this is a generic hibernate 'issue' and just a *warning* nothing to be afraid about. Using google or any other searchengine whould have given you this answer as well View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199908#4199908 Reply to the post : http://ww

[jboss-user] [JBoss jBPM] - Re: Sending mail using jBPM mail-node

2009-01-06 Thread kukeltje
cool btw... question 100% matching the subject of the message View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199910#4199910 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199910 _

[jboss-user] [JBoss jBPM] - Re: AI for JBPM

2009-01-06 Thread kukeltje
Ishara, This is a very generic question. can you be more specific? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199911#4199911 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199911 ___

[jboss-user] [JBoss jBPM] - Re: Process State in a Fork not executing correctly

2009-01-06 Thread kukeltje
Phill, First one thing... if you want things to happen on each node-enter of each node, you can make ONE action/event on the process level (not on the node level. Saves you a lot of typing etc... Secondly please create a minimal testcase (unittest) with embedded processes (as a strings) that

[jboss-user] [JBoss jBPM] - Re: Require jbpm31Spring20Demo.zip files, the sample integra

2009-01-06 Thread kukeltje
I think you both are out of luck besides that, with a current jBPM you miss a lot if you use the spring jbpm 3.1 templates (current version is 3.3). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199914#4199914 Reply to the post : http://www.jboss.com/

[jboss-user] [JBoss jBPM] - Re: Cancelling action execution

2009-01-06 Thread kukeltje
Yes, adapt the sourcecode of the JobExecutor... this is the safest thing. All others 'solutions' probably have weird side-effects View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199916#4199916 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [JBoss jBPM] - Re: Trying to persist process instances - need some help

2009-01-06 Thread kukeltje
The classcast exception is already weird... Can you make a eclipse or maven project with minimal code in it that demonstrates the problem? I can try to reproduce here then View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199920#4199920 Reply to the post : ht

[jboss-user] [JBoss jBPM] - Re: dual jbpm context

2009-01-06 Thread kukeltje
huh? can't you use to different named context in one config? One pointing to a hibernate config with persistance and one without? USe http://docs.jboss.org/jbpm/v3/javadoc/org/jbpm/JbpmConfiguration.html#createJbpmContext(java.lang.String) then View the original post : http://www.jboss.com/in

[jboss-user] [JBoss jBPM] - Re: group mail functionality in mailnodes

2009-01-06 Thread kukeltje
STFF.. .has been asked and answered and patience is a virtue View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199923#4199923 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199923 __

[jboss-user] [JBoss jBPM] - Re: Problem persisting tasks

2009-01-06 Thread kukeltje
Nowhere in the docs, examples etc.. it is mentioned that you should create a context... None of the examples you can find in the source do this I've not heard anybody do it... so I *don't* think the docs are the problem here.. and anonymous wrote : I had to use | jbpmContext.getSession().

[jboss-user] [JBoss jBPM] - Re: Problem persisting tasks

2009-01-06 Thread kukeltje
In addition to my first statement... that is about creating contexts IN an actionhandler View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199927#4199927 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199927 _

[jboss-user] [JBoss jBPM] - Re: Sending mail using jBPM mail-node

2009-01-06 Thread kukeltje
is your mail node called? Turn on jbpm debug to see what happens, come on... al ittle more proactive we are not here to help you step by step, you have to provide us with lots more information... My answer now could be: "Are you sure your computer is on? Because if it isn't the mailnode wi

[jboss-user] [JBoss jBPM] - Re: dual jbpm context

2009-01-07 Thread kukeltje
put 2 jbpm-context in one config file and put a name attribute on each them View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4200045#4200045 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4200045 ___

[jboss-user] [JBoss jBPM] - Re: Jbpm and Business Activity monitoring

2009-01-07 Thread kukeltje
1: jbpm 4 (well, the new console) provides BAM based on birt and jasperreports. In additions SeeWhy is product that has jBPM integration 2: I don't think so 3: What is 'all features' jBPM has a basic set of features with which you can create almost any workflow. In addition it has may ways of ex

[jboss-user] [JBoss jBPM] - Re: Jbpm and Business Activity monitoring

2009-01-07 Thread kukeltje
Just read the jbpm 3 manual. Basic features and concepts will not change. More detailed things like configurable task management, look of the processdefinitions will. Regarding BAM, there is not much documentation yet, but it will be user-configurable, View the original post : http://www.jb

[jboss-user] [JBoss jBPM] - Re: Problem persisting tasks

2009-01-07 Thread kukeltje
thanks for reporting back... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4200226#4200226 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4200226 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Process State in a Fork not executing correctly

2009-01-07 Thread kukeltje
thanks, will try it the coming days. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4200227#4200227 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4200227 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: jbpm db size

2009-01-07 Thread kukeltje
what do you do? do you store all your domain data in the process? processes that have ended have a date in their END_ column Deleting those with recursion should work afaik. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4200228#4200228 Reply to the post : h

[jboss-user] [JBoss jBPM] - Re: How to obtain step of jbpm instance

2009-01-08 Thread kukeltje
by usin g the api... get the active tokens of an instance recusively and check what node they are in View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4200309#4200309 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4200309 _

[jboss-user] [JBoss jBPM] - Re: How to model hierarchy recursion process ?

2009-01-08 Thread kukeltje
Recusrion is not supported, but as you can see in 'their' complicated view, they use more atomic operations to achieve this. jBPM supoports almost all of these atomic operations and with e.g. a decision you can create a loop (I know looping is different, but I think a loop is better here than re

[jboss-user] [JBoss jBPM] - Re: How to obtain step of jbpm instance

2009-01-09 Thread kukeltje
anonymous wrote : I thought that method getRootToken from an instance always return the first token of the jPDL. it does ;-) but tokens have children, just like children have parents :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4200508#4200508 Reply t

[jboss-user] [JBoss jBPM] - Re: Stack overflow on recursive patten.

2009-01-09 Thread kukeltje
tripple post... .certainly does not help getting people motivated to respond View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4200509#4200509 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4200509 __

[jboss-user] [JBoss jBPM] - Re: Transition loop

2009-01-09 Thread kukeltje
duplicate post please don't View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4200510#4200510 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4200510 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: ProcessInstance ending changed

2009-01-09 Thread kukeltje
I just checked the code and token.end(boolean verifyParentTermiation) is still there So either I miss something or there is something wrong in your unittest ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4200514#4200514 Reply to the post : http://ww

[jboss-user] [JBoss jBPM] - Re: Updating of existing TaskInstances

2009-01-09 Thread kukeltje
You have to write an actionhandler to do that (or custom code outside the process) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4200515#4200515 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4200515 _

[jboss-user] [JBoss jBPM] - Re: unable to do graph navigation in jbpm using token.signal

2009-01-09 Thread kukeltje
do you signal the token/node from the actionhandler? That is not good practice. The only place to do it is in classes put on generic node (not task, start etc) or a decision. And the best thing is to make a unit test with embedded processdefinition and actionhandlers as innerclasses to demonst

[jboss-user] [JBoss jBPM] - Re: unable to do graph navigation in jbpm using token.signal

2009-01-09 Thread kukeltje
oh... and use asserts to show what you want to do and expect things to be. Not system.out or logging View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4200519#4200519 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=42005

[jboss-user] [JBoss jBPM] - Re: Action.java:122 NullPointerException

2009-01-09 Thread kukeltje
I think this question belongs in the mule forums and it has most likely to do with where the org.mule.providers.bpm.jbpm.actions.ValidateMessageSource class is. Remember that you cannot use jbpm remotely from mule. It needs to have access to the mentioned class(es) View the original post :

[jboss-user] [JBoss jBPM] - Re: Error setup with both MySQL and Hypersonic

2009-01-09 Thread kukeltje
Just FYI (normally I hate these ' I have the same problem' reports without any additional information), I have the same problem with jBPM (3.3.1.GA), MySQL 5.0.67, MySQL Connector 5.1.6, openJDK 6, with the XA configuration that comes with jBPM. If I go back to a non-xa config it works. I (but

[jboss-user] [JBoss jBPM] - Re: ProcessInstance ending changed

2009-01-09 Thread kukeltje
Hm ProcessInstance#end(boolean reactivateSuper) sounds a bit weird to me... So I can imagine it was removed. Can you describe the usecase for this? Does it have something to do with subprocesses which you want to end but not have it signal the parent process? What if you woud do change a

[jboss-user] [JBoss jBPM] - Re: ProcessInstance ending changed

2009-01-10 Thread kukeltje
ahh... ok it is signalling 'downwards' not upwards which you want not to happen if I interpret this correctly. But what do you mean then by anonymous wrote : When ending a child token, it should stop directly. | Should I read this as "If we cancel a childtoken on the main process, it (the

[jboss-user] [JBoss jBPM] - Re: Exception when I start a TaskInstance

2009-01-10 Thread kukeltje
why do you do ti.remove? That is most likely the cause View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4200783#4200783 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4200783 __

[jboss-user] [JBoss jBPM] - Re: Hibernate and log4j

2009-01-10 Thread kukeltje
anonymous wrote : I'm currently struggling a little bit with the combination of hibernate and logging in the jbp-jpd-3.2.3 suite. You can't since it is jbpm-jpdl-3.2.3 ;-) anonymous wrote : | I haven't touched the logging setting in hibernate.cfg.xml because I'm pretty sure they are just fin

[jboss-user] [JBoss jBPM] - Re: Action.java:122 NullPointerException

2009-01-10 Thread kukeltje
Let me try to convince you First of all it is not 1 stacktrace. There are 4 different ones (you see why there are 4 different ones? They all start with ERROR on the line and a new timestamp) | ERROR 2009-01-08 15:01:15,795 [jBpmConnector.dispatcher.1] org.jbpm.instantiation.Delegation: cou

[jboss-user] [JBoss jBPM] - Re: dual jbpm context

2009-01-10 Thread kukeltje
That is another option I use the 'mem' option with an in-memory database and when starting the app, I deploy the process to there. I also remove process instances from the in-memory database when they end... works great View the original post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss jBPM] - Re: How can I have got user information?

2009-01-10 Thread kukeltje
Develop your own identiy system and plug that in jBPM. Extend the jbpm identity system and each time a new version is released adapt it again. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4200787#4200787 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss jBPM] - Re: problem with eclipse 3.2.2 and jbpm jpdl designer!!

2009-01-10 Thread kukeltje
afaik, 3.1.0.GA was 3.2. compatible. Not sure when it 'broke' though since 3.2 is old Best thing to do and not realy complex is to try the one before (3.1.5) and if it works, fine, if not, try the one before etc... View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[jboss-user] [JBoss jBPM] - Re: NullPointerException after signal token in Process State

2009-01-10 Thread kukeltje
anonymous wrote : Probably the right token that i have to signal is the token of the subprocess, but i don`t think that such an exception should occur. You are probably right that a nullpointer exception is what should happen anonymous wrote : | Hope there is a solution for this, because in

[jboss-user] [JBoss jBPM] - Re: dual jbpm context

2009-01-10 Thread kukeltje
"tbeernot" wrote : | Doesn't this cause cleanup issues? When sessions are terminated? Or better; when the user simply cancels thus you never know it is terminated? | No, use an HttpSessionListener, declare it in the web.xml and implement the sessionDestroyed method. In the session you can

[jboss-user] [JBoss jBPM] - Re: dual jbpm context

2009-01-11 Thread kukeltje
anonymous wrote : Well, in one of you previous posts you said this: | | anonymous wrote : | | One pointing to a hibernate config with persistance and one without? | | | | "Without persistence", for me that means "no persistence" and not "in-memory db", so I took hibernate out o

[jboss-user] [JBoss jBPM] - Re: NullPointerException after signal token in Process State

2009-01-11 Thread kukeltje
Ok ,,thanks.. and I made a typo... It should have said 'is *not* what should happen, so we agree ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4200850#4200850 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4200850 _

[jboss-user] [JBoss jBPM] - Re: dual jbpm context

2009-01-12 Thread kukeltje
Dit gaat makkelijker of niet? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201007#4201007 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201007 ___ jboss-user mailing list j

[jboss-user] [JBoss jBPM] - Re: HELP!java.lang.OutOfMemoryError: PermGen space

2009-01-12 Thread kukeltje
server running to long in combination with to many deploy/undeploy actions... restart server should help I think View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201008#4201008 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [JBoss jBPM] - Re: ProcessInstance ending changed

2009-01-12 Thread kukeltje
hmm. do you have a small unit test because I think the 'workaround' I mentioned should work View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201009#4201009 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201009 __

[jboss-user] [JBoss jBPM] - Re: timer

2009-01-12 Thread kukeltje
and? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201010#4201010 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201010 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss jBPM] - Re: Timers

2009-01-12 Thread kukeltje
is the scheduler running? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201012#4201012 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201012 ___ jboss-user mailing list jbos

[jboss-user] [JBoss jBPM] - Re: workaround for StackOverflow exception

2009-01-12 Thread kukeltje
unittests can also store in DB... just extend the AbstractDBTestCase best real-world representation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201017#4201017 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201

[jboss-user] [JBoss jBPM] - Re: Process State in a Fork not executing correctly

2009-01-12 Thread kukeltje
No, tonight View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201018#4201018 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201018 ___ jboss-user mailing list jboss-user@lis

[jboss-user] [JBoss jBPM] - Re: StackOverflowError

2009-01-12 Thread kukeltje
what above testcase? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201076#4201076 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201076 ___ jboss-user mailing list jboss-user

[jboss-user] [JBoss jBPM] - Re: workaround for StackOverflow exception

2009-01-12 Thread kukeltje
Sigh. MAKE A FULL TRIMMED DOWN UNITTEST WITH EMBEDDED PROCESSDEFINITION AND INNER CLASSES FOR THE ACTIONHANDLER. please.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201080#4201080 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss jBPM] - Re: Too many sticky posts

2009-01-12 Thread kukeltje
Yep, and I want a 'how to post to this forum' I'll write it, but Tom has got to make it sticky View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201134#4201134 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201134 _

[jboss-user] [JBoss jBPM] - Re: Workflow periodic execution and timers

2009-01-12 Thread kukeltje
anonymous wrote : | I would like to know if it's possible to have periodic execution of a certain workflow definition. Yes anonymous wrote : | In case the answer is YES, and jBPM offers this scheduling functionality, could anyone point me in the right direction ? | jBPM does not offe

[jboss-user] [JBoss jBPM] - Re: Process State in a Fork not executing correctly

2009-01-12 Thread kukeltje
ok, first of all, next time make a real unittest by extending AbstractDBTestCase (took me 15 minutes now including correcting things like first deploying the subprocess and then the main process.) Secondly, you describe something in text where there is no code for... make real assertions so I c

[jboss-user] [JBoss jBPM] - Re: Obtain ProcessDefinition/JbpmContext from remote system

2009-01-13 Thread kukeltje
"dthi...@opencs.net" wrote : Is there anay samples which use CommandService remotely ? The unittests for the enterprise module do, so look in the jbpm source. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201440#4201440 Reply to the post : http://www.jboss

[jboss-user] [JBoss jBPM] - Re: ProcessInstance ending changed

2009-01-13 Thread kukeltje
I tried this and was able to run it inspite of a small error in your processdefinition (task2 is in the processstate ;-) ) You signal the 'child-token' which is in the proces-state node, not in the subprocess itself. So to me ending that does not signal any parent node. It does transition this

[jboss-user] [JBoss jBPM] - Re: TaskNode override

2009-01-13 Thread kukeltje
Are there not by accident duplicate files on the classpath with different content? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201538#4201538 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201538 ___

[jboss-user] [JBoss jBPM] - Re: jBPM ESB integration

2009-01-13 Thread kukeltje
uhhhmmm.. several do use jbpm. http://www.jboss.org/jbossesb/ or maybe http://www.mulesource.org/display/MULE2INTRO/Home very easy to find with any searchengine View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201540#4201540 Reply to

[jboss-user] [JBoss jBPM] - Re: Can't get Generate Form to work at all?

2009-01-13 Thread kukeltje
might be, or someone in the forum that is willing to try to reproduce one question... isn't the form by generated and this page just empty? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201541#4201541 Reply to the post : http://www.jboss.com/index.html?

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

2009-01-13 Thread kukeltje
anonymous wrote : I know jBPM 4 will have a new API, so I isolated all API code and I should be able to migrate fairly easy. Always a good choice anonymous wrote : My questions: | - Will jBPM 4.0 still be able to interprete the 3.2.3 XML process definitions? No, but a conversion that will y

[jboss-user] [JBoss jBPM] - Re: TaskNode override

2009-01-14 Thread kukeltje
what I personally do is just add the info to the processdedfinition and not customize anything. Runtime I read the proceessdefinition from the database and parse it into a org.w3c.Document and read the additional info. that is what you could also do View the original post : http://www.jboss.co

[jboss-user] [JBoss jBPM] - Re: [size=16][b]JobExecutor not started when restart jboss s

2009-01-14 Thread kukeltje
the plain jobexecutor is satarted via a servletlisteber/filter. read the docs and/or search the forum View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201711#4201711 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201711

[jboss-user] [JBoss jBPM] - Re: define process definition with jbpm's api

2009-01-14 Thread kukeltje
maybe you should have asked earlier (or searched earlier?). The suggestions are good btw, please file a jira issue for changing the (java)docs View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201803#4201803 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBoss jBPM] - Re: Task priority escalation

2009-01-14 Thread kukeltje
Correct, the thing that came to mind is a good solution View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201879#4201879 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201879 ___

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

2009-01-14 Thread kukeltje
anonymous wrote : isn't it better to leave it open? No anonymous wrote : Is this a good practice? Leaving open? No... Closing? Yes anonymous wrote : I was thinking about using something similar to openSessionInView for the jbpmContext (though I'm not sure how to do it)...It is an option, bu

[jboss-user] [JBoss jBPM] - Re: Variable and Looking Up Token

2009-01-14 Thread kukeltje
anonymous wrote : Unfortunately, because I need to do this between clusters and to a particular queue, I am not able to leverage the "async" attribute in this case. Why not? anonymous wrote : So, I am trying to figure out how to reference a token, and correlate back to that token when I receive

[jboss-user] [JBoss jBPM] - Re: Can't get Generate Form to work at all?

2009-01-14 Thread kukeltje
anonymous wrote : Is this something a Redhat support contract would get an answer on? might be, or someone in the forum that is willing to try to reproduce [quoteHelp...anyone? I tried to create a much simpler process, and the problem persisted there as well. How can one get around this? View

[jboss-user] [JBoss jBPM] - Re: Can't get Generate Form to work at all?

2009-01-14 Thread kukeltje
Sorry, wrong quoting... anonymous wrote : Is this something a Redhat support contract would get an answer on? might be, or someone in the forum that is willing to try to reproduce anonymous wrote : Help...anyone? I tried to create a much simpler process, and the problem persisted there as well

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

2009-01-14 Thread kukeltje
closing and opening the context is not expensive afaik... recreating a new JbpmConfiguration is!!! anonymous wrote : I thought that maybe I could have the context get closed by spring as soon as the entire transaction is finished Yes that is an option, but just make sure that one transacti

[jboss-user] [JBoss jBPM] - Re: a question about TaskController

2009-01-14 Thread kukeltje
That's why I use booleanconverters in JSF and put true/false in there. Works for me... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201990#4201990 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201990 __

[jboss-user] [JBoss jBPM] - Re: Miss jbpm-jpdl-suite.zip download

2009-01-15 Thread kukeltje
installation will not failif there is no jboss server. just point it to a non-existing dir. in the install dir is a kib dir them with all jars the menus were removed in the 3.1 designer afaik View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202060#4202060 Repl

[jboss-user] [JBoss jBPM] - Re: How to implement Workflows in an Application using jBPM

2009-01-15 Thread kukeltje
1: by using and learning jBPM. It's all possible 2: Encapsulation. hide important things in your own api View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202177#4202177 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=42

[jboss-user] [JBoss jBPM] - Re: Resend a process instance finished

2009-01-16 Thread kukeltje
manipulate the database, but at your own risk View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202520#4202520 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4202520 ___ jboss-use

[jboss-user] [JBoss jBPM] - Re: Integration

2009-01-16 Thread kukeltje
anonymous wrote : How can I integrate my EAIbus with jbpm? If it is your eai bus, you probably know best. anonymous wrote : there's a tutorial to do it? If it is your eai bus, and you have not written one, there isn't. jBPM documentation is here: http://docs.jboss.com/jbpm/v3.2/userguide/htm

[jboss-user] [JBoss jBPM] - Re: Large Jbpm Variables Slow System Down

2009-01-19 Thread kukeltje
or store data in your domain model and not in jBPM View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203085#4203085 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4203085 ___ jbos

[jboss-user] [JBoss jBPM] - Re: performance limits of jbpm

2009-01-19 Thread kukeltje
it can run as many as your db can store View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203086#4203086 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4203086 ___ jboss-user mail

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

2009-01-19 Thread kukeltje
1: no, but you can put conditions on them 2: define 'something', and allowed for what... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203087#4203087 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4203087 _

[jboss-user] [JBoss jBPM] - Re: Error on deploying the insurance application in Drools

2009-01-19 Thread kukeltje
this is a question for the drools forum I think View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203088#4203088 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4203088 ___ jboss-u

[jboss-user] [JBoss jBPM] - Re: Jbpm in JBoss

2009-01-20 Thread kukeltje
http://enterprisebpm.blogspot.com/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203162#4203162 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4203162 ___ jboss-user mailing l

[jboss-user] [JBoss jBPM] - Re: process variable persistance

2009-01-20 Thread kukeltje
probably not, and if you do not provide a unit test, I don't think many people care to try to reproduce View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203159#4203159 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=420315

[jboss-user] [JBoss jBPM] - Re: Jbpm in JBoss

2009-01-20 Thread kukeltje
yes, afaik it is, IF you are using more than one datasource AND want to bind to the JTA transactionmanager The default installer has neither so does not use this View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203274#4203274 Reply to the post : http://www.jb

[jboss-user] [JBoss jBPM] - Re: Find node type

2009-01-20 Thread kukeltje
uhh. bold conclusion... Might be that others did not bother to respond because it has been asked and answered multiple times before. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203275#4203275 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss jBPM] - Re: JBPM 3.3.1 uninstalling

2009-01-20 Thread kukeltje
afaik all is installed in a jbpm subdir in the deploy directory... and migrating to jBPM4? there was just a first alpha... a GA release is still many months away View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203276#4203276 Reply to the post : http://www.jb

[jboss-user] [JBoss jBPM] - Re: Problems with jbpm 3.3.1 GA and JBoss AS 5.0.0 GA

2009-01-20 Thread kukeltje
2: look in the server log 403 means you do not have access. e.g. because the jbpm user tables are empty search the forum and wiki on how to populate these. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203396#4203396 Reply to the post : http://www.

[jboss-user] [JBoss jBPM] - Re: JBPM 3.3.1 uninstalling

2009-01-20 Thread kukeltje
you may, but make sure each independent question is in its own topic View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203397#4203397 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4203397 __

[jboss-user] [JBoss jBPM] - Re: Rich client gui frameworks

2009-01-20 Thread kukeltje
not that we know of View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203398#4203398 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4203398 ___ jboss-user mailing list jboss-user@

[jboss-user] [JBoss jBPM] - Re: Jbpm in JBoss

2009-01-20 Thread kukeltje
anonymous wrote : so the only way to get transactional.. no... https://jira.jboss.org/jira/browse/JBPM-1914?focusedCommentId=12442428#action_12442428 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203402#4203402 Reply to the post : http://www.jboss.c

[jboss-user] [JBoss jBPM] - Re: JBPM 3 to 4 compatibilty

2009-01-20 Thread kukeltje
version 4 is not 'out'. It is a first alpha. it will take 6-8 months before a GA release will be there. Regarding the api and jpdl, the API will not be backwards compatible, but from 4 on it will be. Otoh, if you encapsulate things in your own 'process access object' like a dao, your changes w

[jboss-user] [JBoss jBPM] - Re: Milestones - Support Not Clear

2009-01-20 Thread kukeltje
In the api yes, in jpdl no. http://planetjbpm.wordpress.com for an example on how (even more complex) things can be achieved View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203462#4203462 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [JBoss jBPM] - Re: Ad-hoc one of workflow piece

2009-01-20 Thread kukeltje
first of all, what you describe is not realy ad-hoc task, since it is part of the flow. For me, ad-hoc is out-of flow but part of the process, but that is just me. See planetjbpm.wordpress.com (milestone example) on how to create runtime tasks that are defined in the process but not part of th

[jboss-user] [JBoss jBPM] - Re: process variable persistance

2009-01-21 Thread kukeltje
cause now I cannot 'see' what is going on and do I need to analyse the jBPM code... If you have a unit test I can turn on the debuglevel, run the test and see what is going on. btw, you canb do both yourself if you do not want the help (=not wanting to make a unit test) View the original post

[jboss-user] [JBoss jBPM] - Re: Message table

2009-01-21 Thread kukeltje
the jobs table afaik View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203706#4203706 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4203706 ___ jboss-user mailing list jboss-user

[jboss-user] [JBoss jBPM] - Re: Large Jbpm Variables Slow System Down

2009-01-21 Thread kukeltje
exactely like I always do it... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203708#4203708 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4203708 ___ jboss-user mailing lis

[jboss-user] [JBoss jBPM] - Re: Error setup with both MySQL and Hypersonic

2009-01-21 Thread kukeltje
Yes that is one thing (should be a jira issue for this afaik), but I had changed that manually. My problem originated in the use of the mysql 5.1.6 driver, the 5.1.7 driver does not have that problem View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203711#4203

[jboss-user] [JBoss jBPM] - Re: Ad-hoc one of workflow piece

2009-01-21 Thread kukeltje
then use the api to suspend the fisrt process, start the new one and when it finishes, resume the first process View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203849#4203849 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JBoss jBPM] - Re: Attaching files

2009-01-22 Thread kukeltje
I do not adapt the jbpm-console. I leave that as is and use it what it is good for, admin purposes. For normal usage I developed my own webapp. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203978#4203978 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBoss jBPM] - Re: Problem with java 1.4.2 on JBPM 3.3.0

2009-01-22 Thread kukeltje
a) 1.5 b) please complain at the developer forum. You are correct that this info is *still* hard to find and partially incorrect. Also complain at the corresponding jira issue about the documentation and site... (have no link sorry, jira is down for maintanance or something View the original p

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