[jboss-user] [JBoss jBPM] - Re: jbpm-jpdl-suite-3.2.1 Source Code

2007-08-01 Thread cahimoped
Yes they could (and should) do that. CVS is locked here too so I had to make an archive from home using ssh (using port 443 because default ssh port is locked too). Then I downloaded it using http. And this was way easier than asking the admin to open this port for me... I kind of like stupid s

[jboss-user] [JBoss jBPM] - Re: Bypass Form Validation For Certain Operations?

2007-08-01 Thread cahimoped
Can you see the transition from the validator? That's the only (bad) solution I found right now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069506#4069506 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069506 _

[jboss-user] [JBoss jBPM] - Re: jbpm-jpdl-suite-3.2.1 Source Code

2007-08-01 Thread cahimoped
OK... 4 times the same subject in a week... maybe a sticky thread will help... even if the answer is already in the wiki and pretty obvious... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069505#4069505 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss jBPM] - Re: Troubles about integrating a jBPM on an existing JBoss A

2007-07-30 Thread cahimoped
Those are "normal" errors (they are in the 3.2.1 quite version too and they don't prevent the console from running). I think you need to look the users configuration in the database for your "login failed". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40686

[jboss-user] [JBoss jBPM] - Re: how can i show a graph of the instance that i specify ?

2007-07-26 Thread cahimoped
Look the GetDiagramInfoActionListener.java file from the CVS... The method to get the information seems different.. maybe it will help... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067701#4067701 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss jBPM] - Re: Some questions on Process Instance.

2007-07-20 Thread cahimoped
I think what I would try to do is get the id of the taskInstance the user is doing and directly have it in your method... In all cases I think you need something more to find the right taskInstance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4066192#40661

[jboss-user] [JBoss jBPM] - Re: Some questions on Process Instance.

2007-07-20 Thread cahimoped
If you are in actions you can use the ExecutionContext : executionContext.getToken and executionContext.getTaskInstance... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4066090#4066090 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [JBoss jBPM] - Re: Assigning a task to->{group, rolebased, ...}

2007-07-04 Thread cahimoped
All this is classic Eclipse plugins crap. Unzip your GPD archive and point the Ecplise plugin for new local site. And you need to have some others plugins installed before GPD can work. To begin with jbpm 3.2.1 I suggest you take the suite version from sourceforge. It contains everything. All y

[jboss-user] [JBoss jBPM] - Re: How to set Token name?

2007-07-04 Thread cahimoped
You can always get the root token. So it doesn't need a name. For all other tokens you may create the name can be set in the constructor. I think a setname method would be pretty useless... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060285#4060285 Reply t

[jboss-user] [JBoss jBPM] - Re: Problem with Deployment (FileUploadException)

2007-07-04 Thread cahimoped
Your servlet get something but apparently the content isn't multipart. How do you use it? From the web-console? the GPD? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060281#4060281 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [JBoss jBPM] - Re: Testing lengthy process: is it possible to snapshot a pr

2007-06-29 Thread cahimoped
You can easily do unit test for each step : you create the workflow programatically, you set the variables manually with code too, you execute what you want and test the result... Pretty classic. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059219#4059219

[jboss-user] [JBoss jBPM] - Re: beginner question...

2007-06-22 Thread cahimoped
Maybe you can create a "modification task" for the submitter and cancel it when the approval task ends. If you put both approval task and modification task in a fork and only let the save button in the modification form (so it is never validated from the form)... I think it should do the trick.

[jboss-user] [JBoss jBPM] - Re: Stupid timezone problem...

2007-06-13 Thread cahimoped
kukeltje> Ok... ok... sounds like a serious problem IN THE CONSOLE ;-) david> JIRA request done. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054024#4054024 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054024 _

[jboss-user] [JBoss jBPM] - Re: Stupid timezone problem...

2007-06-13 Thread cahimoped
Thanks kukeltje... you answered while I was typing. This choice is very strange... the new admin-console is unusable without editing lots of jsf date tags... sounds like a serious problem to me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4053967#4053967

[jboss-user] [JBoss jBPM] - Re: Stupid timezone problem...

2007-06-13 Thread cahimoped
The more I search the less the problem appears to be stupid and the more it looks like a possible bug. I'm in GMT+1 but currently in "summer time" so it explains the 2 hours difference with GMT. Now I will take an example : - I launch a process at 14:00 with my system in "GMT+1 summer time" -

