[jboss-user] [JBoss jBPM] - Re: jbpm-console login failed - please help struggling for 3

2009-07-11 Thread alex.gui...@jboss.com
The driver version is probably too old (or too new) since jBPM has been verified to work with MySQL. The DBMS and driver versions tested are listed in http://www.jboss.org/community/wiki/jBPM3PlatformSupport That said, you are better off using the non-XA data source. MySQL (as of 5.0.27) does

[jboss-user] [JBoss jBPM] - Re: jbpm-console login failed - please help struggling for 3

2009-07-02 Thread kukeltje
where does jBPM come in? I do not see any jbpm related thing in the stacktrace. The problem is you get a nullpointer from the connection. You might have better luck in the jboss AS forum or even the MySQL forums. View the original post :

[jboss-user] [JBoss jBPM] - Re: jbpm-console user login error with Jbpm-3.26.SP1 and JBo

2009-06-19 Thread arpan25
hi, I have already populated jbpm_id_user, jbpm_id_membership and jbpm_id_group tables...is there anything to be done other than that ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238803#4238803 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: jbpm-console user login error with Jbpm-3.26.SP1 and JBo

2009-06-18 Thread alex.gui...@jboss.com
The jBPM schema and sample users and passwords are created for HSQL only. For other databases you need to create the schema and populate the identity tables yourself. Visit the Console Test Protocol page for a script to populate the identity tables with the example users. View the original

[jboss-user] [JBoss jBPM] - Re: jBPM console on DM server (OSGi)

2009-04-25 Thread Stefan1509
Forgot version: 3.2.6.SP1 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4226563#4226563 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4226563 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Jbpm-console problems

2009-03-03 Thread rodosa
Issue 1) It's fixed but I don't understand. Before, I couldn't see process definition image from jbpm-console. It's thown | 13:25:19,812 WARN [lifecycle] phase(RENDER_RESPONSE 6,com.sun.faces.context.facescontexti...@648b64 | ) threw exception: java.lang.NullPointerException null |

[jboss-user] [JBoss jBPM] - Re: Jbpm-console problems

2009-03-03 Thread rodosa
Hello, another time!! I'm quite lost. I would like to fix the second issue but I don't know how. Now, I realized that the exception is thrown always. Only in a casem when I consult a suspended instance it isn't thown. I made changes in jbpm console following some links but the problem is still

[jboss-user] [JBoss jBPM] - Re: Jbpm-console problems

2009-03-03 Thread jjrs
Hi, Sorry if I am telling things you already know, but here you have my understanding of the topic. When you deploy a process definition from let's say a java class, the process is deployed to the database, but not the image. In case you want to see the image in the web console, you

[jboss-user] [JBoss jBPM] - Re: Jbpm-console problems

2009-03-03 Thread rodosa
Thanks jjrs for your answer. I could see the process image at jbpm-console now. But ... do you know something of the issue 2) explained at first post?? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4214574#4214574 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Jbpm-console problems

2009-03-03 Thread jjrs
Sorry I have never seen that error before and have no idea what could be producing it. Have you tried to use a newer version of the console ? It might be worth trying it although I am not sure about if it be 100% compatible with your database as there might have been some changes in the

[jboss-user] [JBoss jBPM] - Re: Jbpm-console problems

2009-03-03 Thread rodosa
I've been looking into .xhtml pages of jbpm-console and one error it's produced in t_tokens.xhtml page and the code that causes the error is : | ga:responseActions | gd:sort source=#{token.availableTransitions} target=#{transitions} entryVar=e

[jboss-user] [JBoss jBPM] - Re: Jbpm-console problems

2009-03-03 Thread rodosa
I think I have found the solution to the issue 2). In t_tokens.xhtml page I've replaced : | ga:responseActions | gd:sort source=#{token.availableTransitions} target=#{transitions} entryVar=e argument=#{e.name}/ | /ga:responseActions | | for: | ga:responseActions |

[jboss-user] [JBoss jBPM] - Re: Jbpm-console problems

