Vladimir Kiryakov [http://community.jboss.org/people/vladimir_kiryakov] replied 
to the discussion

"Can't start jbpm3 process"

To view the discussion, visit: http://community.jboss.org/message/554322#554322

--------------------------------------------------------------
but if I code like this:

package com.app.HANDLERS;

import org.jbpm.graph.def.ActionHandler;
import org.jbpm.graph.exe.ExecutionContext;

public class State1Handler implements ActionHandler {

    @Override
    public void execute(ExecutionContext arg0) throws Exception {
        
        new MyClass().printHelloWorld();

    }

}

I have error like in my first post

--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/554322#554322]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to