[jboss-user] [JBoss jBPM] - Re: Can't connect to the Database

2007-05-11 Thread JimKnopf
Problem is solved The problem was a derby.jar on the Applicationserver. Hibernate and this File together results in an Exception. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4045026#4045026 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss jBPM] - Can't connect to the Database

2007-05-11 Thread JimKnopf
Hi All. My Problem is, that i get an Exception when i try to create a connection to my Databse and don't know why. The Exception Says: "NoSuchMethodeError". Did i I realy don't have an idea where my mistake is. I just can't connect to the Database. Using: anonymous wrote : | jBPM 3.1.2 | J

[jboss-user] [JBoss jBPM] - Re: How to delete Memberships

2007-03-19 Thread JimKnopf
Thanks for the fast answer, and sorry for the delay but i was ill. Hmm, after thinking a little about it, i think u are right and Hibernate will manage this for me. Thank u View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4029223#4029223 Reply to the post : ht

[jboss-user] [JBoss jBPM] - Re: How to delete Memberships

2007-03-14 Thread JimKnopf
The deleting on the Database is not realy the Problem. The Problem is, that the Memberships are still in use by other Objects like User and Group whitch are have a Hash-Table of there memberships. And the User didn't have a methode to delete a Membership. Only Group have setMemberships. The User

[jboss-user] [JBoss jBPM] - Re: How to delete Memberships

2007-03-13 Thread JimKnopf
Come on, is there realy no one who can help me? I think it must be possible by deleting the Membership on the Database with this: "delete from org.jbpm.identity.Membership as m where m.id = ?1 " and delete the Membership from the User and Group Object in JBPM ... BUT I can't remove a Membership

[jboss-user] [JBoss jBPM] - Re: custom-authentication, how to do it