[jboss-user] [JBoss jBPM] - Re: Stupid timezone problem...

2007-06-13 Thread cahimoped
More info : the time in jBoss is correct. My user.timezone is correct. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4053928#4053928 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4053928

[jboss-user] [JBoss jBPM] - Stupid timezone problem...

2007-06-13 Thread cahimoped
Hi, I'm in GMT+1 on my system and the webconsole shows me GMT-1 hours : if I launch a process at 10, it displays that I start it at 8. When I schedule a task for the 15th of June the due date indicated in the console is the 14th of June 10:00PM... etc. If I change my system timezone to GMT-1

[jboss-user] [JBoss jBPM] - Re: Date questions

2007-06-12 Thread cahimoped
Thanks. Just for info : My action is launching multiple instances of another process configured by a xml file. So this action uses jBPM. My action is in a task-node and repeated until the manager validate his task from the console (the transition goes to end-node). It avoids intervention of an

[jboss-user] [JBoss jBPM] - Date questions

2007-06-12 Thread cahimoped
Hi, I want to have an action launched the 15th and the last day of each month : 15/02, 28/02, 15/03, 31/03... etc. So it repeats after 13, 15, 16... days depending on the month. I tried lots of things and I don't see how to do it. First I tried with the calendar but it seems like it doesn't all

[jboss-user] [JBoss jBPM] - Re: problem accessing jbpm-console (jbpm 3.2.1 GA) on weblog

2007-06-11 Thread cahimoped
Sorry I'm totally out topic but... Is 3.2.1 GA out? Where can I see if it is out or not? How can I get it? I see the 3.2 GA release on SourceForge because I went there before looking here... If I didn't I would have been stuck with 3.1.4 since it appears to be the last usable release from here.

[jboss-user] [JBoss jBPM] - Re: Signal a task on a html form submit

2007-06-05 Thread cahimoped
Hi, I just come to add precisions on my previous solution (it can eventualy help). Finally there is a big problem with the previous solution : you can't control the result of the servlet and the task is always validated. It didn't matter for me so far... but now I need it. So I came back to th

[jboss-user] [JBoss jBPM] - Re: How to get process jpg and gpd

2007-05-31 Thread cahimoped
Found it in the old webapp code : processDefinition.getFileDefinition().getBytes("processimage.jpg") And you can get the ProcessDefinition from GraphSession. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050231#4050231 Reply to the post : http://www.jboss.

[jboss-user] [JBoss jBPM] - Re: How to implement a timer/scheduler

2007-05-30 Thread cahimoped
Oups... I forgot the code tags. I was saying : "Just put a in the right place with the right arguments and it should work." View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049626#4049626 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [JBoss jBPM] - Re: How to implement a timer/scheduler

2007-05-30 Thread cahimoped
Part 13.1 of the documentation. Just put a in the right place with the right arguments and it should work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049625#4049625 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=404

[jboss-user] [JBoss jBPM] - Re: Signal a task on a html form submit

2007-05-30 Thread cahimoped
I just solved my problem. I was trying to get my taskInstance to be signaled with code when I thought about another solution : I don't put a dataform inside my form but the form inside my dataform. This way the default transition button can still work and I just have to put some javascript on i

[jboss-user] [JBoss jBPM] - Re: Signal a task on a html form submit

2007-05-29 Thread cahimoped
I doesn't work better with id at the end or/and with task in the begining. My field remains empty (and empty in the browser too if not hidden). I tried idParameter instead of id only too (I see that in a jbpm:bind... just in case...) and it doesn't work better. Right now I'm trying to add the pro

[jboss-user] [JBoss jBPM] - Re: Signal a task on a html form submit

2007-05-29 Thread cahimoped
I forget to say it again : I know I may I misunderstood the documentation. I d'ont say it's a bug... but in case I read well it can be... I just don't know and I'm curious about it. What I want now is another solution to get my process instance, token or whatever so I can signal my task in my

[jboss-user] [JBoss jBPM] - Re: Signal a task on a html form submit

2007-05-29 Thread cahimoped
Ok I post you some code and informations... It will not say more that I already said... but ok let's go. Here is my task : | | | | | | Here is my association in the forms.xml : Here is my bilanCP.

