[JBoss-user] [JBoss jBPM] - Re: jBPM perfomance testing

2006-04-20 Thread kukeltje
340 user doing 1 click per second how does that result in 20400 clicks per second? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3938351#3938351 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3938351

[JBoss-user] [JBoss jBPM] - Re: jBPM perfomance testing

2006-04-20 Thread kukeltje
ok probably a typo on your side... 340/second is 20400 per minute View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3938352#3938352 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3938352

[JBoss-user] [JBoss jBPM] - Re: BMC/Remedy AR System and jBPM

2006-04-20 Thread kukeltje
ok... 1 is another way of displaying a tasklist... we have to prevent this becomming to long (e.g. with some filters) 2 is not realy workflow, but more pageflow, should be done with normal jsf/facelets 3, same here, well maybe not completely. No guarantees, but I will see what I can come up

[JBoss-user] [JBoss jBPM] - Re: jbpm+other data source

2006-04-20 Thread kukeltje
hibernate? jdbc? ldap? You should describe your usecase in more detail to give you a helpful answer Ronald View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3938355#3938355 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: if any web-based process designer ?

2006-04-20 Thread kukeltje
There is none.. unless u make an applet out of the GPD. These tools need so much drag/drop/... functinality that a pure web based (html) version is not doable, at least not if you want a good user experience. Ronald View the original post :

[JBoss-user] [JBoss jBPM] - Re: if any web-based process designer ?

2006-04-20 Thread kukeltje
There is another thread about a similar thing. What was eventually just needed there was editing certain paramaters for the decisions in the workflow. The process itself did not need to change. For changing these kinds of parameters, a rules engine with parameters or simple table in the

[JBoss-user] [JBoss jBPM] - Re: Data base configuration

2006-04-20 Thread kukeltje
Table not found in statement make sure your config points to the right db or if it points to the right db, make sure the tables are created View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3938454#3938454 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: jbpm+other data source

2006-04-20 Thread kukeltje
You should describe your usecase in more detail to give you a helpful answer Ronald View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3938455#3938455 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3938455

[JBoss-user] [JBoss jBPM] - Re: Child tokens do not end at Join ??

2006-04-20 Thread kukeltje
great thanx View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3938456#3938456 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3938456 --- Using Tomcat but need to do more?

[JBoss-user] [JBoss jBPM] - Re: Actionhandler to Node

2006-04-20 Thread kukeltje
field or constructor or bean, at least not compatibility. The latter is for backwardscompatibility with 2.0 Ronald View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3938459#3938459 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: jbPM and WebLogic

