[jboss-user] [JBoss jBPM] - Re: Cannot process metrics - BPEL-beta2

2007-03-15 Thread KVAK_TNT
actually I have tested many different configurations. My biggest surprise -> After Testing it in different ways it now works. But don't ask me why case I haven't really changed anything. Yes - I will update to bpel beta3 - another big question: When will we get the relase candidate? Wouldn't it

[jboss-user] [JBoss jBPM] - Cannot process metrics - BPEL-beta2

2007-03-14 Thread KVAK_TNT
Hi all! actually I'm fighting with a problem I cannot attach to a cause... I have two development machines (my and one of my collegue). We have the same options in our Developmentenvironment and I also tried to copy the second one completely on my machine. But I cannot get working my problem he

[jboss-user] [JBoss jBPM] - Re: BPEL beta2 -

2006-10-20 Thread KVAK_TNT
Thats the first one! Great! And last question (as mentioned above): How can I surpress the errors: ERROR [STDERR] [Fatal Error] :-1:-1: Premature end of file. | WARN [ProxyWarnLog] Narrowing proxy to class org.jbpm.bpel.def.Receive - this operation breaks == Greetings Claus View the origina

[jboss-user] [JBoss jBPM] - Re: BPEL beta2 -

2006-10-19 Thread KVAK_TNT
OK this file I allread found :-) But if I add the following line - nothing new happens: | | | | I Also tried * sf.hibernate * net.sf Maybe here the full file: | | | | | | | | | | | http://jakarta.apache.org/log4j/"; debug="false"> |

[jboss-user] [JBoss jBPM] - BPEL beta2 -

