[jboss-user] [JBoss jBPM] - Re: Terminated or deleted process instance?

2008-08-14 Thread coolex
Aha, ok. So, the process instance is not deleted after it has been terminated? Can I restart it, if I know its ID? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4170519#4170519 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JBoss jBPM] - Terminated or deleted process instance?

2008-08-12 Thread coolex
Hello! I am working on a small application and use JBPM on my normal JBoss server without the jbpm-console. I can start my processes, navigate through the processes and end them. When I end my process instances they simply disappears but I don't really know if the process instance still exists

[jboss-user] [JBoss jBPM] - Re: ContextInstance of a non-null ProcessInstance is null

2008-07-31 Thread coolex
I figured out that the rule (defined in the first Node) is triggered before the process instance was created. But this does not happen if I define the rule in the second node. In this case everything works fine. Can I define the process that way that the process-instance will be created before

[jboss-user] [JBoss jBPM] - Re: ContextInstance of a non-null ProcessInstance is null

2008-07-31 Thread coolex
Maybe the processdefinition will help: | | | | | | | | | | policyPricingWorkingMemory | | #{actor} | #{processInstance} | #{proc

[jboss-user] [JBoss jBPM] - ContextInstance of a non-null ProcessInstance is null

2008-07-31 Thread coolex
Hello! I have this method which I call from a jboss rule: public void dosth(org.jbpm.graph.exe.ProcessInstance processInstance){ | System.out.println("The Id of the process is: "+ processInstance.getId() ); | System.out.println("The value of the variabel is: "+ processInstance.getCon

[jboss-user] [JBoss jBPM] - Re: Creating new tasks in a task-node during process runtime

2008-07-31 Thread coolex
Ok, many thanks! I will try them out. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4167903#4167903 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4167903 ___ jboss-user maili

[jboss-user] [JBoss jBPM] - Re: Creating new tasks in a task-node during process runtime

2008-07-31 Thread coolex
Cool! Is there any example in the documentation? I could not find any example. How should I proceed in case I want to do this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4167845#4167845 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [JBoss jBPM] - Creating new tasks in a task-node during process runtime

2008-07-30 Thread coolex
Hi everybody! I want to to know if it possible to create new tasks in one task-node during the runtime of a process? So, even if the process has encoutered a task-node is possible to create new tasks in this task-node? bye View the original post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss jBPM] - Re: How to get the actor-id of the actor who started a proce

2008-07-30 Thread coolex
Does it also make sense to create a process variable and store the actor-id in it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4167635#4167635 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4167635 ___

[jboss-user] [JBoss jBPM] - How to get the actor-id of the actor who started a process?

2008-07-29 Thread coolex
Hello! When I start a process, can I get the information WHO (actor-id) started the process? I need it, because in my application many customers can start their own processes but they should not get in the way of other actor's processes. So, if customer A starts a process, customer B should not

[jboss-user] [JBoss jBPM] - Re: Difference pooled-actors and swimlanes

2008-07-22 Thread coolex
WOW! Now I understand it very well. Cool. I've a book about jbpm and the docu but none of them describes this part of jbpm this way, like you. Perfect! Many thanks. Still one question left about the AND issue. This was my example Is it possible to make clear that a user can only execute this ta

[jboss-user] [JBoss jBPM] - Re: Difference pooled-actors and swimlanes

2008-07-22 Thread coolex
Additional question. We have this assignment: That means that users can execute this task which are in one of this groups (user OR admin). How can I enforce that the user has to be in both groups (user AND admin)? This question is very important for me. Thanks in advance. Alex View the origin

[jboss-user] [JBoss jBPM] - Re: Difference pooled-actors and swimlanes

2008-07-22 Thread coolex
Many thanks. You are answering very fast. anonymous wrote : ... of who is selected ... Where should the user be selected? anonymous wrote : ...the originally assigned actor is chosen again. Sorry, I don't understand this part. What do you mean by "originally assigned"? anonymous wrote : Regardi

[jboss-user] [JBoss jBPM] - Difference pooled-actors and swimlanes

2008-07-22 Thread coolex
Hi! After I've read the docu I'm more confused about pooled-actors, swimlanes, roles, groupActorID. Especially I don't really understand the difference between swimlane and pooled-actor (actor groups). For my application I'm using a simple user-role concept. Every user can have many roles. For

[jboss-user] [JBoss jBPM] - Re: Can we assign mulptiple swimalnes to a task??

2008-07-22 Thread coolex
BTW. I am a little bit confused about : | especialley "group(SalesGroup1, SalesGroup2)". Is "group" a predefined attribute/command of jbpm or can I write anything I want in expression? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165826#4165826 Reply to

[jboss-user] [JBoss jBPM] - Re: Redirect the user to a page when entering a node

2008-07-15 Thread coolex
Thanks for reply. I know the examples very well but the way they do it is a static. That means: each time I change my process I have to change other files (Java classes or xml files). My intention is to make it somehow dynamic. So if I change a direction to another node I shouldn't change any na

[jboss-user] [JBoss jBPM] - Re: Redirect the user to a page when entering a node

2008-07-14 Thread coolex
1.) JSF, RichFaces (SEAM) 2.) Workflow (normal long-running business process) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164254#4164254 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4164254 _