2007-03-12 Thread JimKnopf
And, what is it i must write in "HERE IS WHAT YOU HAVE TO CHANGE": | public class MyEAHandler extends ExpressionAssignmentHandler{ | | protected ExpressionSession getExpressionSession() { | JbpmContext jbpmContext = JbpmContext.getCurrentJbpmContext(); | if (jbpmCon

[jboss-user] [JBoss jBPM] - Re: custom-authentication, how to do it

2007-03-12 Thread JimKnopf
Thanks for ur answer. But i didn't explaint me well (i think). I won't use the JBPM user and groups. I wan't to use my own user and group :). I found some Topics: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=91941 and http://www.jboss.com/index.html?module=bb&op=viewtopic&t=68304 an

[jboss-user] [JBoss jBPM] - custom-authentication, how to do it

2007-03-12 Thread JimKnopf
I know, that there are somewhere a Source, how to do my own User/Group/Membership authentication. But i can't find it (looked for an hour). Can some one give me an Source or a Example to do this plz? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027149#40271

[jboss-user] [JBoss jBPM] - get Tasks from Group xyz

2007-03-12 Thread JimKnopf
Where can i get Task from a Group? with | getTaskMgmtSession().findTaskInstances( actor ) | i get only the Task assignet to a user right? But how can i get the task assignet to Group xyz? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027107#4027107 Rep

[jboss-user] [JBoss jBPM] - How to delete Memberships

2007-03-12 Thread JimKnopf
Is it not possible to delete a Membership? I want to synchronized the Users of JBPM with users from another Database where are users, groups, memberships and a little more. In the other DB it is possible to remove and add Memberships. My Problem now is, i can add a Membership in JBPM but it is n

[jboss-user] [JBoss jBPM] - Deadlock question

2007-02-16 Thread JimKnopf
Hello. I want to use JBPM as a Workflow-Engine for a Hospital to suport the doctors. When it is ready, there are circa 30.000 - 80.000 Workflow-instances running. My Question is, JBPM is singel Thread what happend, if i get a deadlock in an action? I already tested it an if I am rigth if i say, t

[jboss-user] [JBoss jBPM] - Re: IdentitySession commit exception

2007-01-22 Thread JimKnopf
I have realy no Idea why it won't run? Please help me :). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4004715#4004715 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4004715 _

[jboss-user] [JBoss jBPM] - Re: Is JBPM Compatible with other applications servers like

2007-01-22 Thread JimKnopf
Sorry for the delay. It was a problem between Suns JSF and MyFace. In Suns App-Server thy are using JSF and i am not allowed to remove it. And the Web-console is using MyFace. It looks that they are not 100% compatible. I talked about it in: http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [JBoss jBPM] - Re: Is JBPM Compatible with other applications servers like

2007-01-18 Thread JimKnopf
The Engine self is running fine, but the Admin-tool could make u some problems. The reason for that is (i think), that there are different jsf. For Example, i am using Sun's Glassfish and it did not work on it. Because the preinstallt jsf is i incompatible with the Admintool. Mybe u must cha

[jboss-user] [JBoss jBPM] - IdentitySession commit exception

2007-01-18 Thread JimKnopf
New Day, new Problem. Hi again. I want du add Users to my JBPM-Engine ... at the beginning it works fine but now, i have a problem i don't realy understand. At first the code that works fine: | IdentitySession identitySession = new IdentitySession( this.getCurrentSession

[jboss-user] [JBoss jBPM] - Re: Thread.wait() in an Action

2007-01-17 Thread JimKnopf
I see. Thank u Kukeltje for ur fast answer, then i will try to solve my problem without using wait in a node. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002727#4002727 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBoss jBPM] - Re: Jboss Rule Enigne

2007-01-17 Thread JimKnopf
Hmm, if u mean JRules and not JBPM it is the wrong forum. I don't know well, but i don't think that JRule or JBPM have a own WebService (maybe JBPM with BPEL have one). So i think u must make ur own. Try to use java 6.0 and the new WS in it (JAX-WS 2). View the original post : http://www.jboss

[jboss-user] [JBoss jBPM] - Thread.wait() in an Action

2007-01-17 Thread JimKnopf
Hi all, i want to wait (this.wait()) in an action if there is no Data from my Database and notify this Thread after the database is filled with this data. Example: | myAction{ |while( noDataInDB() ){ | this.wait(); |} | } | The Problem is, if i do this and call tok

[jboss-user] [JBoss jBPM] - Dynamical Task-Node in a JRule possible?

2007-01-15 Thread JimKnopf
Hi all, i am calling a Rule (JRules) from an action in a task-node. In this Rule i want to read some data from a database AND if there are is no data for something in the database i want a humantask to input the missing data. Later in the rule these datas will be needed. The Rule will change aft

[jboss-user] [JBoss jBPM] - Re: NEED PLUGIN????

2007-01-15 Thread JimKnopf
Download the latest Eclipse, install Eclipse and then try to install the Plugin in it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001822#4001822 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4001822 ___

[jboss-user] [JBoss jBPM] - Re: Desicion; Bug?

2006-12-18 Thread JimKnopf
hmmm, i don't know why, but now it is running fine. So, i don't know what was wrong. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994581#3994581 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994581 __

[jboss-user] [JBoss jBPM] - Re: Failure when ending process

2006-12-14 Thread JimKnopf
Thanks for ur answer. And sorry for the late answer from me :(. I did it now like u said and it is working. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993859#3993859 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=399

[jboss-user] [JBoss jBPM] - Re: Desicion; Bug?

2006-12-12 Thread JimKnopf
Forget to say, i am using JBPM 3.1.2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993097#3993097 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3993097 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: Desicion; Bug?

2006-12-12 Thread JimKnopf
if it is different, the desicion will not work correct. It will allways take the default Transaction (a). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993095#3993095 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3993

[jboss-user] [JBoss jBPM] - Desicion; Bug?

2006-12-12 Thread JimKnopf
My Desicion: | | | | | | | | | | | | | | | | | | This one is running fine. But only if mapped-name == name if they are different, the decisio

[jboss-user] [JBoss jBPM] - Re: Action ; Token.signal( ... ) ; Exception: locked tokens

2006-12-01 Thread JimKnopf
I know u are right (normaly ;) ) But i need to check more then one dedicions in a node. Normaly the code for the disicion is in the desicionhandler and the handler returns the name of the transition. But i must code the desicionhandler and actionhandler before i know the Workflow or the rules. T

[jboss-user] [JBoss jBPM] - Re: Action ; Token.signal( ... ) ; Exception: locked tokens

2006-11-30 Thread JimKnopf
I know, but the Problem i have is that this ruleresults only give true or false and later it should be possible to create a new workflow with out the capacity to create a new decision- or action-class (my english isn't good so i am sorry if it is not well explaint). That is the reason, why need

[jboss-user] [JBoss jBPM] - Re: Action ; Token.signal( ... ) ; Exception: locked tokens

2006-11-29 Thread JimKnopf
And ... thank u for ur response :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989685#3989685 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989685 ___ jboss-user mailing l

[jboss-user] [JBoss jBPM] - Re: Action ; Token.signal( ... ) ; Exception: locked tokens

2006-11-29 Thread JimKnopf
Correct. But i allready solved the Problem ... simple just using leaveNode( ... ) instead of getToken.signal( ... ). A decisionHandler is not possible, because sometimes i need to have more then one Decision in one node so. (For Example Check some Rulebases if one of these Rulebase matched the

[jboss-user] [JBoss jBPM] - Action ; Token.signal( ... ) ; Exception: locked tokens

2006-11-29 Thread JimKnopf
Hi again, I am calling an action and in this action i am fire a Rule from JRules. Based on the result of this rule i want to use a transition ( token.signal( "xxx" ) ). But when i do this, i get an Exception. Is it not possible to use use token.signal in an action? And then, how should i realise

[jboss-user] [JBoss jBPM] - Re: Timer ; exception ; Hibernate

2006-11-27 Thread JimKnopf
The Timer definition and the definition of the Transaction were not in the same block. Now it is working. | + " " | + " " | + " " | + " " |

[jboss-user] [JBoss jBPM] - Timer ; exception ; Hibernate

2006-11-23 Thread JimKnopf
Hi again, I have a Timer and let it execute an action. After the Timer execute the Action i got a Exception when the TimerThread want to close his JBPMContext. Can some one help and tell me what's wrong? Processdefinition: | String processDefinition = "" + " " |

[jboss-user] [JBoss jBPM] - Re: deploy on an Sun-Application-Server + MSSql 2000

2006-11-17 Thread JimKnopf
Wow, you are the one. I am realy missing this one, don't know why i am had overlooking it. Now it's fine. Now I am only need to install the correct Database on the Sun-App-Server und configure the hibernate.cfg.xml. Thank you verry much for your help. View the original post : http://www.jboss.

[jboss-user] [JBoss jBPM] - Re: deploy on an Sun-Application-Server + MSSql 2000

2006-11-17 Thread JimKnopf
Thanks for your help and answer. I allready tryed it like it was doing in http://www.jboss.com/index.html?module=bb&op=viewtopic&t=89744&postdays=0&postorder=asc&start=0 But when i start the Sun-App-Server(Glassfish) i got an error: anonymous wrote : | ... | WEB0100: Loading web module [jb

[jboss-user] [JBoss jBPM] - deploy on an Sun-Application-Server + MSSql 2000

2006-11-16 Thread JimKnopf
Hi, i want to install the web-admin-console(Jbpm 3.1.2) in an Sun-Application-Server with MSSql 2000. The MSSql Database is allready running fine on JBoss whith the correct Jbpm/Hibernate configuration. Now i want to transfer it to an Sun-Application-Server and i don't know how. I deployed the

[jboss-user] [JBoss jBPM] - Re: How to use the Example Database?

2006-11-07 Thread JimKnopf
Sorry, now the correct jbpm.cfg.xml File | - | - | - | | | | | | | - | | | | | | | | | | | | | | | | View the original post : http://www.jboss.com/index.h

[jboss-user] [JBoss jBPM] - How to use the Example Database?

2006-11-07 Thread JimKnopf
Hi, I am new in Jbpm and still at learning it. How can i use the Database from the Starter-Kit-Example from my own test-code? I allready wrote a little Code to deploy some Process-Definitions and get all of them from the Engine (they are not persistent). Now I want to but them in the Database so