[jboss-user] [jBPM Users] - Re: Is new jBPM book related to upcoming jBPM 4.3?

2009-12-11 Thread kukeltje
No-one in the core team has had a knowledge of this book. And since Mauricio (the author, 'salaboy' in the forum) has been working to write a jBPM3 compatible layer on top of drools and we never had him ask any questions on jBPM4, it most likely is just about jBPM 3 View the original post :

[jboss-user] [jBPM Users] - Re: deploy() takes an awefully LONG time

2009-12-11 Thread kukeltje
I do not get it either. jBPM retrieves all processdefinitions with the same name (how many can that be, just several I think) and loops over that. I again urge you to log additional things, you might e.g. have a problem with a reverse dns lookup why things take long... So I would not file a

[jboss-user] [jBPM Users] - Re: Unable to retrive the process instance

2009-12-11 Thread kukeltje
Processdefinition ID != name afaik. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270228#4270228 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4270228 ___ jboss-user mailing

[jboss-user] [jBPM Users] - Re: deploy() takes an awefully LONG time

2009-12-11 Thread kukeltje
ajaygautam wrote : saraswati.santanu wrote : Ajay, | |I did not get the first part of your question | | | | anonymous wrote : shouldn't the query actually be performed at the database level !?!? | | | | The query will be performed at the db only. | | | | Do

[jboss-user] [jBPM Users] - Re: How does jBPM loggin work?

2009-12-11 Thread kukeltje
According to http://docs.jboss.com/jbpm/v4/devguide/html_single/#d0e2609 anonymous wrote : PVM can use JDK logging (java.util.logging) or log4j. When the first message is logged, PVM logging will make the selection with following procedure: | |1. If a logging.properties resource is

[jboss-user] [jBPM Users] - Re: TaskQuery w/ ProcessInstanceId possible?

2009-12-11 Thread kukeltje
anonymous wrote : We never really solved this. As best I can tell, trying to get tasks for an execution or track what is going on by execution kind of goes against the paradigm of jbpm. I No specifically. Regarding the tasklists. there just have not been many requests for this (only you two)

[jboss-user] [jBPM Users] - Re: How does jBPM loggin work?

2009-12-11 Thread kukeltje
uh maven is a build management tool Tomcat is a servlet engine... I do not understand your question Or at least not the relation to your 'problem'... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270316#4270316 Reply to the post :

[jboss-user] [jBPM Users] - Re: Process Step Exception

2009-12-11 Thread kukeltje
anonymous wrote : I think that JBoss documentation on how to use jbpm from Web and enterprise applications really lacks details and a good tutorial. Partly yes, partly no. The issues are no different than with any other ready to use war/ear vs repackaging. If you find the time, you might

[jboss-user] [jBPM Users] - Re: deploy() takes an awefully LONG time

2009-12-10 Thread kukeltje
jBPM afaik has the xsd's in a local resolver so should not need to go to the internet. But it could be that (since the xsd changed in 4.2) this was overlooked. Regarding the logging Well, I (ofcourse ;-)) meant logging of what happens DURING the deploy. So if it turns out not to be a

[jboss-user] [jBPM Users] - Re: Does jBPM 4 Require JBoss 5?

2009-12-10 Thread kukeltje
jBPM 4 core libraries run on JBoss 4.3. Not sure about the webconsole. Not saying it doesn't, but also not that it does. Just don't know. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270055#4270055 Reply to the post :

[jboss-user] [jBPM Users] - Re: Advice regarding complex proccess modeling

2009-12-10 Thread kukeltje
no, not a similar api. You have to do it low level View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270057#4270057 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4270057 ___

[jboss-user] [jBPM Users] - Re: Bug in process designer eclipse

2009-12-10 Thread kukeltje
please file a jira issue for this on the GPD project View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270058#4270058 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4270058 ___

[jboss-user] [jBPM Users] - Re: spring bean as assignment handler

2009-12-10 Thread kukeltje
There are lots of places where expressions cannot be used. An issue for this is in the jira. Please try to locate it and add this to it. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270060#4270060 Reply to the post :

[jboss-user] [jBPM Users] - Re: Process definition

