[jboss-user] [JBoss jBPM] - namespace http://jbpm.org/jsf

2008-05-19 Thread Pebbels
Hi guys, i am looking for an explanation of the namespace anonymous wrote : http://jbpm.org/jsf. For example: i have to explane where comes from. Besides there is the question where can i find the api of it? Thaks for help, Tina View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss jBPM] - token is locked

2008-05-14 Thread Pebbels
Hi guys, I would like to compare a user entered date with the business calender if the entered value is a holiday. Depending if it is a holiday the node is supposed to be left on the regarding transition but it always throws an exception that the token is locked. Can somebody please help me? x

[jboss-user] [JBoss jBPM] - Re: checking user input

2008-04-30 Thread Pebbels
Hi Ronald, thanks for your answer. In case of using jsf: I am looking for the mechanism to compare both values and first of all how to tell the application to stay at the form. How is it possible? Thx Tina View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=414773

[jboss-user] [JBoss jBPM] - checking user input

2008-04-29 Thread Pebbels
Hi guys, when a user submits the save button I would like the system to compare the entered date with a process variable representing a date so a jpdl-buildin converter does not fit . The application is supposed to show an error message and not to submit the form. How is it to impleme

[jboss-user] [JBoss jBPM] - Re: customize users to login

2008-04-17 Thread Pebbels
What does roles mean? I initialised the user in jbpm_id_user with the type of organisation or security-role. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144840#4144840 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBoss jBPM] - customize users to login

2008-04-17 Thread Pebbels
Hi guys, has somebody an idea: I tried to insert some user into jbpm_id_user of the MySQL database which I connected with the tables jbpm_id_group and jbpm_id_membership. When trying to login via tje jbpm-console I got the following error: HTTP Status 403 - Access to the requested resource has b

[jboss-user] [JBoss jBPM] - Re: jPDL-Designer

2008-04-07 Thread Pebbels
Hi there, no, I like to use Eclipse. I was just looking for an alternative IDE to compare them. Regards, Tina View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142023#4142023 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JBoss jBPM] - Re: jPDL-Designer

2008-03-26 Thread Pebbels
Thanks for your answer! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4138924#4138924 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4138924 ___ jboss-user mailing list jboss-u

[jboss-user] [JBoss jBPM] - jPDL-Designer

2008-03-26 Thread Pebbels
Hi guys, I am looking for alternatives for eclipse / JBoss IDE. Is it e. g. possible to designe jPDL with netbeans or something else? Thanks for help, Tina View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4138860#4138860 Reply to the post : http://www.jboss.co

[jboss-user] [JBoss Tools (users)] - org.jboss.deployment.DeploymentException

2008-03-06 Thread Pebbels
Hi guys, using JBoss 4.2 via jems-installer-1.2.1.CR4.jar and JBoss Seam 2.0.1. and Eclipse Europa with JBoss Tools When creating a Seam-Project in eclipse like http://docs.jboss.org/tools/2.0.0.GA/seam/en/html/directory_structure.html and run it on the server i become the following error: 14:

[jboss-user] [EJB/JBoss] - JBoss AS 4.2 - JBoss Seam - java.lang.RuntimeException

2008-03-05 Thread Pebbels
Hi guys, using JBoss 4.2.0.GA JBoss Seam 2.0.1.GA JBossIDE for Eclipse 2.0.0.Beta2 and trying to run jboss-seam-booking.ear on the server I become the following errors: 11:59:16,906 INFO [Initialization] reading /WEB-INF/components.xml | 11:59:16,906 ERROR [[/seam-booking]] Exception

[jboss-user] [JBoss Tools (users)] - components.xml

2008-03-05 Thread Pebbels
Hi guys, I tried to start with JBoss Seam 2.0.1.GA, JBoss AS 4.2.2.GA, JBoss IDE for Eclipse 2.0.0.Beta2 using http://wiki.jboss.org/wiki/Wiki.jsp?page=EclipseSeamProject. When deploying I get the following error: 08:43:04,375 INFO [Initialization] reading /WEB-INF/components.xml | 08:43:04,4

[jboss-user] [JBoss jBPM] - Configuration files

2008-02-29 Thread Pebbels
Hi guys, I've got a question regarding the configuration files of JBPM: I am using jpdl-suite-3.2.2 eclipse3.3.1.1 When using hibernate I had to modify the hibernate.cfg.xml within the jbpm-console.war because adding a modified copy of the file to the classpath does not affect anything. The sam

[jboss-user] [JBoss jBPM] - execute part of the process several times