[jboss-user] [JBoss jBPM] - Redirect the user to a page when entering a node

2008-07-14 Thread coolex
Hello! I'm looking for a way to redirect my users to s specific page (e.g. index.html) when they are entering a node of a process. Maybe there is a java command I can use in a node action to solve the problem. Thanks in advance. Alex View the original post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss jBPM] - Re: How to deploy the jbpm-console to the standard jboss ser

2008-07-12 Thread coolex
Can you, please, provide me the new server link? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164012#4164012 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4164012 ___ jboss-

[jboss-user] [JBoss jBPM] - Re: How to deploy the jbpm-console to the standard jboss ser

2008-07-11 Thread coolex
Thanks! I've read the guide on the wiki but I cannot connect to the cvs server. I'm using the CVS client of eclipse. I get the message that it was not possible to connect to anoncvs.forge.jboss.com. Do I have to use another cvs client? View the original post : http://www.jboss.com/index.html

[jboss-user] [JBoss jBPM] - How to deploy the jbpm-console to the standard jboss server

2008-07-11 Thread coolex
Hi all! I'm trying to deploy the jbpm-console on my standard jboss server because I'm working with SEAM&jbpm. Because of SEAM I don't need the particular jpdl-jboss server anymore for my projects. But I need the jbpm-console for monitoring my projects. Unfortunately I was not successful while

[jboss-user] [JBoss jBPM] - Re: Taskinstance: instatiate tasks to myself

2008-06-30 Thread coolex
Is that correct, what I've written above? Please, at least one hint! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161592#4161592 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161592 __

[jboss-user] [JBoss jBPM] - Re: Taskinstance: instatiate tasks to myself

2008-06-30 Thread coolex
Ok, maybe I have a solution. Each time I click on the "create new Item" button a new process is instantiated and not a new task to the same process. Is that correct? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161533#4161533 Reply to the post : http://www

[jboss-user] [JBoss jBPM] - Taskinstance: instatiate tasks to myself

2008-06-30 Thread coolex
Hello! I don't really understand the idea of taskInstances. I tried out this example: http://docs.jboss.com/seam/2.1.0.A1/reference/en/html/tutorial.html#todo and now I'm confused about the idea of tasks. In this example we have a very simple process: start-task-end. But the actor can instantiate

[jboss-user] [JBoss jBPM] - JBpm Process and JBPM SEAM Pageflows

2008-06-28 Thread coolex
Hello! I started to work with SEAM and JBPM. Now I'm a little bit confused about the pagelows I can crreate in SEAM with the help of jbpm and I can create processes. But I want to create processes that are also pageflows. That means I want to implement a process in my application and also that p

[jboss-user] [JBoss jBPM] - Make business processes dynamic

2008-06-16 Thread coolex
Hello! I'm trying to find out how I can implement kind of dynamic process with the help of the jbpm engine. That means that the process actually has to be changed during lifetime. As far as I know practically it is not possible to do it with the jbpm, because once the process is instanciated it

[jboss-user] [JBoss jBPM] - Re: Howto integrate the jbpm engine into the normal applicat

2008-06-12 Thread coolex
Thanks for answer. Can you tell me where exactly these jar files can be found? I tried to copy them but realized that there are jar files in many different directories. Is it better to run application on a pure JBoss-JBPM-JPDL 3.2.2 server or on a normal Jboss 4.2.2 with an integrated jbpm eng