2009-12-10 Thread kukeltje
XML is parsed with an XML parser... Those are in the JDK so I have no clue what you mean... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270061#4270061 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4270061

[jboss-user] [jBPM Users] - Re: JBPM 4.2 Sub-Processs Not able to access Variables

2009-12-10 Thread kukeltje
Please read the documentation http://docs.jboss.com/jbpm/v4/userguide/html_single/#subprocess. It's all in there... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270062#4270062 Reply to the post :

[jboss-user] [jBPM Users] - Re: JBPM 4 dynamic timer duedate

2009-12-10 Thread kukeltje
Please search the jira... there is an issue for it. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270063#4270063 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4270063 ___

[jboss-user] [jBPM Users] - Re: using jBPM 4.2 (Hibernate) with JPA on the same database

2009-12-10 Thread kukeltje
afaik, if you configure hibernate to use the JTA transaction, it should join it. That is how it normally should be done View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270064#4270064 Reply to the post :

[jboss-user] [jBPM Users] - Re: deploy() takes an awefully LONG time

2009-12-10 Thread kukeltje
Is there any reason you cannot configure log4j (or jdk logging) to log in more detail? Works fine here (and I'm serious, not joking or trying to make fun of you or anything) Now (besides the internet access) It's like saying: Hey, look at that car driving by, it is going slow. Can you tell me

[jboss-user] [JCA] - Re: Example File System RA

2009-12-10 Thread kukeltje
The reason I thought I needed a jboss-service.xml file is because I got the impression that it is needed to have pooling. In the jboss books example rar for a non-tx fs jca implementation it is there for this reason. My rar (if I'm allowed to use it) is new (jca 1.5 compliant). The rar itself

[jboss-user] [JCA] - Re: RAR classloading inversion

2009-12-10 Thread kukeltje
Ok this helps... I did know about the transformations of -ds.xml to -service.xml but still was under the impression a basic -service.xml, overridden (where needed) with the generated one. The docs you refer to (and later versions) are what I used. Read them from front to back and reverse,

[jboss-user] [jBPM Users] - Re: deploy() takes an awefully LONG time

2009-12-09 Thread kukeltje
Uhh I assume you have WAY more logging if so please post here. If not, it is very, very hard for us to help. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4269773#4269773 Reply to the post :

[jboss-user] [JCA] - Re: RAR classloading inversion

2009-12-09 Thread kukeltje
Env: - JBoss AS 5.1.0.GA - JDK 1.6.0_12 - Windows XP I'm trying to create a rar for the filesystem jca example that I pointed to in my other post The rar gets deployed, but when I try to create a corresponding -service.xml file, I get classloading errors. The error I get is : Caused by:

[jboss-user] [jBPM Users] - Re: Docs recommend ProcessEngine in JNDI But fails with Thre

2009-12-09 Thread kukeltje
Then please makea jira issue for it. (DEFAULT_JNDI;-)) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4269877#4269877 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4269877 ___

[jboss-user] [JCA] - Re: RAR classloading inversion

2009-12-09 Thread kukeltje
Yes, I noticed the relation ;-) In the debug/trace logging, you can see it is found, at least that was my interpretation, in combination with things like 'blacklisted' etc... but that could be 'matching generic filters e.g. org.jboss.* ;-( I read many posts about this subject, but the one you

[jboss-user] [JCA] - Re: Example File System RA

2009-12-08 Thread kukeltje
I've read the documentation Vicky pointed out and also came across http://wernli.nine.ch/web/guest/52 The latter is transactional, but misses a jboss-service.xm file (if it is needed, no idea yet). The former is not transactional. So I was wondering if someone could give me a quick hint on

[jboss-user] [jBPM Users] - Re: Console: host not found error

2009-12-06 Thread kukeltje
it is a console config issue. Please search the forum and the jira. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4269169#4269169 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4269169

[jboss-user] [jBPM Users] - Re: [jBPM4.2] Installation problems

2009-12-06 Thread kukeltje
nope,it works for me. best is to analyze your jboss as startup scripts. does it start when not installing jBPM in it? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4269234#4269234 Reply to the post :