2009-03-03 Thread rodosa
Anyone could tell me something about issue 3?? anonymous wrote : | 3) When I want to deploy a process from jbpm-console. I select a valid processDefinition xml file and the console says: | | Error deploying process: An exception of type org.jbpm.jpdl.JpdlException was thrown. The

[jboss-user] [JBoss jBPM] - Re: jbpm console on an empty database; how to gain access

2009-01-27 Thread tbeernot
kukeltje wrote : Tom, | Please search the forum, and better, the wiki. example scripts to popoulate the db are there.. My my. It took me the better part of the day to get the console up and running. The biggest problem was that the sesamestreet example data has groups named administrator and

[jboss-user] [JBoss jBPM] - Re: jbpm console on an empty database; how to gain access

2009-01-23 Thread kukeltje
Tom, Please search the forum, and better, the wiki. example scripts to popoulate the db are there.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4204387#4204387 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4204387

[jboss-user] [JBoss jBPM] - Re: jbpm console on an empty database; how to gain access

2009-01-23 Thread tbeernot
Aha! Thanks! http://www.jboss.org/community/docs/DOC-12494 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4204426#4204426 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4204426 ___

[jboss-user] [JBoss jBPM] - Re: jbpm console on an empty database; how to gain access

2009-01-23 Thread tbeernot
tbeernot wrote : Aha! Thanks! | | http://www.jboss.org/community/docs/DOC-12494 It may be handy if the jbpm-console documentation mentions somewhere that it uses Tomcat's JDBC realm (accessing JBPM identity tables) for authentication. View the original post :

[jboss-user] [JBoss jBPM] - Re: JBPM-Console

2008-12-31 Thread giridhar_be
Hi Yogesh, Can you tell me some more details.. How you are deploying your processdefinition, JBPM versions ect... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4199058#4199058 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: JBPM-Console

2008-12-31 Thread giridhar_be
Hi Yogesh, One more thing, if you are deploying using Admin console , open your process archieve and check whether it contains processdefinition.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4199059#4199059 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: jbpm-console error

2008-11-17 Thread vtysh
Try this | gs:li | h:outputLink style=#{viewMode == 'ins' ? 'font-weight:bold' : ''} | f:param name=id value=#{id}/ | f:param name=view value=ins/ |

[jboss-user] [JBoss jBPM] - Re: jbpm-console error

2008-11-17 Thread srLucas
I'll try now and will let you know... the problem is.. the pasted source is from jbpm-console source if there is indeed an error... should I raise a JIRA bug? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4189860#4189860 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: jbpm-console error

2008-11-17 Thread srLucas
didn't work.. :( this is the error I am getting now, same as before though. XML Parsing Error: not well-formed Location: http://localhost:8080/jbpm-console/sa/procdef.jsf?id=1 Line Number 92, Column 60:Process Instances ---^

[jboss-user] [JBoss jBPM] - Re: jBPM-Console process instance creation time

2008-10-01 Thread juergen_lampe
Seems a duplicate of http://www.jboss.com/index.html?module=bbop=viewtopict=142925 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4179808#4179808 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4179808

[jboss-user] [JBoss jBPM] - Re: jBPM-Console process instance creation time

2008-10-01 Thread kukeltje
It is... and what do we all learn from this ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4179825#4179825 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4179825 ___

[jboss-user] [JBoss jBPM] - Re: JBPM console

2008-09-16 Thread kiranshenoy
kukeltje, Thanks a lot for your response. It was lot of lumens :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4176808#4176808 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4176808

[jboss-user] [JBoss jBPM] - Re: JBPM console

2008-09-16 Thread kiranshenoy
I'd really appreciate if i could see some working samples of JBPM using SEAM. I havent been able to find one on the web. We are currently under eval mode for a BPM tool. This would really help us make the decision. Thanks View the original post :

[jboss-user] [JBoss jBPM] - Re: jbpm-console 4.4.GA and

