JBoss Community

Re: event listeners

created by kathy89 in jBPM - View the full discussion

thank you very much Esteban. :)

 

it was useful.im using the following function,

 

public void afterNodeLeft(ProcessNodeLeftEvent event)

{
         Mapper map=new Mapper("xxx");

          ...

}

the mapper class is using a xml decoder which in turn is using some classes...n i'm getting an class not found exception for those classes.where do i add the import statements.



Reply to this message by going to Community

Start a new discussion in jBPM at Community