2006-04-20 Thread kukeltje
to upload an archive to wiki, you need to have an account. The rest is normal wiki functionality. If it is big, maybe put it on another server and link to it. It is better to just describe the steps (I'll help you with that if needed) If a war is uploaded, it is just a snapshot of a certain

[JBoss-user] [JBoss jBPM] - Re: How to end a ProcessInstance from an external process

2006-04-20 Thread kukeltje
There is a process-end event which (afaik) can be put on the process-definition itself. I would assume (but then again, i am not the expert) that that event would be called when the process ends. Even if it was via the processInstance.end() method. On that event you could call your own action.

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

2006-04-19 Thread kukeltje
Saviola, Thanks, someone who knows how to use searchfunctionality. But. The jbpm forum search functionality would have provided this link: http://www.jboss.com/index.html?module=bbop=viewtopict=73123 Ronald View the original post :

[JBoss-user] [JBoss jBPM] - Re: jbPM and WebLogic

2006-04-19 Thread kukeltje
out of the box? If so, that would be a great entry for the wiki. Or if there are some special steps (other than e.g. the tomcat library issues, we'd appreciate it very much if you could add a wiki entry for this. Ronald View the original post :

[JBoss-user] [JBoss jBPM] - Re: website discrepancies

2006-04-19 Thread kukeltje
It will be. The restructuring in general takes a little more time than expected. Thanks for reminding us anyway. Ronald View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3938176#3938176 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: BMC/Remedy AR System and jBPM

2006-04-19 Thread kukeltje
ahh... ok... 'actions' in this sense. This could be solved with combining jsf with your own backingbeans in combination with jBPM (or look at seam, another jboss project) I'm in the process of creating a web example that uses pageflow with jbpm with own backingbeans etc, without the dependency

[JBoss-user] [JBoss jBPM] - Re: what is behind the scene ?

2006-04-19 Thread kukeltje
1: in the database 2: this is default implemented in the taskbean that comes with the webapp 3: if you call them from your process. Remember, they are just example files. You could delete them if not needed 4: Look at the taskbean. (learn a little how jsf works, just the externals) 5: look at the

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

2006-04-19 Thread kukeltje
1: work has been done on this, but it was to complex to maintain in the xsd. It could be that it is in the ide itself to, then I agree that it should be fixed 2: I am thinking of extending the 'start process' method to pass it a map of variables so that it can be passed on when the process

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

2006-04-19 Thread kukeltje
No problem, we're here to help eachother right ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3938222#3938222 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3938222

[JBoss-user] [JBoss jBPM] - Re: hibernate exception

2006-04-19 Thread kukeltje
come on a connection refused has nothing to do with jBPM or whatever it is either a wrong config of your datasource or a firewall setting or whatever. Unfortunately you are on your own with this one. Ronald View the original post :

[JBoss-user] [JBoss jBPM] - Re: how to use duedate? (in a task, NOT timer)

2006-04-19 Thread kukeltje
isn't there anything in the testcases? Ronald View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3938225#3938225 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3938225 ---

[JBoss-user] [JBoss jBPM] - Re: JBoss jBPM 3.1 Hibernate Mapping Model

2006-04-19 Thread kukeltje
wow I never inspected the hibernate mappings closely, but that it was this complex. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3938262#3938262 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3938262

[JBoss-user] [JBoss jBPM] - Re: Child tokens do not end at Join ??

2006-04-19 Thread kukeltje
Michael, Could you create a unit test and attach both the processdefinition and the unit test to the bug report? I reopend it and refered it to this topic Thanks, Ronald View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3938266#3938266 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: Deploy Process Archive

2006-04-19 Thread kukeltje
hmm... in my version of 3.0.9, the deployment tab is very extensive. I can select what to include in the par, file in the project or even libs on the classpath. Besides that, I can select to deploy it locally (save it locally) or configure a jbpm server with host and port. Ronald View the

[JBoss-user] [JBoss jBPM] - Re: BMC/Remedy AR System and jBPM

2006-04-18 Thread kukeltje
John, Why should we port Remedy AR System applications to the jBPM platform? This is clearly up to the user. If we develop kind of out of the box processes, these will never fit the need of the customers (nor will the Remedy ARS ones, trust me, I know ;-) ) Or do I misinterpret your question.

[JBoss-user] [JBoss jBPM] - Re: Difference between Process, SubProcess, Tasks

2006-04-18 Thread kukeltje
and of course the documentation View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937877#3937877 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937877 --- This SF.Net email

[JBoss-user] [JBoss jBPM] - Re: Difference between Process, SubProcess, Tasks

2006-04-18 Thread kukeltje
look at the testcases, there you will see they are defined externally View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937876#3937876 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937876

[JBoss-user] [JBoss jBPM] - Re: Integrate Jbpm With Enterprise application

2006-04-18 Thread kukeltje
1, 2 3 guis, it doesn't matter. You should use the jBPM api if you don't want to use the default webapp. Look at the webapp to see how it is done via jsf and the async code (jms or native) to see how the api can be used in a different way. You can also develop an ejb and use rmi to connect

[JBoss-user] [JBoss jBPM] - Re: BMC/Remedy AR System and jBPM

2006-04-18 Thread kukeltje
It could be a spin-off, but not under the JBoss umbrella I think. We internally (not JBoss but the company I work for) use ARS, with the applet ui. Lots, I mean lots of (expensive) customization (doesn't ITIL suppose to be a standard ;-) ) This is clearly a field where jBPM could fit in, but

[JBoss-user] [JBoss jBPM] - Re: Integrate Jbpm With Enterprise application

2006-04-18 Thread kukeltje
Productive reply: Look at the webapp example that comes with jBPM for using the API, for the radiobuttons etc WAIT for the 3.2 to have *some* customization or look at the sourcecode of 3.2 in CVS I posted this exact same reply in another thread. Please, please be patient or learn Java/JSF/...

[JBoss-user] [JBoss jBPM] - Re: BMC/Remedy AR System and jBPM

2006-04-18 Thread kukeltje
with the upcomming 3.2 you can fairly flexible design your own ui. Currently the out of the box 3.1 ui doesn't allow flexible customization. It just renders each processvariable as a textinput. With 3.2 you can build your own ui per task. Look at the .xhtml files in the cvs with the example

[JBoss-user] [JBoss jBPM] - Re: BMC/Remedy AR System and jBPM

2006-04-18 Thread kukeltje
- Q: client-side workflow??? A: jBPM is server side, or do I mis something - Q: a set of examples/definitive list of actions? A: Care to elaborate? for examples look at the testcases or actions, there is a limited number (1, send email), but a very flexible way of adding your own (called

[JBoss-user] [JBoss jBPM] - Re: Integrate Jbpm With Enterprise application

2006-04-18 Thread kukeltje
that is the webapp where you van see the usage of the api the xhtml pages are in C:\jbpm-starters-kit-3.1\jbpm\src\process.examples\websale.par View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937923#3937923 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: Integrate Jbpm With Enterprise application

2006-04-18 Thread kukeltje
slip of my keyboard. I replaced my local dir with your c:\jbpm... and forgot that I work against cvs head. So you should not look in the starter kit but in CVS Ronald View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937928#3937928 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: EJB examples with jBPM?

2006-04-18 Thread kukeltje
YES, any help would be welcome View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937930#3937930 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937930 --- This SF.Net email

[JBoss-user] [JBoss jBPM] - Re: Problem in Work flow Example......pls guide..

2006-04-17 Thread kukeltje
3.2 (currently under development) will support custom ui's (among which are radio buttons) and a JSR-170 content repository (JCR) where you can store documents etc... So if you want to experiment, try out cvs-head. Or you can always build your own ui framework and use the jBPM api to achieve

[JBoss-user] [JBoss jBPM] - Re: JBPM without starter kit

2006-04-17 Thread kukeltje
What do you mean by anonymous wrote : Now I am only deploying one version at the time and JBPM I did not try this and it is a (probably stupid) wild guess, but how is your datasource configured? Do you have enough connections in the pool? Ronald View the original post :

[JBoss-user] [JBoss jBPM] - Re: Problem in Work flow Example......pls guide..

2006-04-17 Thread kukeltje
1: in 3.1 yes, change the task.jsp and remove the corresponding tag (you can find these things out yourself by looking at the code. This is 'open' you know ;-) ) in 3.2 it will be a separate menu item to show it. 2: Guess! I assume you know what TODO means... :-) Administration is for

[JBoss-user] [JBoss jBPM] - Re: problem running my process

2006-04-17 Thread kukeltje
Does your process have a task in the start node? It should have for it to work from the webapp. (this is mentioned in several places) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937677#3937677 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: problem running my process

2006-04-17 Thread kukeltje
then I have no idea. Can you post your process definition? Please include it in a square bracketed code tag View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937681#3937681 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: EJB examples with jBPM?

2006-04-17 Thread kukeltje
Alex, There are no EJB examples for jBPM with JBoss (or any other appserver for that matter) There are enough examples/testcases for jBPM with JBoss/Tomcat/ so that is not the issue. Give it a try and you will see how easy it is. View the original post :

[JBoss-user] [JBoss jBPM] - Re: problem running my process

2006-04-17 Thread kukeltje
I do not see anything strange in the processdefinition. Regarding the users that do not show up, you should add them to the source in the identity module or write your own identity module. They do not show up automagically if you define them in the pd View the original post :

[JBoss-user] [JBoss jBPM] - Re: JBPM without starter kit

2006-04-17 Thread kukeltje
The difference in the logging is probably due to a difference in the log4j config between the starterkit jboss instance and your instance. look at the log4j config in the resources dir of jbpm and compare it with the log4j of your own instance. Regarding the 'hanging', we've seen/read this a

[JBoss-user] [JBoss jBPM] - Re: EJB examples with jBPM?

2006-04-17 Thread kukeltje
Concurrent access to a processinstance is an issue by itself, independant of clustering (or j2ee). The same is true for transactions etc. I do agree however that using it in a j2ee environment doesn't make it simpeler, but it doesn't neccesarilly make it (a lot) more complex either. Search

[JBoss-user] [JBoss jBPM] - Re: problem running my process

2006-04-17 Thread kukeltje
if you look at the documentation and the source a little, you will see that there are some scripts to insert these users into the database. You can either add your own users to these scripts, or manipulate the database directly. View the original post :

[JBoss-user] [JBoss jBPM] - Re: Tips with jBPM server's console

2006-04-17 Thread kukeltje
Thanx Alex, Somehow I never find the time to give these crashcourses on well know java frameworks. ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937761#3937761 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937761

[JBoss-user] [JBoss jBPM] - Re: Child tokens do not end at Join ??

2006-04-17 Thread kukeltje
hmm... my expectation was that a join needs as many incomming tokens as there were in the corresponding fork. (even the same tokens). This would explain the behaviour I see myself in a model where there are two leaving tokens in a fork and 4 incomming transitions of which only 2 will be ever

[JBoss-user] [JBoss jBPM] - Re: Required indexes missing in JBPM DB script. (Take 2 - De

2006-04-17 Thread kukeltje
Not me View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937792#3937792 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937792 --- This SF.Net email is sponsored by xPML, a

[JBoss-user] [JBoss jBPM] - Re: JBoss jBPM 3.1 Data Model Wiki

2006-04-17 Thread kukeltje
Alex, you don't need Kevin. With PD you can do it yourself View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937795#3937795 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937795

[JBoss-user] [JBoss jBPM] - Re: Child tokens do not end at Join ??

2006-04-17 Thread kukeltje
Michael, With incomming tokens I do not mean incomming transitions. Suppose a fork splits of two tokens T1 and T2. Each of which goes to a descision (T1 to D1 and T2 to D2) which in turn have two transitions to tasks (1A, 1B and 2A, 2B). So either 1A or 1B AND 2A or 2B are taken. Below this

[JBoss-user] [JBoss jBPM] - Re: Child tokens do not end at Join ??

2006-04-17 Thread kukeltje
btw, your question about child tokens could be related to http://jira.jboss.org/jira/browse/JBPM-288 It is closed due to an incomplete testcase. Maybe your case can help. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937816#3937816 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: problem running my process

2006-04-16 Thread kukeltje
uuhhhmmm... make sure jBPM, including the database, is correctly configured and just select one in the dropdown list (assuming you are using 3.0/3.1) Ronald View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937621#3937621 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: How to define a form for every task in jBPM3?

2006-04-14 Thread kukeltje
either buiildyour own ui interface with jsf, struts or whatever or look at the current head in cvs. 3.2 will provide some things in this direction. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937358#3937358 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: jbpm workflow editor

2006-04-14 Thread kukeltje
what are the ideas? JBoss Rules connected to the ESB and jBPM using it via the ESB or connecting the rules engine directly to jBPM? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937395#3937395 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: workflow with complex human interaction

2006-04-13 Thread kukeltje
look at the sourcecode of the current head. There are .xhtml files for pages to be associated with tasks. These can be complex pages. Ronald View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937113#3937113 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: workflow with complex human interaction

2006-04-13 Thread kukeltje
little more detail: lool at the example processes in the source View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937114#3937114 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937114

[JBoss-user] [JBoss jBPM] - Re: JBPM without starter kit

2006-04-13 Thread kukeltje
I did the same last night and did not encounter this behaviour. Are you using the same oracle driver? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937192#3937192 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937192

[JBoss-user] [JBoss jBPM] - Re: jBPM perfomance testing

2006-04-13 Thread kukeltje
PLEASE keep in mind that the webapp is NOT jBPM. It is a front-end for jBPM. It is not optimized to be used in high volume, high performance environments, rather for RAD purposes. So if you realy want to do a stresstest (loadtest?) of jBPM you should access jBPM on a lower level. This does not

[JBoss-user] [JBoss jBPM] - Re: workflow with complex human interaction

2006-04-13 Thread kukeltje
The reason I mentioned the source and not the tutorial, is that you wanted complex configurable forms. You have to either build those yourself, including the usage of the jBPM api, or wait for jBPM 3.2. That one is currently under development so only available in CVS. Out of the box support

[JBoss-user] [JBoss jBPM] - Re: Task as struts action?

2006-04-13 Thread kukeltje
great, so jBPM is a fit for you? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937234#3937234 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937234 --- This SF.Net

[JBoss-user] [JBoss jBPM] - Re: workflow with complex human interaction

2006-04-13 Thread kukeltje
I will not go into the 'questionable' thing for several reasons, but the issue of using a different MVC framework is already sloved. Everybody can use it's own framework of choice. The jBPM api is straight forward. Besides that the webforms will be generic, but can easily be customized to a

[JBoss-user] [JBoss jBPM] - Re: jbpm workflow editor

2006-04-13 Thread kukeltje
'everything?' including the bpm engine? Or just the editor? I hope the latest. Do you or the customer have any experience with workflow on this level? Our experience is that it should not be left up to the business to directly influence things, unless your editor is real dummy/monkey (read

[JBoss-user] [JBoss jBPM] - Re: workflow with complex human interaction

2006-04-13 Thread kukeltje
1: that's what 3.2 is going to, you can define your own input types for variables. 3.1 just renders everything as a textinput 2: Look at the Jira, there is an issue for it, so it is on the list. Care to help out? 3: That is the real challenge, and the one where (afaik) all bpm vendors fail to a

[JBoss-user] [JBoss jBPM] - Re: jbpm workflow editor

2006-04-13 Thread kukeltje
this is perfectly possible with jBPM. These are just parameters that influence flow of the designed workflow, not about redesigning the workflow itself. A combination/demo of something like this with using jBPM with either a database or even JBoss Rules (Drools) would be interesting. The data

[JBoss-user] [JBoss jBPM] - Re: jbpm workflow editor

2006-04-13 Thread kukeltje
Still then, I'd try to model a common process where these are parameters for a rules engine and not have the customer change process definitions for this. How many combinations will they get tens? hundreds? If you look for the parts they have in common you will probably be able map it to

[JBoss-user] [JBoss jBPM] - Re: Class Browse Button/Dialog not working

2006-04-13 Thread kukeltje
I think very few people use the CVS version of the GPD. Probably you and Koen ;-). If the button does not work, you can always use the source view, but I suspect I do not tell you anything new ;-) If/When Koen is going to have a look, he at least needs to now the eclipse version, whether

[JBoss-user] [JBoss jBPM] - Re: Task as struts action?

2006-04-12 Thread kukeltje
in jbpm 3.0/3.1 you will see the taskbean and homebean return static 'goto page' values. You could adapt these beans to return a dynamic value, e.g. the taskname or transitionname and have a struts mapping that makes sure the correct page is shown. This way the process decides which page to

[JBoss-user] [JBoss jBPM] - Re: Life cycle of Root Token

2006-04-12 Thread kukeltje
Everything is possible, but not under normal circumstances. You safely can assume the root token will always be there. Ronald View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937000#3937000 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: JBoss jBPM 3.1 Data Model Wiki

2006-04-12 Thread kukeltje
not familiar with PD. Therefor the 'why'. If powerbuilder is so good (cheap?) then why don't you describe the advantages of powerbuilder over the tool Kevin used instead of just saying 'use powerbuilder' btw, indeed great work Kevin View the original post :

[JBoss-user] [JBoss jBPM] - Re: ask for help .about org.jbpm.ui.wizard.ExportParWizard;

2006-04-12 Thread kukeltje
they are, and afaik, they adapted the GPD to be able to generate jbpm 2.0 compatible pd's View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3937003#3937003 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937003

[JBoss-user] [JBoss jBPM] - Re: conditional Fork: execute NOT all transition

2006-04-12 Thread kukeltje
cancelling the token would be an option. But if it is the root token, then the process gets cancelled. In my example it would not be and just go to the join. If that is what you want (it sould according to your previous statement) View the original post :

[JBoss-user] [JBoss jBPM] - Re: The org.xml.sax.SAXNotRecognizedException:

2006-04-11 Thread kukeltje
what appserver are you using and what version of jBPM? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936550#3936550 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3936550

[JBoss-user] [JBoss jBPM] - Re: scheduling process execution

2006-04-11 Thread kukeltje
PLEASE search the forum. This has been answerd very recently. Ronald View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936711#3936711 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3936711

[JBoss-user] [JBoss jBPM] - Re: conditional Fork: execute NOT all transition

2006-04-11 Thread kukeltje
Why not do somathing like | +-+ | | Fork | | +-+ | / \ |Decsision 1 Descision 2 | / || \ |++ ||+---+ ||State A | |||State B|

[JBoss-user] [JBoss jBPM] - Re: DB Design

2006-04-11 Thread kukeltje
Even better, make a wiki page for it ;-) Ronald View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936714#3936714 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3936714 ---