[jboss-user] [JBoss jBPM] - Howto integrate the jbpm engine into the normal application

2008-06-12 Thread coolex
Hello! I've worked with the JBoss JBPM 3.2.2 an I've built some demo application to test the engine. Now I want to integrate the jbpm engine into my normal JBoss AS 4.2.2. How can I do this? Hope you can help me. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[jboss-user] [JBoss jBPM] - Re: While starting process from a servlet error arise

2008-05-17 Thread coolex
MANY THANKS! Now it is working! Wow. I copied the hibernate.cfg.xml from the jbpm-console project to my project and it worked. But still I don't really understand this database problem. I couldn't find any infos in the documentation about it. View the original post : http://www.jboss.com/index

[jboss-user] [JBoss jBPM] - Re: While starting process from a servlet error arise

2008-05-16 Thread coolex
Ok, great. Now this is a hibernate configuration problem? My hibernate.cfg.xml: | | | http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd";> | | | | org.hibernate.dialect.HSQLDialect | org.hsqldb.jdbcDriver | jdbc:hsqldb:mem:jbpm | sa |

[jboss-user] [JBoss jBPM] - Re: While starting process from a servlet error arise

2008-05-15 Thread coolex
Ok, now it is getting more clear. Thanks. anonymous wrote : The process is deployed and works fine. Here I mean, that I deployed it with the plugin of eclipse so that I can go to the jbpm-console, login and see the process. My idea was to start this process (the same I see in the jbpm-console). I

[jboss-user] [JBoss jBPM] - While starting process from a servlet error arise

2008-05-15 Thread coolex
Hi! I created a servlet to start the standard jbpm process "websale". I simply deployed it to the server. This is the code: | import java.io.IOException; | | import javax.servlet.ServletException; | import javax.servlet.http.HttpServletRequest; | import javax.servlet.http.HttpServletR

[jboss-user] [JBoss jBPM] - Re: How to start a deployed process from a jsp file?

2008-05-15 Thread coolex
Thank you kukeltje for the hint. The reason I did this is that I just want start a processes without creating a perfect code. So, now I'm only concentrating on the process start from this jsp. That's all. Unfortunately it still not working. I watched the log file of the server. There are almost

[jboss-user] [JBoss jBPM] - Re: jbpmContext.close() save process instance automaticly

2008-05-15 Thread coolex
Hello joy_wind, I would like to know where your code is located. I mean do you start it from a jsp file, servlet? I tried your code in a jsp file but I always get an error. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151029#4151029 Reply to the post : htt

[jboss-user] [JBoss jBPM] - Re: How to start a deployed process from a jsp file?

2008-05-14 Thread coolex
Ok, thank you so far. Now I created a new JSP file that looks like this: <%@ page import="org.jbpm.*" %> | <%@ page import="org.jbpm.graph.def.*" %> | <%@ page import="org.jbpm.graph.exe.*" %> | <%@ page import="org.jbpm.db.GraphSession" %> | | <%! | private void startProcessDefinition

[jboss-user] [JBoss jBPM] - Re: How to start a deployed process from a jsp file?

2008-05-14 Thread coolex
OK, I'm trying now to execute the following code: private void startProcessDefinition() { | String processDefinitionName = new String("websale"); | JbpmConfiguration jbpmConfiguration = JbpmConfiguration.getInstance(); | JbpmContext jbpmContext = jbpmConfiguration.createJbpmContex

[jboss-user] [JBoss jBPM] - Re: How to start a deployed process from a jsp file?

2008-05-14 Thread coolex
Where can I find hints how to start a process in a different way? Or what are other possibilities how to start it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4150783#4150783 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JBoss jBPM] - Re: How to start a deployed process from a jsp file?

2008-05-14 Thread coolex
As for beginning I want to avoid MVC. I want to use MVC later. For now I just want to start a simple process that is already deployed on the server. I want to do this from a jsp or servlet file. That's it. But I cannot find any help how to start doing this. View the original post : http://www

[jboss-user] [JBoss jBPM] - Re: How to start a deployed process from a jsp file?

2008-05-14 Thread coolex
So, this is the right way how to start a process from an jsp file? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4150773#4150773 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4150773