2006-10-19 Thread KVAK_TNT
Hi! short question: What do I have to configure (log4j or whatever), to get rid of the following messages in my JBOSS-Console: [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Transition.events]; using defaults. | [FromElementType] Using non-qualified column reference [id ->

[jboss-user] [JBoss jBPM] - Re: BPEL beta2 - switch condition boolean true/false

2006-10-09 Thread KVAK_TNT
Maybe this code needed? partner-impl.wsdl | | | | | | | | This code is allways the same... Greetings Claus View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976917#3976917 Reply to

[jboss-user] [JBoss jBPM] - Re: BPEL beta2 - switch condition boolean true/false

2006-10-09 Thread KVAK_TNT
It seems to be a problem only related to boolean. If I change it to INT it works fine. Here some stuff that you wanted: partner-wsdl-file (functional): | | | (Dummypart here) | | | | | | | | | | partner-wsdl-file (non-functional): |

[jboss-user] [JBoss jBPM] - Re: BPEL beta2 - switch condition boolean true/false

2006-10-08 Thread KVAK_TNT
Oh I see there is missing some text... inside a or a should be there... Ok Problem mostly solfed, but my Java function is returning a boolean value and it seems that this value is not correctly recogniced... Could this be? Here a code example: Random zufall = new Random(); |

[jboss-user] [JBoss jBPM] - Re: BPEL beta2 - switch condition boolean true/false

2006-10-06 Thread KVAK_TNT
Problem solved... first point: second point: It is essentiel that code inside the has to be placed inside a or a Greetings Claus View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976623#3976623 Reply to the post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss jBPM] - Re: BPEL beta2 - switch condition boolean true/false

2006-10-06 Thread KVAK_TNT
OK here comes the strange stuff: It doesn't matter what conditions I write or anything else... I have tried to use switch\condition and switch\otherwise as he won't use the condition I thought the jBOSS should use the otherwise - funtion Not at all! Now I tried to "kill" the switch code - my co

[jboss-user] [JBoss jBPM] - Re: BPEL beta2 - switch condition boolean true/false

2006-10-06 Thread KVAK_TNT
There seems to be something wrong with the condition itself. I've tried the following code and it wasn't working... So here is the whole code - maybe you can see some errors? | | | | | |

[jboss-user] [JBoss jBPM] - Re: BPEL beta2 - switch condition boolean true/false

2006-10-05 Thread KVAK_TNT
The return value of my checkGuardResponse should be true and false (implemented in java as told). I will test it this day whether this is really this value. Greetings Claus View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976486#3976486 Reply to the post : h

[jboss-user] [JBoss jBPM] - BPEL beta2 - switch condition boolean true/false

2006-10-05 Thread KVAK_TNT
Hi there! I have a problem to get my switch condition working. So what have I done? I have written an operation that checkes something and then will return me a boolean value true or false. This operation is called directly before I start the switch () and therefore the Variable should be filled

[jboss-user] [JBoss jBPM] - Re: BPEL - receive - invoke

2006-10-04 Thread KVAK_TNT
OK ... I've found my error... :-) If I call atm Relation with frontend... I should add my code into the frontend_impl.java. That was my fault! Greetings Claus View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976164#3976164 Reply to the post : http://www.jbo

[jboss-user] [JBoss jBPM] - Re: BPEL - receive - invoke

2006-10-04 Thread KVAK_TNT
I think I'll rewrite it here: | | | I have implemented a connectMe operation in my agilpro_impl.java file (partner relation) and added the following code (for test purpose): System.out.println("connectMe"); | So I see allways a log message in jBOSS console everytime

[jboss-user] [JBoss jBPM] - BPEL - receive - invoke

2006-10-04 Thread KVAK_TNT
Hi there! small question: If I code a receive-Operation in my BPEL - Process - why is my java-code in my partner_impl.java not executed? Do I need to invoke every operation I wanna start? Greetings Claus View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976148

[jboss-user] [JBoss jBPM] - Re: SOAP Fault Exception - BPEL ATM Example

2006-10-04 Thread KVAK_TNT
Hi again! I have upgraded to beta2 and still got the "Premture end of file error"... But now I get it allways I have successfully started an operation in the wsdl. 20:00:15,488 ERROR [STDERR] [Fatal Error] :-1:-1: Premature end of file. Any suggestions - or maybe I have missunderstood your state

[jboss-user] [JBoss jBPM] - Re: BPEL - beta2

2006-09-27 Thread KVAK_TNT
Problem found and solved. I have forgotten to add my new wsdl to the bpel-application.xml (This file can be found at \doc\atm\src\main\bpel\resources\WEB-INF\classes\) By the way: A question to this file: In beta 1 there was more data in this file: | | | | |

[jboss-user] [JBoss jBPM] - BPEL - beta2 "no port implements the required port type"

2006-09-27 Thread KVAK_TNT
Hi there! I wanted to migrate my implementation from beta1 to beta2 but I get this error... I have allready found in fisheye which part throws this failure, but I cannot find where I made this failure? I get the following message: Caused by: java.lang.RuntimeException: no port implements the re

[jboss-user] [JBoss jBPM] - Re: BPEL Replacing the default implementation of the XML API

2006-09-26 Thread KVAK_TNT
Thanks for this great anwser! It would be a good Idea to add this link to the Documentation for BPEL beta2! Greetings Claus View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974290#3974290 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [JBoss jBPM] - Re: BPEL beta2 - JBOSS 4.0.4 - JWSDP?

2006-09-26 Thread KVAK_TNT
For you'r Information (The strange stuff): Sometimes - without any change in code - I was able to start the "run-terminal" - then I get another error that tells me that he cannot connect to jbpmbpel-client. This is also the same error I have now problems with. My codeupdate I mentioned above was

[jboss-user] [JBoss jBPM] - Re: BPEL beta2 - JBOSS 4.0.4 - JWSDP?

2006-09-26 Thread KVAK_TNT
Strange stuff again - nothing changed - now it works without failure - cannot find jbpmbpel-client... Hmmm. Maybe one last note: I have found allready some post to this "problem" in your forum: | 13:39:07,967 INFO [ClientDeployer] Removing client ENC from: jbpmbpel-client | 13:39:13,155

[jboss-user] [JBoss jBPM] - Re: BPEL beta2 - Error after starting ATM-Terminal

2006-09-26 Thread KVAK_TNT
Sorry... this post can be closed... To much problems yet... Sometimes I loose a bit my "overview". Greetings Claus View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974180#3974180 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBoss jBPM] - Re: BPEL beta2 - JBOSS 4.0.4 - JWSDP?

2006-09-26 Thread KVAK_TNT
Hi Alex! my problem is - I have allready done this! (JAVA_HOME\libs\endorsed\xercesImpl.jar and the rest of the endorsed folder in JBOSS) OK I installed all the stuff again - Eclipse, Java, JBOSS and my workspace. Now I can deploy services. But if I try to start atm\build.xml -> run-terminal I

[jboss-user] [JBoss jBPM] - Re: BPEL beta2 - JBOSS 4.0.4 - JWSDP?

2006-09-26 Thread KVAK_TNT
Maybe it will be helpfull if I send you this debug output of my console of ant: Apache Ant version 1.6.5 compiled on June 2 2005 | Setting ro project property: ant.file -> C:\EWorkspace\bpel-b2\jbpm.bpel\doc\examples\atm\build.xml | Buildfile: C:\EWorkspace\bpel-b2\jbpm.bpel\doc\examples\atm\b

[jboss-user] [JBoss jBPM] - BPEL beta2 - JBOSS 4.0.4 - JWSDP?

2006-09-26 Thread KVAK_TNT
Hi there! in your ant.properties you have the following code: # JWSDP installation directory | # optional for JBoss 4.0.4+ | # required for JBoss 4.0.3- | ##jwsdp.home=C:/entwicklung/sun/jwsdp-1.6 As you see I have commented out the jwsdp installation directory as I am using JBOS 4.0.4+ GA

[jboss-user] [JBoss jBPM] - Re: JBPM BPEL Extension

2006-09-26 Thread KVAK_TNT
Hi there! If I look at the end of your failure log I would say that you have changed your Databaseconnection - and the configuration is not right (Mbeans are standardly implemented in HSQL-JBOSS-In-Memory-Database) Is that right? If it is so - see Wiki for more information how to configure dif

[jboss-user] [JBoss jBPM] - Re: JBPM to create BPEL

2006-09-26 Thread KVAK_TNT
Look at BPEL beta2 - point 3.4 :: 3.4. Getting the Eclipse BPEL designer The Eclipse community has begun a BPEL project [http://www.eclipse.org/bpel/]. The goal of this project is "to add comprehensive support to Eclipse for the definition, authoring, editing, deploying, testing and debugging of

[jboss-user] [JBoss jBPM] - BPEL Replacing the default implementation of the XML APIs

2006-09-26 Thread KVAK_TNT
Hi there! maybe like a newbie question but... maybe it is the problem I have... I am using Java 1.5.0_06 and BPEL beta2 In the last beta1 there was a option inside the build-scripts to change the libs I need. BPEL beta2 tells me the following (in my words) copy the files of JBOSS_HOME/lib/endor

[jboss-user] [JBoss jBPM] - Re: BPEL beta2 - com.sun.tools.javac.Main - Java 1.5.0_07

2006-09-26 Thread KVAK_TNT
By the way: Can you tell me which Java version you (developers) are working with? 1.5.0_07? _08? _06? I asked this question allready - but got no anwser... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974114#3974114 Reply to the post : http://www.jboss.co

[jboss-user] [JBoss jBPM] - BPEL beta2 - Error after starting ATM-Terminal

2006-09-25 Thread KVAK_TNT
I have a problem to get access to the new atm Example in BPEL beta 2 Errormessage in Eclipse Console: Buildfile: C:\EWorkspace\bpel-beta2\jbpm.bpel\doc\examples\atm\build.xml | pack-client: | [jar] Building jar: C:\EWorkspace\bpel-beta2\jbpm.bpel\doc\examples\atm\output\atm-client.jar

[jboss-user] [JBoss jBPM] - Re: BPEL beta2 - com.sun.tools.javac.Main - Java 1.5.0_07

2006-09-25 Thread KVAK_TNT
OK. First to your Information: JAVA_HOME as a shellvariable is set to C:\Programme\Java\jdk_1.5.0_06 Secondly: If I use Java 1.5.0_06 I have NO problems If I use 1.5.0_07 I have to do the workarround mentioned above. OK - now I read your post and I looked into the webservice.build.xml If I move

[jboss-user] [JBoss jBPM] - Re: BPEL beta2 - com.sun.tools.javac.Main - Java 1.5.0_07

2006-09-25 Thread KVAK_TNT
Hi again! maybe another reason for the failure: Eclipse: Window \ Preferences \ Ant \ Runtime \Global Entries: There is actually my jdk 1.5.0_06\lib\tools.jar added. Maybe this has been the failure. Greetings Claus View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [JBoss jBPM] - BPEL beta2 - com.sun.tools.javac.Main - Java 1.5.0_07

2006-09-25 Thread KVAK_TNT
For anyone who will get the same error while starting wscompile in BPEL beta 2 - here is the error and following up the sollution: ERROR if you use Java 1.5.0_07 Buildfile: C:\EWorkspace\bpel-beta2\jbpm.bpel\doc\examples\atm\build.xml | wscompile: | [wscompile] command line: wscompile C:\Pro

[jboss-user] [JBoss jBPM] - Re: Announcing the release of jBPM BPEL 1.1.Beta2

2006-09-22 Thread KVAK_TNT
And maybe a hint for beginners: rename your ant.example.properties to ant.properties - otherwise your build.xml / process.build.xml or similar will get you this error: taskdef class org.jbpm.bpel.ant.DBSchemaTask cannot be found or maybe (youractualpath)${jbpm.bpel.home}\lib not found. Greetin

[jboss-user] [JBoss jBPM] - BPEL beta1: DelegationException

2006-09-21 Thread KVAK_TNT
Hi there! I found out something and I wanna know whether I only have pressed the wrong button :-) OK Here's the matter: I added a new Partner-Implementation to the ATM-Example (copied the ticket-partner). In ever partner you can find a partnername.impl.wsdl. If I change the partnername.wsdl -

[jboss-user] [JBoss jBPM] - Re: Announcing the release of jBPM BPEL 1.1.Beta2

2006-09-19 Thread KVAK_TNT
First question: I use eclipse and get this error when I import the archive: Unbound classpath container: 'JBoss 4.0.4' in project jbpm.bpel I have added a user_library in my Eclipse Options -> but where to point? Will it be problematically if I don't point to the right library? Can I delete this

[jboss-user] [JBoss jBPM] - Re: Adding Implementation to BPEL Orchestration

2006-09-19 Thread KVAK_TNT
Hi Alex! thanks - that was the hint I was missing. I have overseen that the generate-artifacts weren't in a dependence of any of the other builds... Thanks - Greetings Claus View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972697#3972697 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: BPEL workflow - who to determine whats the next step?

2006-09-19 Thread KVAK_TNT
Nearly. I think my question is allready run through this point. I wanna know how to access it :-) Or another option to do that stuff I ment to do. Thanks for your fast answer! Greetings Claus View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972686#3972686 R

