[JBoss-user] [JBoss jBPM] - Re: when the AssignmentHandler be invoked

2006-03-20 Thread badegg
when i execute taskinstance.getactorID() I got "null" My startworkflow code as follow: public long startWorkFlow(long workflowID, String userName) | { | log.debug("startworkflow " + workflowID + " start"); | long instanceID = -1; | ProcessDefinition processDefinition = nu

[JBoss-user] [JBoss jBPM] - when the AssignmentHandler be invoked

2006-03-20 Thread badegg
i modifed the websale process as follow ,and deploy successfully ,but when i start the process ,all the AssignmentHandlers seems haven't been invoked , the actorid in swimlaneInstance table and in taskinstance table are all "null".what's the problem? | | | | | |

[JBoss-user] [JBoss jBPM] - when AssignmentHandler be invoked?

2006-03-19 Thread badegg
i modifed the websale process as follow ,and deploy successfully ,but when i start the process ,all the AssignmentHandlers seems haven't been invoked , the actorid in swimlaneInstance table and in taskinstance table are all "null".what's the problem?

[JBoss-user] [JBoss jBPM] - Re: deploy process encounter such problem

2006-01-05 Thread badegg
public void saveWorkFlowDefinition() { log.debug("saveWorkFlowDefinition start"); ProcessDefinition process = ProcessDefinition.parseXmlResource("cims/wfs/websale/processdefinition.xml"); JbpmSession session = jbpmSessionFactory.openJbpmSession(); session.beginTransaction(); S

[JBoss-user] [JBoss jBPM] - Re: deploy process encounter such problem

2006-01-02 Thread badegg
I use jbuilder2005+SQLServer2000+jtds-1.1+jbpm3.0 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915217#3915217 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915217 ---

[JBoss-user] [JBoss jBPM] - deploy process encounter such problem

2006-01-01 Thread badegg
HI every one >Happy new year to all of you ! when I deploy a hello world process definiton , as fellow: " + I encountered such kind of problem,and I don't know how to solve it : can any one help me thanks: Transaction begin