[JBoss-user] [JBoss jBPM] - Re: EAI integration

2006-04-11 Thread kukeltje
JBoss jBPM can be linked with anything since it has the concept of actionhandlers. Either sync or async. see the documentation. Ronald View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936715#3936715 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: Example Decision Node XML

2006-04-11 Thread kukeltje
see the testcases. Lots of 'examples' there. Ronald View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936716#3936716 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3936716

[JBoss-user] [JBoss jBPM] - Re: ThreadSafe Access to jBPM

2006-04-11 Thread kukeltje
the processdefinitions are already kept in the hibernate 2nd level cache, so there is no need to optimise that. Ronald View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936725#3936725 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: persisting process description into xml format

2006-04-10 Thread kukeltje
it is persisted in the database in objects AND in xml format. I do not know the command to retrieve it, but look at http://www.jboss.com/index.html?module=bbop=viewtopict=76164 Alex talks about custom files there, but afaik it is true for processdefinition.xml as wel Ronald View the original

[JBoss-user] [JBoss jBPM] - Re: Node by Node Execution Status

2006-04-10 Thread kukeltje
I'd hope the end time of a token is always the same. If you end it on a certain time, it should not have a different end time tomorrow :-) But I assume this is not what you meant... Does each token have the same end time? Do you have a unitest to demonstrate this behaviour? Ronald View the