[jboss-user] [JBoss jBPM] - Re: BPEL workflow - who to determine whats the next step?

2006-09-19 Thread KVAK_TNT
Thats unfair! I was looking 5 hours ago at the same place! They've changed the entrance! OK - Now I have to test new stuff... Greetings Claus Student (BA) eMundo GmbH - Germany I'm working on a BPEL Processintegration Framework to achieve my Bachelor grade. For more information see Agilpro V

[jboss-user] [JBoss jBPM] - Adding Implementation to BPEL Orchestration

2006-09-19 Thread KVAK_TNT
Hi there! I have a small question about the ATM example in the BPEL-Extension. (Its a little bit more general, but I want to use the ANT-Scripts of this example in my project) OK - If I add some functionality in the _impl - Files of the atm example directly it will be overwritten if I start a b

[jboss-user] [JBoss jBPM] - BPEL Beta2

2006-09-19 Thread KVAK_TNT
By the way: Do you know when beta2 will be released? I have checked out the cvs - it seems to be a lot of changes... Do I have to recreate my internal project to use the new extension? Greetings Claus View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972555#397

[jboss-user] [JBoss jBPM] - Re: BPEL workflow - who to determine whats the next step?

2006-09-19 Thread KVAK_TNT
Thanks Alex for your answer! It was very helpful. But as allways - I have more questions: OK - You talked about ticketnumbers. OK that's the way I wanted to work anyway. But isn't there allready a ticketnumber (processcontext) saved in database? Lets describe it by an example: I have started a

