[jboss-user] [JBoss jBPM] - Re: problem with getVariable of serializable Object value

2007-02-28 Thread leogamas
Hi Alex, Really, my class (TaskRef) are in two different places, in the jboss lib directory and in the classes directory of my webapp. So i solved the problem putting it in a unique place that both (jbpm and my webapp) can see. Thanks for the help!! Leonardo Gamas. View the original post : ht

[jboss-user] [JBoss jBPM] - problem with getVariable of serializable Object value

2007-02-27 Thread leogamas
Hi to all, I'm using the jbpm-starters-kit-3.1.3 and try to set and get variables from the process instance, where all my variables are serializable objects that are instances of a TaskRef class. No problem, but when i try to get the variable from the process instance, i get the following error

[jboss-user] [JBoss jBPM] - Re: Data trigger task end

2007-02-21 Thread leogamas
thanks for the help! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020152#4020152 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020152 ___ jboss-user mailing list jboss-user

[jboss-user] [JBoss jBPM] - Data trigger task end

2007-02-21 Thread leogamas
Hi all, I'm newbie in JBPM and workflow stuff and need to develop a lightweigth framework around it, that support data triggered task completation. So, if i have some data conditions that must be reached by user interference and when all conditions are satisfied, it must trigger a task instance