[jboss-user] [JBoss jBPM] - problem with the MailNode:transition doesn't have destinatio

jalovic do-not-reply at jboss.com
Wed Aug 27 06:38:11 EDT 2008


Hi everybody,
I have a problem with the method signal().
Here is my processdefintion(where i want to test the email notification)

  | <?xml version="1.0" encoding="UTF-8"?>
  | 
  | <process-definition  xmlns=""  name="conge_workflow">
  | 
  | 
  | 	<start-state name="saisie_demande">
  | 		<transition to="mail-node1" name="test"></transition>
  | 	</start-state>
  | 
  | 
  | 	<fork name="fork1">
  | 		<transition to="notifier_SH_refus_DH"></transition>
  | 		<transition to="notifier_initiateur_refus_DH" name=""></transition>
  | 	</fork>
  | 
  | 	<join name="join1">
  | 		<transition to="refus_conge"></transition>
  | 	</join>
  | 
  | 	<state name="approbation_SH">
  | 		<transition to="notifier_initiateur_refus_SH" name="NO"></transition>
  | 		<transition to="validation_DH" name="OK"></transition>
  | 	</state>
  | 
  | 	<state name="validation_DH">
  | 		<transition to="fork1" name="NO"></transition>
  | 		<transition to="notifier_initiateur_accept" name="OK"></transition>
  | 	</state>
  | 
  | 	<state name="notifier_initiateur_refus_SH">
  | 		<transition to="refus_conge"></transition>
  | 	</state>
  | 
  | 	<state name="notifier_SH_refus_DH">
  | 		<transition to="join1"></transition>
  | 	</state>
  | 
  | 	<state name="notifier_initiateur_refus_DH">
  | 		<transition to="join1"></transition>
  | 	</state>
  | 
  | 	<state name="notifier_initiateur_accept">
  | 		<transition to="acceptation_conge"></transition>
  | 	</state>
  | 
  | 	<mail-node name="mail-node1">
  | 		<transition to="approbation_SH"></transition>
  | 	</mail-node>
  | 
  | 
  | 	<end-state name="acceptation_conge"></end-state>
  | 
  | 	<end-state name="refus_conge"></end-state>
  | 
  | 
  | </process-definition>
  | 

When i try to move to a mailnode,It returns the following error:

  | "transition 'test' doesn't have destination. check your processdefinition.xml"
  | 
I've searched in the forum and found that's a problem of libs, but i already use the following jars:
jbpm-3.1.4.jar
jbpm-identity-3.2.3.jar
jbpm-jpdl-3.2.3.jar
I would be thankful for any suggestion.
Please help.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172774#4172774

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4172774



More information about the jboss-user mailing list