gigazhang [
https://community.jboss.org/people/gigazhang] created the discussion
"Re: KnowledgeStoreServiceImpl.buildCommandService
java.lang.reflect.InvocationTargetException"
To view the discussion, visit:
https://community.jboss.org/message/743874#743874
--------------------------------------------------------------
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-flow</artifactId>
<version>${jbpm.version}</version>
</dependency>
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-flow-builder</artifactId>
<version>${jbpm.version}</version>
</dependency>
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-persistence-jpa</artifactId>
<version>${jbpm.version}</version>
</dependency>
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-gwt-graph</artifactId>
<version>${jbpm.stable.version}</version>
<exclusions>
<exclusion>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-human-task-hornetq</artifactId>
</exclusion>
<exclusion>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-human-task-jms</artifactId>
</exclusion>
<exclusion>
<groupId>org.hornetq</groupId>
<artifactId>hornetq-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-bam</artifactId>
<version>${jbpm.stable.version}</version>
</dependency>
<jbpm.version>5.3.0.Final</jbpm.version>
<jbpm.stable.version>5.3.0.Final</jbpm.stable.version>
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/743874#743874]
Start a new discussion in jBPM Development at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]