Bug 904952

Summary: StaleObjectStateException: upon process signalling.
Product: [JBoss] JBoss Enterprise SOA Platform 5 Reporter: Marek Baluch <mbaluch>
Component: JBossESBAssignee: tcunning
Status: VERIFIED --- QA Contact: Marek Baluch <mbaluch>
Severity: urgent Docs Contact:
Priority: urgent    
Version: 5.3.1CC: oskutka, soa-p-jira
Target Milestone: CR1Keywords: Reopened
Target Release: 5.3.1   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
SOA 5.3.1.ER4, with HornetQ messaging.
Last Closed: 2013-02-11 15:22:09 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:
Attachments:
Description Flags
issue reproducer
none
server log none

Description Marek Baluch 2013-01-28 09:07:43 UTC
Description of problem
----------------------
For a simple process with expects another message after an instance has been created the signal can be made just once. In case another instance is created then the attempt to signal will fail with a 

StaleObjectStateException: Row was updated or deleted by another transaction. 

Looks like the issue is related to the method:
public Environment getEnvironment(Map<String, Object> overrides);

This method creates a new Environment each time it's called which seems to be the source of the problem.


How reproducible
----------------
Use the attached quickstart.


Steps to Reproduce
------------------
1. ant deploy
2. ant runtest (first run is OK)
3. ant runtest (second run will FAIL)
  
Actual results: output from steps to reproduce 2 and 3
------------------------------------------------------
##### Starting process: 
[Empty].
Hello 1: Laurel
##### Process started: 
[Empty]
##### Signalling process: 
[Empty]
Hello 2: Hardy
##### Process signalled:

##### Starting process: 
[Empty].
Hello 1: Laurel
org.hibernate.StaleObjectStateException: Row was updated or deleted by another transaction (or unsaved-value mapping was incorrect)


Expected results: output from steps to reproduce 2 and 3
--------------------------------------------------------
##### Starting process: 
[Empty].
Hello 1: Laurel
##### Process started: 
[Empty]
##### Signalling process: 
[Empty]
Hello 2: Hardy
##### Process signalled:

##### Starting process: 
[Empty].
Hello 1: Laurel
##### Process started: 
[Empty]
##### Signalling process: 
[Empty]
Hello 2: Hardy
##### Process signalled:

Comment 1 Marek Baluch 2013-01-28 09:09:18 UTC
Created attachment 688800 [details]
issue reproducer

Comment 2 Marek Baluch 2013-01-28 09:15:51 UTC
Created attachment 688801 [details]
server log

Comment 3 Marek Baluch 2013-01-28 09:43:20 UTC
*** Bug 904949 has been marked as a duplicate of this bug. ***

Comment 4 tcunning 2013-01-29 03:04:11 UTC
I think this has been fixed in JBESB-3900 as part of BZ https://bugzilla.redhat.com/show_bug.cgi?id=850891

Comment 5 tcunning 2013-02-11 15:22:09 UTC

*** This bug has been marked as a duplicate of bug 850891 ***

Comment 6 Marek Baluch 2013-02-15 09:27:41 UTC
Verified on 5.3.1.CR1.