[jbpm-dev] [Design of JBoss jBPM] - Problems building GWT-Console-JBPM

alegomes do-not-reply at jboss.com
Thu Nov 6 14:03:59 EST 2008


Hi, 

I was trying to build gwt-console-jbpm as stated in [1] but some issues came up:

a) JBPM artifact version 3.3.0-SNAPSHOT could not be found in any repository. So, I changed it to 3.3.0.CR1.

<!-- By Ale! jbpm.version>3.3.0-SNAPSHOT</jbpm.version -->
  | <jbpm.version>3.3.0.CR1</jbpm.version>

b) There is a compilation error:

[INFO] Compiling 25 source files to /Volumes/Data/Code/redhat/jbpm/gwt-console/server/target/classes
  | [INFO] ------------------------------------------------------------------------
  | [ERROR] BUILD FAILURE
  | [INFO] ------------------------------------------------------------------------
  | [INFO] Compilation failure
  | 
  | /Volumes/Data/Code/redhat/jbpm/gwt-console/server/src/main/java/org/jboss/bpm/console/server/dao/internal/JBPM3CommandDelegate.java:[109,26] cannot find symbol
  | symbol  : class DeleteProcessdefinitionCommand
  | location: class org.jboss.bpm.console.server.dao.internal.JBPM3CommandDelegate
  | 
  | /Volumes/Data/Code/redhat/jbpm/gwt-console/server/src/main/java/org/jboss/bpm/console/server/dao/internal/JBPM3CommandDelegate.java:[123,13] cannot find symbol
  | symbol  : method setProcessId(long)
  | location: class org.jbpm.command.GetProcessInstancesCommand
  | 


[1] https://www.jboss.org/community/docs/DOC-12879


thanks
Alexandre Gomes

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

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



More information about the jbpm-dev mailing list