[jboss-user] [JBoss jBPM] - Re: jbpm db update not necessary for 3.1.1 -> 3.1.3?

2006-11-27 Thread cwad0000
cool, thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988765#3988765 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3988765 ___ jboss-user mailing list jboss-user@lists.j

[jboss-user] [JBoss jBPM] - jbpm db update not necessary for 3.1.1 -> 3.1.3?

2006-11-27 Thread cwad0000
When reading the documentation i get the impression that the db schema for 3.1.x has not changed, i.e. if i had 3.1.1 running before, i do not need to update my db in any way to run 3.1.3 Can someone please confirm this? View the original post : http://www.jboss.com/index.html?module=bb&op=v

[jboss-user] [JBoss jBPM] - Re: when comes next version of jBPM?

2006-11-24 Thread cwad0000
cheers Ronald, will download 3.1.3 next week i was looking at the .com download page of jBPM which only showed 3.1.2, and was looking at the roadmap at the wiki rather than jira View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988429#3988429 Reply to the pos

[jboss-user] [JBoss jBPM] - when comes next version of jBPM?

2006-11-24 Thread cwad0000
When is next version of jBPM planned to be released (will that be version 3.1.3?) Does it exist a web page where I can find such planned dates (the roadmap does not seem to be regularly updated, and do not include minor versions) View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss jBPM] - Re: Please help me, 'scheduler' unavailable ??

2006-11-09 Thread cwad0000
have you created a scheduler and started it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984463#3984463 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3984463 ___ jboss-use

[jboss-user] [JBoss jBPM] - Re: How to approach error handling in a Process? Thoughts a

2006-10-19 Thread cwad0000
just a comment regarding error handling, i am using the same way for handling of errors: for each node where some kind of error can happen, i make a transition to an "AdminNode" and the admin node has transitions to each of all other node so that via a web interface an "admin" can view all proce

[jboss-user] [JBoss jBPM] - problem: the TaskMgmtInstance cannot return ProcessInstance

2006-09-22 Thread cwad0000
I have a very strange problem, when iterating over tasks for an actor, i cannot access the ProcessInstance. I have not had any problems before with this, and suddenly recieved this problem two days ago (my database consists of 720 tasks and 280 process instances). It started the day before yes

[jboss-user] [JBoss jBPM] - Containermanaged EJB / jBPM problems

2006-09-13 Thread cwad0000
I want to create a stateless container managed EJB 2.1. I follow the user guide, and the deployProcessess() is exactly as described in the user guide. When I comment out jbpmContext.close(); I get a warning about unclosed connection (see below), when I leave it in I get hard errors (see below).

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

2006-09-11 Thread cwad0000
just include the jbpm.jar, follow the user guide. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970709#3970709 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970709 ___ jboss

[jboss-user] [JBoss jBPM] - EJB and jBPM - Q about this code snippet

2006-09-05 Thread cwad0000
I want to have an container-managed EJB which wraps the calls to jBpm, below is an example of one of the methods i have created. However, I do get this message from Hibernate(?), and cant see how I should correct my code, isn't I closing correctly? Any suggestions in general on how to build the

[jboss-user] [EJB/JBoss] - Re: EJB not bound Exception

2006-08-29 Thread cwad0000
"sphinx88" wrote : can you tell me where you put these client jars??? just add them to the classpath View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968040#3968040 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3968040 _

[jboss-user] [JBoss jBPM] - Re: about process deployment ...

2006-08-29 Thread cwad0000
"wenbozhu" wrote : Are there any other ways available to deploy processes? i deploy the processes in an own method, by calling the api: | ... | ProcessDefinition processDefinition = ProcessDefinition.parseXmlInputStream(is); | jbpmContext.deployProcessDefinition(processDefinition); | .

[jboss-user] [JBoss jBPM] - Re: Assign a task to 2 users, how please?

2006-08-25 Thread cwad0000
ah, i shouldnt look that much in the database, simply calling | Iterator iter = task.getPooledActors().iterator(); | delivered exactly that i wanted. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967436#3967436 Reply to the post : http://www.jboss.co

[jboss-user] [JBoss jBPM] - Re: Assign a task to 2 users, how please?

2006-08-24 Thread cwad0000
related question: is it necessary to involve groups/swimlanes? i.e. in my case i have two userids that i get at runtime, "donald", "arnold" that should be assigned to a task (the users might be different each runtime and does not necessary belong to the same group or have same role; they are cal

[jboss-user] [JBoss jBPM] - Re: How to start scheduler? (for timers)

2006-08-04 Thread cwad0000
no it is not. i have searched this fine forum, and found postings with code snippets regarding people wanting to create their own schedulers, people creating EJB3 schedulers, people looking for mbean schedulers. surely there is such a thing as basic timer scheduler included in the distribution

[jboss-user] [JBoss jBPM] - How to start scheduler? (for timers)

2006-08-04 Thread cwad0000
Currently I include jbpm-3.1.2.jar and jbpm-identity-3.1.2.jar in my project. What do I need to do to include and start a scheduler that handles the timers? I could not find any information on this in the documentation. View the original post : http://www.jboss.com/index.html?module=bb&op=vi