2012-07-01から1ヶ月間の記事一覧

[jbpm]Could not find variable scope for variable

エラーメッセージ (null: 127, 15): cvc-id.1: There is no ID/IDREF binding for IDREF 'xxxx'. > プロセスにVariablesの定義する Could not find variable scope for variable xxxx when trying to replace variable in string for Work Item XXXX Continu…

Guvnor 備忘録

GWT hosted mode で動くまではいくけど、ブレークポイントが効かない https://github.com/droolsjbpm/droolsjbpm-build-bootstrap http://googlewebtoolkit.blogspot.jp/2010/08/how-to-use-google-plugin-for-eclipse.html http://mojo.codehaus.org/gwt-ma…

Ant備忘録

Antタスクのデバッグ http://architect360.apricot-jp.com/900/ant.html package test; import org.apache.tools.ant.Main; public class RunAntTest { /** * @param args */ public static void main(String[] args) { Main.main(new String[]{ "-f" ,"buil…

[jbpm]SyncWSHumanTaskHandler との戦い

SyncWSHumanTaskHandler&LocalTaskServiceが一番手堅い実装だと信じてスタート。後で意見を翻す可能性あり。 とりあえず Servlet/EJB で動かす staticにksession、localTaskServiceを持ち、プロセスを通して使いまわす。JUnitのテストに近いやりかた。現実的…