Hide Forgot
Date of First Response: 2008-11-03 10:00:23 project_key: SOA -->Need to add import statements to MailTest.java: import org.jbpm.graph.def.ProcessDefinition; import org.jbpm.graph.exe.ProcessInstance; import org.jbpm.JbpmConfiguration; import org.jbpm.JbpmContext; import junit.framework.TestCase; --> And extends clause: public class MailTest extends TestCase { --> And create this dir - to build test with ant [ldimaggi@ldimaggi mail]$ mkdir src/test [ldimaggi@ldimaggi mail]$ mkdir src/test/java
Link: Added: This issue is a dependency of JBPM-1155
Link: Added: This issue is related to SOA-483
Can we have confirmation that fixes are in place for 4.2CP03.
Fixed in revision 2275 of: build-tools/dependencies.properties. Commit message: > Update Drools and jBPM to: > > https://svn.jboss.org/repos/labs/labs/jbossrules/soa_tags/4.3.0.GA_IR1/ > https://svn.jboss.org/repos/jbpm/jbpm3/branches/jpdl-3.2.2-SOA-4.2/ > > Fixes: > > SOA-839 (Drools) > SOA-845 (Drools) > SOA-863 (jBPM) > SOA-864 (jBPM) > SOA-894 (Drools and jBPM versions)
Release Note: The jBPM example mail was missing several import statements. This has been fixed.
Verified fixed in 4.2 CP03 CR5.
Link: Added: This issue related SOA-1072