[jboss-user] [JBoss jBPM] - transitions

2007-09-07 Thread orochimaru19860000
Hi all. I'm trying to add in a task node two transitions to two other diffrent task node. the problem is that during execution one transition is ignored, I mean I cilck on the button but it doesn't transfer to the node I want. the question is: is it possible to make this in jbpm or not. here is

[jboss-user] [JBoss jBPM] - Re: event management

2007-08-31 Thread orochimaru19860000
ok thanks anyways View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080002#4080002 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080002 ___ jboss-user mailing list jboss-user@li

[jboss-user] [JBoss jBPM] - event management

2007-08-31 Thread orochimaru19860000
Hello everybody Still with jbpm and its headackes :-) I'm trying to add this time to add event listners to my control. but I m still didnt succeeded. here is a code that I tried. the bean: | import javax.faces.event.ValueChangeListener; | public class test { | | private String fna

[jboss-user] [JBoss jBPM] - Re: radio control

2007-08-22 Thread orochimaru19860000
Thanks kukletje, The problem I'm having right now is that I am new in jbpm and jsf too, so I ve never created a bean and I dont know how it works. So please, If anyone have a small tutorial or anything, jsut let me know, because I found that It is required to work with jsf. Regards. View the o

[jboss-user] [JBoss jBPM] - Re: radio control

2007-08-17 Thread orochimaru19860000
thx for the rapid answer. Could you just write a breif example or add something to this code h:selectOneRadio name="Priority" value="Priority" style="font-weight: bold" > | | | I want normal to be selected by default thx View the original post : http://www.jboss

[jboss-user] [JBoss jBPM] - Re: radio control

2007-08-17 Thread orochimaru19860000
thanks kukletje, finally it works what if I want an item to be selected by default? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075167#4075167 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075167

[jboss-user] [JBoss jBPM] - radio control

2007-08-16 Thread orochimaru19860000
Hello, I'm using jbpm , and I need your help about the radio control Well I've added 2 radio buttons in a page | | | | and I want in function of the selected Item go to a certain task node, for this I've used a Decision with the condition on the item selected

[jboss-user] [JBoss jBPM] - Re: The combobox control

2007-08-15 Thread orochimaru19860000
thx kukletje and sorry for asking you that. I just wanted direct help I was impatient. sorry again For the bean could you explain more please, I m new as you can see. Where should I create it and what sould I add into it? regards View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss jBPM] - Re: The combobox control

2007-08-15 Thread orochimaru19860000
Well to start I' ve made an empty combobox and it seems thats it works. but how can I connect it to a database and fill it please View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074384#4074384 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss jBPM] - Re: The combobox control

2007-08-15 Thread orochimaru19860000
hi ronald, I ve tried to reach your msn adress but I didn't succeed. could you give it to me or invite me at [EMAIL PROTECTED] please View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074372#4074372 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss jBPM] - The combobox control

2007-08-15 Thread orochimaru19860000
Hello every body. Well actually I'm using jbpm 3.2.1 and I need to use a combobox and fill it from a table in a database. I haven't found any doc about it. and I ve tried so much without success. So if any body have done it before, could he please explain or at least give his source code. Than

[jboss-user] [JBoss jBPM] - Re: Mail notification

2007-08-02 Thread orochimaru19860000
thx for the response kukeltje Sorry for the code, this is the code I'm testing | | | | | | | | | | | | | | | | | #{nom == 'ettaib'} | | | #{nom == 'waterman'}

[jboss-user] [JBoss jBPM] - Re: Mail notification

2007-08-02 Thread orochimaru19860000
Well, it doesen't give any exeption, but just a warning: [ProxyWarnLog] Narrowing proxy to class org.jbpm.graph.node.TaskNode - this operation breaks == My processdefinition.xml is like this: | | | | | | | | | | | | |

[jboss-user] [JBoss jBPM] - Mail notification

2007-08-01 Thread orochimaru19860000
Hello everybody! I have a problem with the mail notification, It doesn't work with me, I've tried to add this : anywhere in the process definition, but it dosen't work, I've tried also to add this node: but it doesn't work also. is there a configurationthat I should do before this? B