Bug 778381 (SOA-864) - jBPM example "mail" - missing import statements, etc.
Summary: jBPM example "mail" - missing import statements, etc.
Keywords:
Status: CLOSED NEXTRELEASE
Alias: SOA-864
Product: JBoss Enterprise SOA Platform 4
Classification: JBoss
Component: JBPM - within SOA
Version: 4.2 GA
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 4.2 CP03
Assignee: Alejandro Guizar
QA Contact:
URL: http://jira.jboss.org/jira/browse/SOA...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-09-25 20:14 UTC by nwallace
Modified: 2014-05-27 01:28 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-12-11 15:18:25 UTC
Type: Bug


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 777953 0 medium CLOSED jBPM example "mail" - missing import statements, etc. 2021-02-22 00:41:40 UTC
Red Hat Bugzilla 778599 0 high CLOSED jBPM examples - example.base.build.xml was removed - corresponding pom.xml file was not added - how do users build/run t... 2021-02-22 00:41:40 UTC
Red Hat Issue Tracker SOA-864 0 None None None Never

Internal Links: 777953 778599

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



Note You need to log in before you can comment on or make changes to this bug.