[jboss-user] [JBoss jBPM] - Re: How to start a deployed process from a jsp file?

2008-05-14 Thread coolex
Well, I even copied the xml file in the same directory where I have my jsp file but I get the same error (file not found). Is there any other possibility how to start a process from a jsp file? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4150769#4150769 Rep

[jboss-user] [JBoss jBPM] - How to start a deployed process from a jsp file?

2008-05-14 Thread coolex
Hello! I created a new project in my Eclipse. There I created processes and I created there my WebContent with JSP files. I deployed everything on the jBoss jBPM Server. Now I want to start the deployed process from this JSP file. To do this I created a method in my jsp like this: public void st

[jboss-user] [JBoss jBPM] - Re: jBoss and jBPM plugins in Eclipse

2008-05-14 Thread coolex
Hi! Many thanks for helping. So, you mean that if I create a new process, then a JSP file (with the right directories) and then deploy it with the deploy tool for processes (Jboss IDE) it's done? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4150730#4150730

[jboss-user] [JBoss jBPM] - Re: jBoss and jBPM plugins in Eclipse

2008-05-14 Thread coolex
Please, tell me where to find more information. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4150604#4150604 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4150604 ___ jboss-u

[jboss-user] [JBoss jBPM] - jBoss and jBPM plugins in Eclipse

2008-05-13 Thread coolex
Hello! I'm using the Eclipse IDE for J2EE developers. For deploying my projects I simply added a new server like the jBoss 4.2 to the ide and could easily deploy the projects by adding them to the server. But now I'm going to build jsp-webapplication with business-processes and want to use the

[jboss-user] [JBoss jBPM] - Database of jBPM

2008-05-09 Thread coolex
Hello! I'm a little bit confused about how jBPM really works. Is there a databse behind the engine that handles all the processes? What Db is it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149666#4149666 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [JBoss jBPM] - Re: Generating forms problem

2008-05-08 Thread coolex
Ok, thank you very much. It is now working. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149519#4149519 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149519 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: Generating forms problem

2008-05-08 Thread coolex
Well, I tried it but I have still the same problem. I just created two different fields with labels and created a new button. Then I clicked on "OK". At the end I deployed my process and that's all. I tried the new process (new ID in the console) but still don't see the form. Maybe there is some

[jboss-user] [JBoss jBPM] - Generating forms problem

2008-05-08 Thread coolex
Hello! I created my own process that I can start in the jbpm-console without any problem. For the start node task I created a form like it is described here: http://wiki.jboss.org/wiki/JbpmGettingStarted After deploying I restarted the process and on the point where I want to see the formular I

[jboss-user] [JBoss jBPM] - Re: Where and how to define new users?

2008-05-08 Thread coolex
Ok, I found out where I can define new users. But still I'm confused. I cannot understand the relation between swimlanes, actors, the users and the groups I can define in the jbpm-console. E.g. the "Fix web order data" task in the websale example is assigned to a buyer but I can see the task (wi

[jboss-user] [JBoss jBPM] - Re: Where and how to define new users?

2008-05-08 Thread coolex
Please, does anybody have an idea? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149457#4149457 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149457 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: Where and how to define new users?

2008-05-08 Thread coolex
Ok, I found this file but I only can change the list that displays the users. I cannot understand where I can define new users? Like the "manager" or the simple "user" in the sample of jBoss jBPM console. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149418#4

[jboss-user] [JBoss jBPM] - Where and how to define new users?

2008-05-08 Thread coolex
Hello all! I red in the jbpm-console that I have to change the users list in the web.xml. But I don't know which web.xml. Please tell me where to find this xml file. I also would like to know if this users are assigned for all my projects and processes? Thanks. Alex View the original post :

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

2008-05-07 Thread coolex
Ok, thank you very much. It helped me! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149190#4149190 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149190 ___ jboss-user maili

[jboss-user] [JBoss jBPM] - No

2008-05-06 Thread coolex
Hello! I'm working on the following tutorial: http://wiki.jboss.org/wiki/JbpmGettingStarted Unfortunately I stopped on the point where I have to "Add Action" to a task (right-click on a task. screenshot!). The problem is that by right-clicking I get the menu but without the "Add Action". Additi