[JBoss-user] [JBoss jBPM] - Re: Creating Process Definition from Eclipse

2006-04-10 Thread kukeltje
what is the version of eclipse? what is the version of the plugin? Other plugins? Ronald View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936221#3936221 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3936221

[JBoss-user] [JBoss jBPM] - Re: JBoss jBPM 3.1 Data Model Wiki

2006-04-10 Thread kukeltje
why? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936301#3936301 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3936301 --- This SF.Net email is sponsored by xPML, a

[JBoss-user] [JBoss jBPM] - Re: persisting process description into xml format

2006-04-10 Thread kukeltje
hmm... I was sure Tom mentioned somewhere that adding if you turn off process validation, you could add custom xml to the pd.xml and read the pd runtime and get your custom xml from it. And then I remembered. It was in Jira http://jira.jboss.org/jira/browse/JBPM-581

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

2006-04-07 Thread kukeltje
send2shriram wrote : | Q1. how can i implement this? | Look at the org.jbpm.taskmgmt.TaskAssignmentTest.java. Lots of examples there send2shriram wrote : | Q2. you would have seen my implementation of PooledActors in | the previous mails. Was that correct ? | There was not a

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

2006-04-07 Thread kukeltje
send2shriram wrote : Hi all, | | if anyone know how to assign a task to 2 users , please let us all know. | | I would lik to hear atleast some answers from JBPM team... | | Thanks | Shriram I am 'part' of the jBPM team, see http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmTeam View