[jboss-user] [JBoss jBPM] - Re: Signal a task on a html form submit

2007-05-28 Thread cahimoped
Just some precisions : - I spent lot of time trying everything (taskInstance, processIntance and not only token) in my expressions and I never get any answer. I don't know why since it works well with any simple variable (with "#{var['myvar']}"). - This input code is in a modified form file creat

[jboss-user] [JBoss jBPM] - Re: administrating BPEL from code

2007-05-28 Thread cahimoped
What I would probably do here is : - study the steps in the eclipse plugin getting started guide and the steps in the userguide thinking how it could be done with code - see if there are functions that permits to load new processDefinition in jBPM BPEL like in jPDL version and if they exists look

[jboss-user] [JBoss jBPM] - Re: administrating BPEL from code

2007-05-28 Thread cahimoped
Try to read the documentation (User Guide and Wiki) and more generally to use jBPM BPEL yourself. I think that's the only way to get your answers. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049057#4049057 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [JBoss jBPM] - Signal a task on a html form submit

2007-05-28 Thread cahimoped
Hi, I want to end a task on a file upload. So I made a form in the xhtml form file with a file input. On the server side I deploy a servlet to get the file... and signal the token. I tried to pass the tokenId from the form to the servlet by doing that in the form: and that in the servlet: t

[jboss-user] [JBoss jBPM] - Re: Java Content Repository and jBPM integration

2007-05-18 Thread cahimoped
I'm interested in doing something like that too. If you found something please give an answer here :) Personnaly I'll check that later but from what I've seen on the JCR documentation it doesn't seem really difficult to change the access mode if you want to share it with another application (no

[jboss-user] [JBoss jBPM] - Re: how list processes?

2007-05-09 Thread cahimoped
Too much code to read I would say. jBPM is really poorly documented and NO : code isn't documentation! Yesterday I spend the day making some scenario to work. I would have spend only half an hour if there was some good documentation and less code reading. I'm currently trying to find a good wor

[jboss-user] [JBoss jBPM] - Re: eclipse 3.2.2 and GPD 3.x not compatible?

2007-04-24 Thread cahimoped
Ouch sorry I'm still slepping this morning... I wanted to edit my post and... :-/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4040101#4040101 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4040101

[jboss-user] [JBoss jBPM] - Re: eclipse 3.2.2 and GPD 3.x not compatible?

2007-04-24 Thread cahimoped
"cahimoped" wrote : 3.0.13 for me... I followed the link in the dowload section... | | I didn't try really hard with Eclipse 3.2.2 since I already got 3 different versions of Eclipse here : it was easier to change Eclipse version (and tools version with it) instead of s

[jboss-user] [JBoss jBPM] - Re: eclipse 3.2.2 and GPD 3.x not compatible?

2007-04-24 Thread cahimoped
3.0.13 for me... I followed the link in the dowload section... I didn't try really hard with Eclipse 3.2.2 since I already got 3 different versions of Eclipse here : it was easier to change Eclipse instead of searching if the error was caused by some strange dependency problem, a GPD bug or som

[jboss-user] [JBoss jBPM] - Re: eclipse 3.2.2 and GPD 3.x not compatible?

2007-04-24 Thread cahimoped
I failed to have it working with 3.2.2 too so I installed it on 3.3 and it works fine for me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4040090#4040090 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4040090

[jboss-user] [JBoss jBPM] - Re: What can be done with jBPM?

2007-04-16 Thread cahimoped
My question was typically one of those I usualy don't answer... so I understand why I had no answers :) I said "2 minutes" to show I didn't wanted to take too much time to people here with so bad questions... but if some of you have much time to spend on this they can, I'm not strict about it :

[jboss-user] [JBoss jBPM] - Re: What can be done with jBPM?

2007-04-16 Thread cahimoped
Hum... no answers... thanks guys. Let's say you're too busy... I'll continue investigate on my own. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037440#4037440 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4037440 __

[jboss-user] [JBoss jBPM] - What can be done with jBPM?

2007-04-13 Thread cahimoped
Hi, I'm currently watching different workflow engines trying to understand what sort of things can be done with them. I think I got the whole picture now but I'm looking for some details, some things I may have missed, some none visible or maybe still badly documented features... etc. So if y