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

2009-12-08 Thread emailkuppai
Hi I have main Process Main-Proc invokes sub-process Sub-Proc on certain decision node. Main-Proc will be started by providing Process -Id Domain -Id and set of variables. i could able to access those variables in my main-proc (execution.getVaraibles() ) but i couldn;t get the same

[jboss-user] [jBPM Users] - jBPM 4.2 Maven

2009-12-04 Thread zenix
Is there jBPM 4.2 archetype for projects? I need to build .bar/.jar and deploy .bar file to database... Please help :) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4268941#4268941 Reply to the post :

[jboss-user] [jBPM Users] - [jbpm 4.2] My first simple application doesn't work :(

2009-12-03 Thread -Silver-
I'm trying to develop my first workflow with jbpm 4.2 and netbeans but it doesn't works. I created a new project called displayproject and imported as libraries the file jbpm.jar that is in the root jbpm's folder and all the files that are in the lib folder. The project contains only those two

[jboss-user] [jBPM Users] - [jbpm 4.2] Finding a Process Instance

2009-12-02 Thread mike_burton
How to check or find whether a process instance is started or not for a specific process definition. Is there any API avaialble in jBPM 4.2. I have only process definition id avaialble in my application. Please guide me. Thanks for your valuable reply. View the original post :

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

2009-12-02 Thread darkit
Hi, I'm investigating a possibility to integrate jbpm in company. And I have couple question: 1. Can JBPM be added to existed web application without db schema modification. I mean web application should use own schema and JBPM will use its one? It means there should be different transaction

[jboss-user] [jBPM Users] - jBPM-4.2 process archive deployment broken?

2009-11-24 Thread markroy
jBPM 4.2 JDK 1.5 Windows XP SP2 JBoss 5.0.0GA Oracle 10g In jBPM 4.1, I was sucessfully able to deploy '.bar' process archives. In jBPM 4.2 this no longer seems to work. I understand there were some changes made in this area in 4.2. The Developer Guide now states that process archives should

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

2009-11-23 Thread mike_burton
What is the corresponding table in jBPM4.2 for ProcessInstance. Also what is the corresponding column in table from which i can get the Process Instance id. I am new to jBPM. Thanks for your valuable reply.. View the original post :

[jboss-user] [jBPM Users] - [jBPM 4.2]

2009-11-21 Thread xalperte
I'm trying to locate a ProcessInstance inside a List container using the contains method but the instance is not found. Looking in the equals method of the ExecutionImpl I saw that the EqualsUtils.equals static method is used for that purpose and it's using the object pointer instead the

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

2009-11-20 Thread mike_burton
Hi Can anyone please explain me what are these clasees and the use of these classes. Thanks for your reply View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266830#4266830 Reply to the post :

[jboss-user] [jBPM Users] - [jBPM 4.2] MySQLIntegrityConstraintViolationException ending

2009-11-16 Thread xalperte
This is the exception thrown by the engine when I try to __end__ a running instance using the EndProcessInstance command. The instance has one active task (Evaluate web order), and that task has a swimlane associated (Sales Representative). It seems a problem with the swimlane relationship.

[jboss-user] [jBPM Users] - JBPM 4.2 - Manage JBPM users - recommended way? How to use c

2009-11-16 Thread dejanmr
We have custom user/role management for our applications. We are currently considering usage of JBPM4.2. What is the best practice on this? Or, at least, recommended way of handling JBPM users? Should we remap JBPM hibernate configurations, or our JPA mappings? Or, is it better to customize

[jboss-user] [jBPM Users] - jbpm 4.2 spring 2.5.6 integration

2009-11-15 Thread iga3k
Hello, I've been looking around for a good open source bpm solution and I end up choosing jBPM. Now, I'm trying to integrate it with Spring, but I'm facing some troubles. Here is the jbpm minimal configuration that I'm trying to use: | process-engine-context |

[jboss-user] [jBPM Users] - [jBPM 4.2] Problem completing a Task

2009-11-14 Thread xalperte
Error when we try to complete a Task and the next activity is also a Task Activity with the notification tag set. Something wrong happens in the MailListener during the process. Without the tag the test runs without errors. I'm using MySQL (with org.hibernate.dialect.MySQLInnoDBDialect

[jboss-user] [jBPM Users] - JBPM 4.2 - Issue while typing names

2009-11-12 Thread TejJBPM
Hi All, I am just trying some examples after downloading JBPM 4.2. I have integrated the JPDL with my eclipse plugin successfully. When I dragged a start and entered a name for my process definition - the mouse keeps moving to the first - So when I type Moves it appears as sevom ( in

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

2009-11-12 Thread athina
Hello. We are integrating jbpm 4.2 in our webapp and we are building our own console inside our application. Is there a way to keep history for all variables? (including the ones that are created on th fly from the FormPlugin when ftl forms are loaded) I read in Jira, that history issues are

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

2009-11-11 Thread c.kloy
Hello, I have installed jBPM 4.2 on a JBoss 5.1. The database is setup correctly and I insert the users from the file example.identites.sql. But when I try to login into the jbpm-console I get the message Authentication failed. Is there something I have to configure? The log dont show any

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

2009-11-10 Thread makarandk502
Hi, In following process definition, running process through jbpm-console Start-Task1-Task2- Subprocess(This has simple task with Java Task which just prints messages)- end After running Task2, I am getting following error | HTTP Status 500 - | | type Exception report | |

[jboss-user] [jBPM Users] - jbpm 4.2 - jboss 5.00 combination- interesting observation

2009-11-10 Thread makarandk502
Hi, With the above combination when I start jboss using run.bat -b 10.0.1.242 and runs process using jbpm console, FTL Form associated with Task is not getting opened in the jbpm console and it also doesnt give any error also. But when I start jboss using run.bat without using IP address (

[jboss-user] [jBPM Users] - jbpm-4.2.zip corrupted!

2009-11-10 Thread LMarinkov
I downloaded JBPM from this location: http://sourceforge.net/projects/jbpm/files/a%29%20jBPM%204/ The ZIP size of the archive jbpm-4.2.zip is shown as 115.2 MB. The downloaded file has the size of 109.9 MB and the archive can not be opened! View the original post :