[JBoss-user] [JBoss jBPM] - Re: JbpmSessionFactory is deprecated

2006-04-07 Thread kukeltje
search the forum for jbpmsessionfactory and the first hit will shed some light as does the javadoc... So lots of info if you do some investigation. Ronald View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3935850#3935850 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: EJB examples with jBPM?

2006-04-07 Thread kukeltje
Thanks for the notifying us. Do you have detailed issues where we could improve, since we are always open for improvement. What would you expect from a security standpoint. Ronald View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3935857#3935857 Reply to the

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

2006-04-07 Thread kukeltje
thanks for letting us know and glad we could help you View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3935858#3935858 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3935858

[JBoss-user] [JBoss jBPM] - Re: How could I restrict the role to start a process?

2006-04-07 Thread kukeltje
Currently you should indeed write your own code to prevent people starting a process they are not allowed to. Ronald View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3935862#3935862 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: hibernate.properties doesn't always override hibernate.c

2006-04-07 Thread kukeltje
you have to override hibernate.cfg.xml as well in the sar file. Otherwise you get the result you see. You could also change the hibernate.cfg.xml file for this, but afaik you have to do that in two places. The deployment and runtime versions are not one and the same. Ronald View the original

[JBoss-user] [JBoss jBPM] - Re: JBPM without starter kit