2008-08-19 Thread ericcart
I can not believe that jbpm-console is not validating for a .par file (a renamed and zipped process processdefinition.xml) This issue has to be an usability bug. https://jira.jboss.org/jira/browse/JBPM-1688 Thanks, Eric View the original post :

[jboss-user] [JBoss jBPM] - Re: jbpm-console - Login failed. Invalid user name or pass

2008-05-14 Thread salaboy21
You can even connect to the database.. you must check your datasource file in order to recheck that you username, password and connection url are OK... Then you must look in tables jbpm_id_user, jbpm_id_group and jbpm_id_membership in order to see if you have identities loaded in your db...

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

2008-03-07 Thread rsdickerson
I had to tweak the sql above a little bit for MS SQLServer. This worked for me. SET IDENTITY_INSERT JBPM_ID_GROUP ON; | INSERT INTO JBPM_ID_GROUP (ID_, CLASS_, NAME_, TYPE_, PARENT_ ) VALUES (1,'G','sales','organisation',NULL); | INSERT INTO JBPM_ID_GROUP (ID_, CLASS_, NAME_, TYPE_, PARENT_

[jboss-user] [JBoss jBPM] - Re: jbpm-console

2008-02-19 Thread kukeltje
jsf View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4130426#4130426 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4130426 ___ jboss-user mailing list jboss-user@lists.jboss.org

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

2008-01-11 Thread rodosa
Had you insert the correct data of users in JBPM_ID_USER, JBPM_ID_GROUP JBPM_ID_MEMBERSHIP View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118995#4118995 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118995

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

2008-01-11 Thread anuragpaliwal
Assuming you have downloaded jbpm-jpdl-suite-3.2.2 , Browse following location : jbpm-jpdl-suite-3.2.2\jbpm-jpdl-3.2.2\server\server\jbpm\data\hypersonic View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119040#4119040 Reply to the post :

[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=bbop=viewtopicp=4119026#4119026 Reply to the post :

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

2008-01-11 Thread rodosa
You should also insert data in the JBPM_ID_GROUP JBPM_ID_MEMBERSHIP. For example, | INSERT INTO JBPM_ID_GROUP VALUES (1,'G','sales','organisation',NULL); | INSERT INTO JBPM_ID_GROUP VALUES (2,'G','admin','security-role',NULL); | INSERT INTO JBPM_ID_GROUP VALUES

[jboss-user] [JBoss jBPM] - Re: jbpm-console + versioned seam backing bean

2007-12-22 Thread kukeltje
First I think you are right in stating that for more complex ui things it is better to write your own app instead of adaptiing the jbpm console. The latter is nice for RAD/Demo purposes 1) This is not realy supported when just using seam. And afaik not on a todo list. It's not only difficult

[jboss-user] [JBoss jBPM] - Re: jbpm-console + versioned seam backing bean

2007-12-21 Thread apdo
I figure out that for my needs, with all the Seam features, I is easier for me to write my own application instead of trying to adapt the bpm-console. I have started from the seam-todo example. I have added a xhtml form with field to fill for the todo task. This form use a backing bean and it

[jboss-user] [JBoss jBPM] - Re: jBPM Console Errors

2007-11-07 Thread kukeltje
if you would have searched this fine forum, the fine internet you would have found out that thise are NOT errors, but INFO (as you can read further on the line) from facelets which log to jdk logging which were/are translated to STDERR by log4j/commons logging View the original post :

[jboss-user] [JBoss jBPM] - Re: jbpm-console: conditions not working in jBPM 3.2

2007-04-26 Thread cristim1979
check http://jira.jboss.com/jira/browse/JBPM-854 ... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040890#4040890 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040890 ___

[jboss-user] [JBoss jBPM] - Re: jbpm-console: conditions not working in jBPM 3.2

2007-04-26 Thread dario.oliveros
kukeltje wrote : | You tried his unit test but depoloyed your process to the AS. Did you try to turn his process in an xml and run it in the AS? | Not actually. The main reason to run his test case was to double check whether condition from his first test, def 1, would work appropriately.

[jboss-user] [JBoss jBPM] - Re: jbpm-console: conditions not working in jBPM 3.2

2007-04-26 Thread dario.oliveros
Finally I got my process definition working. Basically I had to apply one fix (please see JBPM-854) and also add #{} to my expression. For more info, please see the solution at http://www.jboss.com/index.html?module=bbop=viewtopict=107096 Dário View the original post :

[jboss-user] [JBoss jBPM] - Re: jbpm-console: conditions not working in jBPM 3.2

2007-04-25 Thread kukeltje
@@@ (steam comming out of my ears) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040469#4040469 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040469 ___

[jboss-user] [JBoss jBPM] - Re: jbpm-console: conditions not working in jBPM 3.2

2007-04-25 Thread dario.oliveros
I am sorry, but I could not find any bug in JIRA or message in this forum that deals with this scenario. To reproduce this problem, please deploy the process definition shown previously and try to provide '2' as var1 value when going thru the nodes. You will see that the task2 is never executed

[jboss-user] [JBoss jBPM] - Re: jbpm-console: conditions not working in jBPM 3.2

2007-04-25 Thread kukeltje
the sigh/steam was intend more for the - duplicate post - not providing a unit test (as cristim79 did) - not referecing that you did search and found nothing in the initial post - asking me to deploy the process (where I need to create a form as well) - cristim79 had the same thing only used a

[jboss-user] [JBoss jBPM] - Re: jbpm-console: conditions not working in jBPM 3.2

2007-04-25 Thread dario.oliveros
I apologize for not being so clear. I was just looking for some help and was hoping someone could provide me with pointers after I had spent some time on finding a solution by myself. My apologies. Before posting I'd searched for similar issues in this forum and also in JIRA, but could not

[jboss-user] [JBoss jBPM] - Re: jbpm-console: conditions not working in jBPM 3.2

2007-04-25 Thread kukeltje
ok, now we are getting somewhere. My apologies for being kind of not nice, but we cannot read your mind what you did and did not do and if you had decribed this in the first post, I would not have said al those things... Still, some things are not clear to me. You tried his unit test but

[jboss-user] [JBoss jBPM] - Re: jbpm-console example in jBPM 3.2 not working

2007-04-19 Thread henschkowski
This solution does not work for me as my proxy here needs a password. Anyhow, this should work without an internet connection. So I looked into this and the problem are the xhtml files in the examples/websale folder. They reference the DTD. I removed the first line with the DTD reference in

[jboss-user] [JBoss jBPM] - Re: jbpm-console example in jBPM 3.2 not working

2007-04-19 Thread kukeltje
this is already fixed in the cvs-head version of jBPM View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039022#4039022 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039022 ___

[jboss-user] [JBoss jBPM] - Re: jbpm-console example in jBPM 3.2 not working

2007-04-18 Thread henschkowski
hashir, Were you able to resolve this? I'm running into the same. - Ralf View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038232#4038232 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038232

[jboss-user] [JBoss jBPM] - Re: jbpm-console example in jBPM 3.2 not working

2007-04-18 Thread hashir
No, but I downloaded 3.1 it's example is working. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038322#4038322 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038322 ___

[jboss-user] [JBoss jBPM] - Re: jbpm-console example in jBPM 3.2 not working

2007-04-18 Thread mputz
look at this thread and see if the proposed solution works for you http://www.jboss.com/index.html?module=bbop=viewtopicp=4029935#4029935 Regards, Martin View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038444#4038444 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: jbpm-console example in jBPM 3.2 not working

2007-04-18 Thread hashir
I configured Jboss to use proxy server it worked. Thanks Martin. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038714#4038714 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038714

[jboss-user] [JBoss jBPM] - Re: jBPM-Console Source 3.2 Alpha 2

2006-12-20 Thread kukeltje
uhhhmmm... in cvs? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3995289#3995289 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3995289 ___ jboss-user mailing list