Bug 778381 (SOA-864)

Summary: jBPM example "mail" - missing import statements, etc.
Product: [JBoss] JBoss Enterprise SOA Platform 4 Reporter: nwallace <nwallace>
Component: JBPM - within SOAAssignee: Alejandro Guizar <alex.guizar>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 4.2 GA   
Target Milestone: ---   
Target Release: 4.2 CP03   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/SOA-864
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-12-11 15:18:25 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description nwallace 2008-09-25 20:14:07 UTC
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

Comment 1 nwallace 2008-09-25 20:14:07 UTC
Link: Added: This issue is a dependency of JBPM-1155


Comment 2 nwallace 2008-09-25 20:14:43 UTC
Link: Added: This issue is related to SOA-483


Comment 3 nwallace 2008-09-25 20:15:15 UTC
Can we have confirmation that fixes are in place for 4.2CP03.

Comment 4 Julian Coleman 2008-11-03 15:00:23 UTC
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)


Comment 5 Dana Mison 2008-11-25 07:56:36 UTC
Release Note: The jBPM example mail was missing several import statements. This has been fixed.



Comment 6 Len DiMaggio 2008-12-11 15:18:25 UTC
Verified fixed in 4.2 CP03 CR5.

Comment 7 Len DiMaggio 2008-12-11 15:25:47 UTC
Link: Added: This issue related SOA-1072