HuiSheng Xu [http://community.jboss.org/people/rebody] replied to the discussion
"adding a custom service to jbpm.cfg.xml" To view the discussion, visit: http://community.jboss.org/message/554101#554101 -------------------------------------------------------------- Hi Macro, If you want to use Session, Transaction which need open an Environment. You could create a custom Command to achieve that. processEngine.execute(new Command() { public Object execute(Environment env) { // return null; } }); -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/554101#554101] 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 [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