2006-04-07 Thread kukeltje
look at the ant scripts in the sourcecode (they are also in the starter kit afaik) there are some nice ant tasks that deploy jbpm by making a copy of te default server. You can see there what needs to be done to run it in your own server. The main thing is indeed copying the sar file to the

[JBoss-user] [JBoss jBPM] - Re: hibernate.properties doesn't always override hibernate.c

2006-04-07 Thread kukeltje
midway into the deployment of a jbpm process to the appserver? Can you post the log, version of jbpm etc...etc...etc View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3935902#3935902 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: JbpmSessionFactory is deprecated

2006-04-07 Thread kukeltje
it is now indeed probably due to my second posting. I assume you have been so smart to look at the second posting or the javadocs and found the answer? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3935911#3935911 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: JbpmSessionFactory is deprecated

2006-04-07 Thread kukeltje
sorry, to wrong poster ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3935912#3935912 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3935912 --- This SF.Net email is

[JBoss-user] [JBoss jBPM] - Re: jBPM perfomance testing

2006-04-07 Thread kukeltje
Hi, 1: Not public ones afaik 2: Process instances that do nothing are just saved in the database, so the only limit there is the db size. The jBPM core can support lots of requests per second. Tuning the system to fit your environment is in most cases the best idea. Comparing different