[jboss-user] [jBPM Users] - Re: Problem to run jBPM under jBoss and searching for PVM do

2009-12-04 Thread kukeltje
Try adding the mysql driver jar manually to the classpath. This is missing in 4.2 (and there is a jira issue for it) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4269100#4269100 Reply to the post :

[jboss-user] [jBPM Users] - Re: Support needed to install and use jBPM

2009-12-04 Thread kukeltje
-Silver- Posts like this won't get you much help. Saying that the manual (that everybody uses) does not work for you without giving information about the errors is not enough. I'm also sorry you have been working on this for two weeks. See my response in the other post View the original

[jboss-user] [jBPM Users] - Re: Problem to run jBPM under jBoss and searching for PVM do

2009-12-04 Thread kukeltje
Oh, and about 2: It's not an Artificial Neural Network, it's based on superposition and entanglement and touches on EPR But on a more serious note, it is an advanced statemachine for process graphs. View the original post :

[jboss-user] [jBPM Users] - Re: Roadmap of JBPM after 3.2

2009-12-04 Thread kukeltje
Hmmm even I learned something. I only knew Bonita (XPDL) as implemented on the PVM... Cool to know View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4269106#4269106 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4269106

[jboss-user] [jBPM Users] - Re: Entity variable

2009-12-04 Thread kukeltje
It can be saved by jBPM if it is serializable. Other options will be worked out in future releases of jBPM. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4269107#4269107 Reply to the post :

[jboss-user] [jBPM Users] - Re: jBPM 4.2 architecture questions

2009-12-03 Thread kukeltje
No jBPM caches, and 2nd level cache can be used e.g. in a clustered way if you want. By default second level cache is only used for processdefinitions afaik in a read-only way View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4268799#4268799 Reply to the post :

[jboss-user] [jBPM Users] - Re: Problem to run jBPM under jBoss and searching for PVM do

2009-12-03 Thread kukeltje
1: Caused by: java.io.FileNotFoundException: C:\jboss-5.1.0.GA\server\jbpm\conf\bootstrap.xml Please try a clean JBoss AS server instance first before adding jBPM to it. Such an error has nothing to do with jBPM 2: What is detailed? Have you checked here: http://www.jboss.org/jbossjbpm/pvm/

[jboss-user] [jBPM Users] - Re: Roadmap of JBPM after 3.2

2009-12-03 Thread kukeltje
Do you want to run BPEL or JPDL? jBPM4 has no BPEL. Use riftsaw for that. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4268908#4268908 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4268908

[jboss-user] [jBPM Users] - Re: JBPM User Task - Forms

2009-12-03 Thread kukeltje
using .ftl files is not something jBPM does but the console. So check the sourcecode of the console how it is done there View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4268911#4268911 Reply to the post :

[jboss-user] [jBPM Users] - Re: JBPM 4.1 or 4.2 on Weblogic 9.2 - Extra jars + unable t

2009-12-02 Thread kukeltje
would be nice if you could add a 'weblogic 9.2 profile' to the pom where these are excluded. We might be able to include that in jBPM (just with 'community' support though) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4268523#4268523 Reply to the post :

[jboss-user] [jBPM Users] - Re: Variable missing in assignment handler

2009-12-02 Thread kukeltje
Well, most likely not everybody (we've not had many requests for this) wants ALL variables copied automatically. So it is the way it is because it just is. Don't think that there is a specific reason for it. Other than that maybe many users use a domain model and have all info in there and just

[jboss-user] [jBPM Users] - Re: jBPM 4.2 architecture questions

2009-12-02 Thread kukeltje
1: yes, either with its own or shared transaction 2: like you would in any other distributed app. e.g. using rmi and sharing a transaction 3: yes but it does not rely on e.g. jboss clustering. jBPM uses a shared database View the original post :

[jboss-user] [jBPM Users] - Re: jBPM 4.2 architecture questions

2009-12-02 Thread kukeltje
wow... almost an inflight collision :-) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4268674#4268674 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4268674 ___ jboss-user mailing

[jboss-user] [jBPM Users] - Re: Variables keep old values