[jboss-user] [JBoss jBPM] - BPEL workflow - who to determine whats the next step?

2006-09-11 Thread KVAK_TNT
Hi there! I'm experimenting with your jbpm and now with your bpel (beta1) since a while and I have some questions: First: bpel saves the data of the process in the same database as jbpm (with some extensions). So wich of the functions of jbpm can I now reuse? I think somethink like deployjbpmpr

[jboss-user] [JBoss jBPM] - Re: bpel on Jboss jbpm

2006-09-11 Thread KVAK_TNT
Hi! here is also a student :-) jbpm and bpel are process definition languages. You can modell something like this: First you have to connect to the database Secondly you have to logon to the database Thirdly you can start a select operation Lastly you have to logoff and disconnect the database

[jboss-user] [JBoss jBPM] - Re: JBPM-BPEL 1.1-beta1 and JBOSS AS 4.0.4 helloworldservice

2006-09-11 Thread KVAK_TNT
Some hints from a student: First: only use JDK 1.5.0_06 (plz jboss-guys: Say which version exactly you have installed... 1.5 is not enough!) Version 1.5.0_07 will definitely not work. I got some errors like you and later on an serialize-ID inkompatibility error ... Secondly: Its right: If you w

[jboss-user] [JBoss jBPM] - Re: SOAP Fault Exception - BPEL ATM Example