2008-02-18 Thread Pebbels
Hi guys, I have to do the following but don't know how and how it is called: In the start-state (via task-create) I am querying the database for the number of contracts with a special due date. For each contract the following of the process (transitions, task nodes, handlers) shall be done. Has

[jboss-user] [JBoss jBPM] - Process started by the application

2008-02-13 Thread Pebbels
Hi guys, hope someone can help me: How is it done that a process is started when a particular user logges in. What I mean is that not the user has to start the process but maybe the application. Thanks Tina View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129

[jboss-user] [JBoss jBPM] - Re: process variables - how to acces

2008-01-21 Thread Pebbels
I am not complaining because your help is friendly. But as I said to say somehow is not helpful when user reading this article want to know how it works. ExecutionContext.setVariable(name, value) | TaskInstance.setVariableLocally(name, value) // inherited from VariableContainer | ContextInst

[jboss-user] [JBoss jBPM] - Re: process variables - how to acces

2008-01-21 Thread Pebbels
Yes, I did... I found the following not meaningful article: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=127575 So what means anonymous wrote : you have to store the variables in the process instance somehow When not knowing how to do something somehow is not helpful. Thx Tina View

[jboss-user] [JBoss jBPM] - Re: process variables - how to acces

2008-01-20 Thread Pebbels
Thanks for your answer! But doesn't setVariable("data", "value") store the variable into the database? I am looking for how to get the value of the variable in the ActionHandler. So when the xhtml-form asks for the date like this: | | | | | | |

[jboss-user] [JBoss jBPM] - process variables - how to acces

2008-01-18 Thread Pebbels
Hi @all, I am confused in using "process variables": I have a processdefinition.xml which calls an ActionHandler when leaving a node. Within this ActionHandler I need the value of an input field from a form(xhtml) which belongs to processdefinition.xml. -> The form includes an input type 'date'

[jboss-user] [JBoss jBPM] - Re: Problems with Forms

2008-01-15 Thread Pebbels
Do you mean the white page or the substitue of a space to a hyphen? I am using jbpm jpdl suite 3.2.2 and Eclipse EE 3.3. with JBoss Tools 2.0.0.GA and the substitute is there but I am able to see the forms. Regards Tina View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [JBoss jBPM] - Re: Problems with Forms

2008-01-15 Thread Pebbels
Hi, are there spaces within our task name? Spaces are replaced by hyphen in forms.xhtml. Regards Tina View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120012#4120012 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41200

[jboss-user] [JBoss jBPM] - Re: forms in jpdl

2008-01-13 Thread Pebbels
Thx Ronald! Are there more / different ways to display the tasks? Cheers Tina View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119506#4119506 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4119506 ___

[jboss-user] [JBoss jBPM] - Re: jBPM Console - login failed

2008-01-11 Thread Pebbels
I inserted user in the table JBPM_ID_USER but nothing into JBPM_ID_GROUP & JBPM_ID_MEMBERSHIP. Where to get the correct input / scripts? Thx Tina View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119026#4119026 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [JBoss jBPM] - jBPM Console - login failed

2008-01-11 Thread Pebbels
Hi @all, after I changed the database to MySQL as explained in http://wiki.jboss.org/wiki/Wiki.jsp?page=SetUpMysqlAsDefaultDS and modified hibernate.cfg.xml of jbpm-console\WEB-INF\classes as follows: hibernate.dialect - org.hibernate.dialect.MySQLDialect hibernate.connection.datasource - jav

[jboss-user] [JBoss jBPM] - forms in jpdl

2008-01-10 Thread Pebbels
Hi guys, I have a question regarding forms in jpdl: I am using jbpm jpdl suite 3.2.2 Eclipse 3.3.1.1 (EE) JBoss Tools 2.0.0.GA ALL When creating the sample process simple I get the xml-files and the jpg but after deploying the process and starting it I can not see anything. When creating forms

[jboss-user] [JBoss jBPM] - Re: A new task has been assigned to 'null'

2008-01-04 Thread Pebbels
How to eliminate this bug / where to get the correct version? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4117064#4117064 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4117064 _

[jboss-user] [JBoss jBPM] - Re: A new task has been assigned to 'null'

2008-01-04 Thread Pebbels
I figured it out on myself: The error does not depend on the database change but the clou is that jBPM is not able deal with multiple swimlanes I used within the processes... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116997#4116997 Reply to the post : h

[jboss-user] [JBoss jBPM] - A new task has been assigned to 'null'

2008-01-03 Thread Pebbels
Hi guys, after I changed the database of jBPM Starter's Kit 3.1.4 to MySQL included in XAMPP it is possible to deploy the process but in each execution on http://localhost:8080/jbpm/ I am getting the error A new task has been assigned to 'null' in the tasklist after the first entry. The followi