2009-12-01 Thread kukeltje
please make a full unittest that demonstrates the problem. And do you close the context? You should... according to the docs View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4268259#4268259 Reply to the post :

[jboss-user] [jBPM Users] - Re: [JBPM 4.1] Best practice to restart a task after shutdow

2009-12-01 Thread kukeltje
If jBPM runs in the same transaction as the calling method (the one that signals in the first case) that will be rolled back as well. So 'transaction management' is fully supported. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4268310#4268310 Reply to the

[jboss-user] [jBPM Users] - Re: How signal as a state to a task?

2009-12-01 Thread kukeltje
I think the reason no-one responded is because your post is vague. The 'notify' you refer to is nowhere to be found, you probably want the timer to take a transition but the transition to take is nowhere to be found etc... So I suggest looking at jBPM testcase (in the source) or the

[jboss-user] [jBPM Users] - Re: Character set for mail templates?

2009-12-01 Thread kukeltje
what is the character setting of the html mail when it arrives? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4268391#4268391 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4268391

[jboss-user] [jBPM Users] - Re: Variables keep old values

2009-12-01 Thread kukeltje
3 should change them as well, but you have to close the context AND NOT set them as local variables View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4268393#4268393 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4268393

[jboss-user] [jBPM Users] - Re: [JBPM 4.1] Best practice to restart a task after shutdow

2009-12-01 Thread kukeltje
Cool, great it works. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4268402#4268402 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4268402 ___ jboss-user mailing list

[jboss-user] [jBPM Users] - Re: Character set for mail templates?

2009-11-30 Thread kukeltje
I suggest to first make sure you set the right charset in your AS View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4268228#4268228 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4268228

[jboss-user] [jBPM Users] - Re: [JBPM 4.1] Best practice to restart a task after shutdow

2009-11-30 Thread kukeltje
tasks are never started automatically but always manual. If a task was in progress when the server was shut down, the transaction should be rolled back and the task should be available in the tasklist again. View the original post :

[jboss-user] [jBPM Users] - Re: jbpm4 task can be by many actor in the same task compone

2009-11-28 Thread kukeltje
http://docs.jboss.com/jbpm/pvm/article/ View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267896#4267896 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4267896 ___ jboss-user mailing

[jboss-user] [jBPM Users] - Re: Unable to complete task

2009-11-27 Thread kukeltje
Well, maybe the bug report in jira is wrong and the notification is the problem, not the async on the start. In that case you have the same issue (I think) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267829#4267829 Reply to the post :

[jboss-user] [jBPM Users] - Re: jbpm4 task can be by many actor in the same task compone

2009-11-27 Thread kukeltje
? what do you mean? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267832#4267832 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4267832 ___ jboss-user mailing list

[jboss-user] [jBPM Users] - Re: Unable to complete task

2009-11-27 Thread kukeltje
yes IF you can demonstrate that the issue in the bug report is not related to the async start but also happens when the start is not async, so the notification is the 'issue' View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267847#4267847 Reply to the post :

[jboss-user] [jBPM Users] - Re: How to signal subprocess?

2009-11-27 Thread kukeltje
@cmjhingeniero What is the relation of your post with this topic? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267868#4267868 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4267868

[jboss-user] [jBPM Users] - Re: List task comments with Activity name

2009-11-26 Thread kukeltje
I agree, but unfortunately I can only try to influence the core devs since I do not have the time to do this myself. Gathering as many votes as possible is the best to do (or getting paid support and escalate). I'll see what I can do View the original post :

[jboss-user] [jBPM Users] - Re: jbpm4 task can be by many actor in the same task compone

2009-11-26 Thread kukeltje
yes, see 6.2.6.2 in the documentation View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267692#4267692 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4267692 ___ jboss-user mailing

[jboss-user] [jBPM Users] - Re: jbpm4 task can be by many actor in the same task compone

2009-11-26 Thread kukeltje
yes, see 6.2.6.2 in the documentation View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267693#4267693 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4267693 ___ jboss-user mailing

[jboss-user] [jBPM Users] - Re: List task comments with Activity name