[JBoss-user] [JBoss jBPM] - Re: Best practice on Process Definition design sought

2006-04-07 Thread kukeltje
1: that is up to you. If you have multiple screens/actions that span one task, then you have n:1. Sometimes there is just one screen per task so 1:1. Realy, it is up to you to decide. 2: Some others should post this I think, we don't have these. In an application I did wich uses JSF (and it's

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

2006-04-07 Thread kukeltje
besides that, it should be copied to TOMCAT_HOME\webapps to have the /jbpm part in the url. If you expanded deploy it in TOMCAT_HOME\webapps\ROOT the /jbpm part should be removed. Please learn how to use an appserver before posting (sorry if I sound grumpy, it has been a busy week) Sleep

[JBoss-user] [JBoss jBPM] - Re: jBPM perfomance testing

2006-04-07 Thread kukeltje
Yes, my idea is that the performance is good ;-) The company I work for is starting to use jBPM, within several weeks I think I can publish some numbers. Maybe Tom or Koen can post some numbers, but I know customers are not keen on this and environments can differ so much that sometimes

[JBoss-user] [JBoss jBPM] - Re: jbpm.varmapping.properties missing?

2006-04-06 Thread kukeltje
if you go through www.jboss.org, you see 3.01, use www.jboss.com for the moment. People are working on this!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3935370#3935370 Reply to the post :

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

2006-04-06 Thread kukeltje
Shiram, You want: anonymous wrote : I want one task to be created, and both the users must be assigned to it. | So that, any of the two can take on the task and act upon it. You say pooled actors does: anonymous wrote : Using PooledActor also doesn;t seems to solve the problem as | it

<    1   2   3   4   5   6   7   8   >