[jboss-user] [JBoss jBPM] - jBPM Starters Kit 3.1.4 - database schema and documentation

2007-12-19 Thread Pebbels
Hi @ all, I am looking for a database schema like an ER-Diagram to see the relationships between all tables. Does it exist and is there a documentation of the database - I am thinking of a description of the tables not the used technology. Cheers Tina View the original post : http://www.jboss

[jboss-user] [JBoss jBPM] - Re: jBPM starters kit 3.1.4 - http://localhost:8080/jbpm/

2007-12-14 Thread Pebbels
"kukeltje" wrote : | It is a fairly small change in source of the webconsole, but nobody picked it up... Maybe I can have a look over the weekend to see If I can get it 'fixed' | In my opinion it is an important feature because a lot of other people are thinking the same way (http://jira.j

[jboss-user] [JBoss jBPM] - Re: jBPM starters kit 3.1.4 - http://localhost:8080/jbpm/

2007-12-13 Thread Pebbels
Hi Ronald, thank you very much! So how is it possible to create an interface like the implemented one to realise my ideas regarding the holiday demo (one user is asking for some days off and another makes the decision if it is possible or not)? Cheers Tina View the original post : http://ww

[jboss-user] [JBoss jBPM] - Re: jBPM starters kit 3.1.4 - eclipse

2007-12-13 Thread Pebbels
Hi Ronald, thanks a lot for your answers! In number 3 there is a typing error: I would like to know how to deploy the process without eclipse. Do you know how it is possible? Thanks Tina View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112813#4112813 Reply

[jboss-user] [JBoss jBPM] - jBPM starters kit 3.1.4 - http://localhost:8080/jbpm/

2007-12-13 Thread Pebbels
Hi, When I am logged in as ernie on http://localhost:8080/jbpm/ I can do the whole holiday-demo as ernie but I thought that I need two persons to continue the holiday request (one is asking for some days off and another makes the decision if it is possible or not). Is it a bug or do I think w

[jboss-user] [JBoss jBPM] - jBPM starters kit 3.1.4 - eclipse

2007-12-13 Thread Pebbels
Hi, I have some questions regarding the process deployment of jPDL-processes with eclipse and jBPM jPDL 3.1.4: What happens when I press the button "Deploy Process Archiv"? 1. I would like to know whether the server creates a process archiv and where is it located in the directory of the serve

[jboss-user] [JBoss jBPM] - Re: JBoss jBPM - BPeL - eclipse

2007-11-27 Thread Pebbels
Hi Agus, I thank you a lot for the hints. I now unserstand a lot more but I have new problems: When calling ant deploy-definition in the directory examples/hello I get the following error: BUILD FAILED | C:\downloads\jbpm-bpel-1.1.Beta3\jbpm-bpel-1.1.Beta3\jbpm-bpel-1.1.Beta3\example | s\c

[jboss-user] [JBoss jBPM] - Re: JBoss jBPM - BPeL - eclipse

2007-11-23 Thread Pebbels
Hi Agus, I have a lot of questions probably depending on the fact that I am new at BPEL and JBoss. First of all: Where do you know all the JBoss details from? When I tried to download the wsdl-file from http://www.xmethods.net/ve2/Directory.po;jsessionid=4XUrFKQiN3_SA1yBd80-LqLJ(QHyMHiRM) as y

[jboss-user] [JBoss jBPM] - Re: JBoss jBPM - BPeL - eclipse

2007-11-22 Thread Pebbels
Hi, thanks for your help but now eclipse is looking for C:\jboss\jbpm-jpdl-3.2.2\server\lib\jboss-boot.jar. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4106995#4106995 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [JBoss jBPM] - Re: JBoss jBPM - BPeL - eclipse

2007-11-21 Thread Pebbels
Thanks a lot for the link! I started to create a project like the demo does. The first step is not a problem but when trying to download the wsdl-files I will get the following eclipse-error: IWAB0135E An unexpected error has occurred. UDDIException (502)Proxy Error Do I have to change some pro

[jboss-user] [JBoss jBPM] - JBoss jBPM - BPeL - eclipse

2007-11-20 Thread Pebbels
Hi, I got the following specifications to use for creating a Web Application: JBoss jBPM BPeL Eclipse So I downloaded JBoss jBPM, eclipse 3.3 and the plugin for BPeL via the update-site http://download.eclipse.org/technology/bpel/update-site/ For JBoss jBPM I got jbpm-jpdl-3.2.2. Starting the ser