2009-11-26 Thread kukeltje
Also vote for the individual issues if you think it is applicable. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267701#4267701 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4267701

[jboss-user] [jBPM Users] - Re: jbpm4 task can be by many actor in the same task compone

2009-11-26 Thread kukeltje
oh, and if you want multiple users (e.g. all members of the group) to have their own task: http://www.jboss.org/community/wiki/ForEachForkActionHandler It 'just' needs to be ported to 4.0 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267704#4267704 Reply

[jboss-user] [jBPM Users] - Re: Groovy language in Script activity

2009-11-25 Thread kukeltje
Could be... I'll have a look in the source tonight to check View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267528#4267528 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4267528 ___

[jboss-user] [jBPM Users] - Re: JBPM 4.2 - Manage JBPM users - recommended way? How to u

2009-11-25 Thread kukeltje
well, according to you reply (sorry that I missed the you making a deliberate typo), it seems your config is picked up. Where did you put your identity class? In the sar? In the lib dir? It should be either, since code from a sar cannot look into another war/ear/sar and it will not load from a

[jboss-user] [jBPM Users] - Re: JBPM 4.2 - Manage JBPM users - recommended way? How to u

2009-11-25 Thread kukeltje
Yep just the libs (see http://docs.jboss.com/jbpm/v4/devguide/html_single/#d0e62) and maybe some other libs that are not present on the classpath already View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267581#4267581 Reply to the post :

[jboss-user] [jBPM Users] - Re: IdentityService

2009-11-25 Thread kukeltje
do you have a *small* unittest? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267582#4267582 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4267582 ___ jboss-user mailing list

[jboss-user] [jBPM Users] - Re: List task comments with Activity name

2009-11-25 Thread kukeltje
please look in the jira. There is a history issue. vote for it and refer to this post View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267612#4267612 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4267612

[jboss-user] [jBPM Users] - Re: Process is not restored after restart?

2009-11-24 Thread kukeltje
paragraph 1.5, PERSISTENT mode, paragraph 2.3 hsqldb and that is only in the first few paragraphs. So you see it is the DEFAULT to work this way. Therefore my question if anything was in the db. Maybe your hibernate config has create-drop in it View the original post :

[jboss-user] [jBPM Users] - Re: how to create jbpm project in jbpm 4.2

2009-11-24 Thread kukeltje
Correct, it did not do much besides setting a library and was overkill. Hopefully it will be changed into a facet some time in the future View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267316#4267316 Reply to the post :

[jboss-user] [jBPM Users] - Re: jBPM 4.X: task-local variables

2009-11-24 Thread kukeltje
1: Don't think so, but maybe it lives in someones mind. 2: No simple workaround afaik. But even with task local variables you have the concurrent access problem only on a different level. Once they finished, the LAST to finish wins which might not always be what you want. The only real

[jboss-user] [jBPM Users] - Re: Groovy language in Script activity

2009-11-24 Thread kukeltje
it needs to be compliant with JSR 223 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267416#4267416 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4267416 ___ jboss-user mailing

[jboss-user] [jBPM Users] - Re: JBPM 4.2 - Manage JBPM users - recommended way? How to u

2009-11-24 Thread kukeltje
You say you have you configured your identity service in the jbpm configuration. The class needs to be available on java the classpath somewhere, whether in an ear, a war or in a lib folder. Could also be that the specific config us not picked up contrary to what you expect. By making a big

[jboss-user] [jBPM Users] - Re: Process is not restored after restart?

2009-11-23 Thread kukeltje
all docs about jBPM assume this behaviour, so it is very hard for us to point to something specific other than the normal docs. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267117#4267117 Reply to the post :

[jboss-user] [jBPM Users] - Re: How to use timers?

2009-11-23 Thread kukeltje
more detailed response later this evening but for now: anonymous wrote : First of all: is there any documentation on it? The jBPM 3 user guide explains something like NOTHING on this subject... | http://docs.jboss.com/jbpm/v3.2/userguide/html_single/#tasktimers

[jboss-user] [jBPM Users] - Re: [jBPM 4.2] JndiDescriptor and JndiBinding

2009-11-23 Thread kukeltje
Most likely one of the reasons why you did not get an answer is the kind of triviality of the question AND the fact that they are not part of the 'public api' and therefor it is not advised to use them. Short answer (from the API docs on the classes) | /** parses a descriptor for looking up

[jboss-user] [jBPM Users] - Re: How does one create new instance with process variables

2009-11-23 Thread kukeltje
questions about the rest interface are better asked in the bpm console forum: http://www.jboss.org/index.html?module=bbop=viewforumf=295 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267124#4267124 Reply to the post :

[jboss-user] [jBPM Users] - Re: How to use timers?

2009-11-23 Thread kukeltje
First of all, let me point you to http://catb.org/~esr/faqs/smart-questions.html#volume Personally, when I started reading your post and encounter very basic questions with statements that are plain wrong (see further on, and my previous post) in combination with LOTS of data (will not call it

[jboss-user] [jBPM Users] - Re: [jBPM 4.2] ProcessInstance

2009-11-23 Thread kukeltje
Best is to get it from the api (including the query api) and not use the database directly. What is the issue you have? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267136#4267136 Reply to the post :

[jboss-user] [jBPM Users] - Re: Setting the user id for a comment

2009-11-23 Thread kukeltje
it's missing in the public api. see the jira. there is an issue for this. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267194#4267194 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4267194

[jboss-user] [jBPM Users] - Re: what enterprise integration in jbpm use for?

2009-11-22 Thread kukeltje
running jbpm with ejb3 timers and a jms queue for async nodes instead of the custom implementation. The rest is the same. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266929#4266929 Reply to the post :

[jboss-user] [jBPM Users] - Re: Process is not restored after restart?

2009-11-22 Thread kukeltje
yes, that is normal jbpm behaviour. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266967#4266967 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266967 ___ jboss-user mailing list

[jboss-user] [jBPM Users] - Re: Feture Request: Task subjects

2009-11-21 Thread kukeltje
Sebastian is correct. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266875#4266875 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266875 ___ jboss-user mailing list

[jboss-user] [jBPM Users] - Re: Incorrect Incoming Transition evaluation on Join Node

2009-11-21 Thread kukeltje
Since you have a transition from task3 to the join, it is in the incoming transitions and the join expects an incomming token/execution. It cannot easily decide there will not be a token comming from task3. Two things come to mind: - implement your own join node - use the n-out-of-m

[jboss-user] [jBPM Users] - Re: jbpm 4.2 - Subprocess issue

2009-11-21 Thread kukeltje
please make a unittest for it and add it to the issue. All jbpm tests still run, so maybe you do something that is either not tested or by accident worked in 4.1. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266878#4266878 Reply to the post :

[jboss-user] [jBPM Users] - Re: The most simple jBPM jbpm.cfg.xml configuration file

2009-11-21 Thread kukeltje
There is a 'default' cfg in jbpm that is 'minimal´ If you want less, you have to describe in detail what functionality of jBPM you do not want to use (there is not much difference in using jBPM in a webapp or standalone app) Regarding the database, that is totally up to you to decide. View

[jboss-user] [jBPM Users] - Re: Feture Request: Task subjects

2009-11-20 Thread kukeltje
(almost) every node should get a description in the jPDL. This is kind of the same as a subject. Please look in the jira for this. I think there already is an issue for it. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266771#4266771 Reply to the post :

[jboss-user] [jBPM Users] - Re: Feture Request: Task subjects

2009-11-20 Thread kukeltje
Parsing attributes runtime (So EL is possible) is also another issue in the jira. Combined they will provide what you need. But patches for these issues are always welcome ;-) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266780#4266780 Reply to the post :

[jboss-user] [jBPM Users] - Re: Process is not restored after restart?

2009-11-20 Thread kukeltje
Yes... but is it IN your database View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266794#4266794 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266794 ___ jboss-user mailing list

[jboss-user] [jBPM Users] - Re: Jbpm 4 supports Oracle 11g release 2

2009-11-18 Thread kukeltje
it has been a long time ago, but since this same question has been answered a very short time ago: stf (deliberately forgetting the second f or rather the first one) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266369#4266369 Reply to the post :

[jboss-user] [jBPM Users] - Re: Jbpm 4 supports Oracle 11g release 2

2009-11-18 Thread kukeltje
questions about hibernate dialects belong in the hibernate forum. The other question was identical to your topic View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266421#4266421 Reply to the post :

[jboss-user] [jBPM Users] - Re: jBPM 3.2.6.SP1 enterprise environments question

2009-11-16 Thread kukeltje
yes, an interceptor is an option. you could also wrap it in an annotation. I've done this and now I think of it I'll write a short blog about it later this week. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265809#4265809 Reply to the post :

[jboss-user] [jBPM Users] - Re: Jbpm 4.2 how to enable variable history

2009-11-16 Thread kukeltje
xalperte wrote : Hi Ronald, | | The historic functionality is important but not basic to run the system in production. | | The real problem, and I consider very serious, is that we're losing all the data associated with the instance when it reaches the end state. | | Thanks.

[jboss-user] [jBPM Users] - Re: [jBPM 4.2] MySQLIntegrityConstraintViolationException en

2009-11-16 Thread kukeltje
if you take a look at the sticky post in this topic (also read the second post about the unittest), you'll see a description on how to post possible issues. The unit test (although not explicitly mentioned in Tom's post *is* important for us to easily try to reproduce View the original post :

[jboss-user] [jBPM Users] - Re: jBPM 4.2 GWT Console Login

2009-11-16 Thread kukeltje
and you thanks for reporting back. That way topics are really useful to others View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265919#4265919 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265919

[jboss-user] [jBPM Users] - Re: JBPM 4.2 - Manage JBPM users - recommended way? How to u

2009-11-16 Thread kukeltje
Try searching for 'identity service' and things like 'custom'. Creating your own identity service is the best way to approach this. No need to replicate data then. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265921#4265921 Reply to the post :

[jboss-user] [jBPM Users] - Re: candidate-groups

2009-11-16 Thread kukeltje
I agree that the task should show up only once. I think you ran into a non-tested issue here. Please file a jira issue for this and preferably add a unit test to it. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265923#4265923 Reply to the post :

[jboss-user] [jBPM Users] - Re: jBPM 3.2.6.SP1 enterprise environments question

2009-11-16 Thread kukeltje
To complicated? No, it's very easy... I'll try writing my blog entry nonight. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265925#4265925 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265925

[jboss-user] [jBPM Users] - Re: facing issues while assigning parallel task in jbpm usin

2009-11-16 Thread kukeltje
PLEASE read http://www.jboss.org/index.html?module=bbop=viewtopict=158610 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265927#4265927 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265927

[jboss-user] [jBPM Users] - Re: jBPM 3.2.6.SP1 enterprise environments question

2009-11-16 Thread kukeltje
Ahhh. ok, I misunderstood you. Well, my blog entry is online View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265933#4265933 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265933

[jboss-user] [jBPM Users] - Re: jbpm.wire.bindings.xml

2009-11-16 Thread kukeltje
I wish I could inject them through jsr-299 / 303. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265934#4265934 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265934 ___

[jboss-user] [jBPM Users] - Re: Variable modification restriction + form generation

2009-11-16 Thread kukeltje
Sorry... Personal remark: I'm more in favour of using | variable read=true write=false required=true name=var1 / | instead of | variable access=read,required name=var1/ | and all should support EL for the value, not just static booleans View the original post :

[jboss-user] [jBPM Users] - Re: candidate-groups

2009-11-16 Thread kukeltje
Good job with the testcase. Just wish more people would take that time. Thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265956#4265956 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265956

[jboss-user] [jBPM Users] - Re: how can i reuse jbpm-console on JBPM4.2

2009-11-14 Thread kukeltje
best way to start is to have a look at the code of the console and see kow it uses the jbpm api View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265663#4265663 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265663

[jboss-user] [jBPM Users] - Re: Jbpm 4 setup on existing JBOSS server

2009-11-14 Thread kukeltje
why use 4.0.1 CR1? it does not even exist. so I'd start with 4.2 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265664#4265664 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265664

  1   2   3   4   5   6   7   8   9   10   >