| Summary: | jBPM example "mail" - missing import statements, etc. | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise SOA Platform 4 | Reporter: | nwallace <nwallace> |
| Component: | JBPM - within SOA | Assignee: | 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: | |
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 |
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