2006-09-04 Thread KVAK_TNT
10:07:49,337 INFO [TableMetadata] columns: [name_, value_, msginstance_] 10:07:49,352 INFO [TableMetadata] foreign keys: [fk_part_msgvalue] 10:07:49,352 INFO [TableMetadata] indexes: [primary, fk_part_msgvalue] 10:07:49,368 INFO [TableMetadata] table found: bpel.bpel_namespace 10:07:49,383 INFO

[jboss-user] [JBoss jBPM] - Re: SOAP Fault Exception - BPEL ATM Example

2006-09-04 Thread KVAK_TNT
JUnit-Log: | org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [org.jbpm.graph.exe.Token#192] | at org.hibernate.impl.SessionFactoryImpl$1.handleEntityNotFound(SessionFactoryImpl.java:372) | at org.hibernate.proxy.AbstractLazyInitializer.check

[jboss-user] [JBoss jBPM] - Re: SOAP Fault Exception - BPEL ATM Example

2006-08-30 Thread KVAK_TNT
Is there no one who knows a sollution for this problem? I have found out that I need this sleep at most actions Im calling. In most cases it would be enough to use 500ms or maybe 250ms as sleeptime. Greetings TNT View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[jboss-user] [JBoss jBPM] - SOAP Fault Exception - BPEL ATM Example

2006-08-22 Thread KVAK_TNT
Hi there! I have a big problem with the ATM-Example. All the time I want to start the ATM-GUI or start the JUnit-Tests it fails with the following message (bellow the next paragraph) Now I have found out that this happens not every time and I can sometimes start the GUI (but never run through t

[jboss-user] [JBoss jBPM] - Re: jBPM BPEL change DB - HowTo?

2006-08-09 Thread KVAK_TNT
More by accident I found this docu here. I think it has anything we need to change DBs. The first link contains the needed links to other DBs. Have fun! http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigDataSources This seems to be the original docu: http://docs.jboss.org/jbossas/jboss4guide/r2/html

[jboss-user] [JBoss jBPM] - Re: jBPM BPEL change DB - HowTo?

2006-08-08 Thread KVAK_TNT
Thanks for the hints! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963892#3963892 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963892 ___ jboss-user mailing list jboss-use

[jboss-user] [Installation, Configuration & Deployment] - Re: Jboss 4.0.4.GA: simple servlet does not run

2006-08-07 Thread KVAK_TNT
I've got the same error with the simple standard Hello Example. Some suggestions for sollution? Or can you give me a better description of what you have done to solve the problem? greetings Claus View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963569#3963569

[jboss-user] [Installation, Configuration & Deployment] - Re: Jboss 4.0.4.GA: simple servlet does not run

2006-08-07 Thread KVAK_TNT
I've got the same error with the simple standard Hello Example. Some suggestions for sollution? Or can you give me a better description of what you have done to solve the problem? greetings Claus View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963568#3963568

[jboss-user] [JBoss jBPM] - Re: DB Error deploying the Sample BPEL process

2006-08-07 Thread KVAK_TNT
I cannot believe that no one knows the sollution for such a common problem!? Now I have found It on my own. Search for your own Hehe :-) No here is the sollution: The Connection of Junit to ant was missing in Eclipse So start Eclipse and go to Window -> Preferences -> Ant -> Runtime -> Classpat

[jboss-user] [JBoss jBPM] - Re: jBPM BPEL change DB - HowTo?

2006-08-07 Thread KVAK_TNT
P.S. Also MSSQL would be possible... Everything is available :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963517#3963517 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963517 __

[jboss-user] [JBoss jBPM] - jBPM BPEL change DB - HowTo?

2006-08-07 Thread KVAK_TNT
Hi there! I have installed the jBPM BPEL beta1 (and also downloaded the CVS - but so it is clearer which version I'm running) I'm using * Eclipse 3.1.2F * JBOSS 4.0.4GA * jBPM 3.1.1 (included) * jBPM BPEL beta 1 * MySQL 5.0 I want to change the standard Database connection from Hybersonic-in-

[jboss-user] [JBoss jBPM] - Re: BPEL: ServiceGeneratorTask WebDeployTask cannot be found

2006-08-07 Thread KVAK_TNT
Thanks for the hint, but I had allready configured that pathes. Therefore it is really strange, that by changing to Eclipse 3.1.2F it works, while by using Eclipse 3.2F it doesn't Greetings Claus View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963497#3963497

[jboss-user] [JBoss jBPM] - Re: DB Error deploying the Sample BPEL process

2006-08-03 Thread KVAK_TNT
Hi there! I got the same Ant error: BUILD FAILED C:\EWorkspace\bpel-test\jbpm.bpel\doc\examples\process.template.xml:240: Could not create task or type of type: junit. Ant could not find the task or a class this task relies upon. This is common and has a number of causes; the usual solutions a

[jboss-user] [JBoss jBPM] - Re: BPEL: ServiceGeneratorTask WebDeployTask cannot be found

2006-08-02 Thread KVAK_TNT
Problem "solved" don't use Eclipse 3.2 ... Use Eclipse 3.1 and it will work. Maybe some failure in packages or plugins. Greetings Claus View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962437#3962437 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss jBPM] - Re: BPEL: ServiceGeneratorTask WebDeployTask cannot be found

2006-08-02 Thread KVAK_TNT
No one knows anything about this? Maybe some Infos about the system: I have installed (first) the Tutorial StarterKit. Wont work. I tried the CVS-Download - no success... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962371#3962371 Reply to the post : http:

[jboss-user] [JBoss jBPM] - BPEL: ServiceGeneratorTask WebDeployTask cannot be found

2006-08-01 Thread KVAK_TNT
Hi there! I have downloaded the BPEL for jBPM. Now I have a small but "therefore system not working" Problem... Following (original) Code: doc/examples/process.template.xml | | | | | | | | | | | Resulting Error: taskdef class org.jbpm.bpel.

[jboss-user] [JBoss jBPM] - Re: jBPM HowTo add User Group Swimlane to DB?

2006-07-31 Thread KVAK_TNT
OK I solved it myself. Example: identity.xml | | | | | | Your handling class for users and so on: public void setUp(){ | JbpmContext jbpmContext = jbpmConfiguration.createJbpmContext(); | | Entity[] entities = IdentityXmlParser.parseEntitiesResource("ident

[jboss-user] [JBoss jBPM] - Re: Bug in MEMBERSHIP creation

2006-07-31 Thread KVAK_TNT
I think I have found the file its called only identity.xml ... Greetings Claus View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961875#3961875 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3961875 ___

[jboss-user] [JBoss jBPM] - Re: Bug in MEMBERSHIP creation

2006-07-31 Thread KVAK_TNT
hi mennen! can you tell me who I have to config a identity.hbm.xml to insert users and groups into the database? Do you have a special code for it? Would be nice if you could answer... :-) Greetings Claus View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=396187

[jboss-user] [JBoss jBPM] - Re: jBPM HowTo add User Group Swimlane to DB?

2006-07-31 Thread KVAK_TNT
Thanks for the quick reply. I will try to. I have found another info about this "problem" identity.hbm.xml Does anyone know something about the use of this file? I haven't found anything in the web but I have found another post with this file: http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [JBoss jBPM] - jBPM HowTo add User Group Swimlane to DB?

2006-07-31 Thread KVAK_TNT
Hi all! actually I try to develop a small processengine in jBPM. Some stuff is allready done and working. But now I wanted to add user (s), group (s), swimlane (s) to the jBPM Persistance (DB) but I cannot find any add-function or any setter to do so? I use jBPM 3.1.1 and also jBPM identity 3.1