[JBoss-user] [JBoss jBPM] - Re: Process Instantiation

2006-07-04 Thread goddam
maybe it´s something like autentication missing somewhere.. i don´t know.. but it´s strange tha t i have to shutdown and restart the server... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955286#3955286 Reply to the post : http://www.jboss.com/index.html?m

[JBoss-user] [JBoss jBPM] - Re: Process Instantiation

2006-06-19 Thread goddam
can anyone give m a help? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951661#3951661 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951661 ___ JBoss-user mailing list JBo

[JBoss-user] [JBoss jBPM] - Re: Process Instantiation

2006-06-14 Thread goddam
Hi ronald!! Well regarding my error.. I made many tests and it only apears that error when the process have tasks to be done by a user..like write the value of a variable..or something like this... When the task is to a user read a thing only.. and the process doesn´t have any more tasks, it f

[JBoss-user] [JBoss jBPM] - Re: Process Instantiation

2006-06-14 Thread goddam
Hi shiv Shiv: well.. i have that class "instanciacao" in the JBOSS Server like a "Web Service".. and i am invoking her from a client: Here is the code of the cliente.. <% // includes necessários para ligar a um web service em AXIS %> <%@ page import="org.apache.axis.client.Call" %> <%@ p

[JBoss-user] [JBoss jBPM] - Re: Process Instantiation

2006-06-14 Thread goddam
Hi shiv and Ronald! Shiv: View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950854#3950854 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950854 ___ JBoss-user mailing list

[JBoss-user] [JBoss jBPM] - Re: Process Instantiation

2006-06-12 Thread goddam
HI! Does anyone know why i have the error above? i reaaly don´t understand thanks... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950440#3950440 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950440 __

[JBoss-user] [JBoss jBPM] - Re: Process Instantiation

2006-06-07 Thread goddam
?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949568#3949568 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949568 ___ JBoss-user mailing list JBoss-user@lists.sourcefor

[JBoss-user] [JBoss jBPM] - Re: Process Instantiation

2006-06-05 Thread goddam
Hi Ronald.!! thanks.. it works.. on the webapp the task appears on the user "bert"! but it appears with one problem.. if i click on the task it appears the following error: type Exception report message description The server encountered an internal error () that prevented it from fulfilling

[JBoss-user] [JBoss jBPM] - Re: Process Instantiation

2006-06-02 Thread goddam
Hi Ronald..thanks for your reply.. I don´t know if you understand what i am trying to do.. Here´s my more expecific explanation...:p: This is my process definition (done in jBPM designer toll), where you will see the task to be done by user "ernie"! Until here everything´s nice..the process is

[JBoss-user] [JBoss jBPM] - Process Instantiation

2006-06-01 Thread goddam
hello.. i am trying to start a process execution by code.. that aparently is well done, because i had it from your examples... but.. the process don't start.. this code..don't show any errors.. and runs ok..but the aprently it doesn´t do nothing to the process... can anybody give me a help her