Bug 799243
| Summary: | Failing ExpressionAssignmentHandler jBPM tests. | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise SOA Platform 5 | Reporter: | Marek Baluch <mbaluch> |
| Component: | JBPM - within SOA | Assignee: | Nobody <nobody> |
| Status: | CLOSED UPSTREAM | QA Contact: | Marek Baluch <mbaluch> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 5.3.0 GA | CC: | mvecera, soa-p-jira |
| Target Milestone: | ER2 | ||
| Target Release: | 5.3.0 GA | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 5.3.0 GA | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2025-02-10 03:19:11 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: | |
| Embargoed: | |||
|
Description
Marek Baluch
2012-03-02 09:00:27 UTC
Marek, This _was_ a problem, but I'm pretty sure I fixed it: http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbpm/jbpm3/branches/jbpm-3.2-soa/core/src/main/java/org/jbpm/logging/exe/LoggingInstance.java?r1=7060&r2=7072 See https://svn.jboss.org/repos/jbpm/jbpm3/tags/jbpm-3.2.12/core/src/main/java/org/jbpm/logging/exe/LoggingInstance.java as well, where this is: /** * If you modify the returned list in any way, you run the risk * of causing exceptions in a concurrent situation. * * @return The list of logs */ public List getLogs() { return logs; } Maybe mead or the build grabbed it too early? (or did I miss something?) Yes this one is related to the build process. It grabbed revision 7071. Thanks Marco Looks done, low priority. Verified on ER2. This product has been discontinued or is no longer tracked in Red Hat Bugzilla. |