[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Corticon 5.7.2.8 <Collection>.remove isn't removing the entity from memory

  • Thread starter Thread starter Anverion
  • Start date Start date
Status
Not open for further replies.
A

Anverion

Guest
Harold-- Thank you for your response. I have worked through this for hours and I think I have found the issue. If you notice, I have several branches within my main workflow. What I have noticed is that if you remove an entity within a branch, it only pertains to that branch. Once you are out and within the main workflow, the entity still exists in cache (it's gone on the ruletest). I did a size on my collection at the beginning and then a size of the collection at the end and the number never changed, even though I remove 3 items through my processing. I spoke with a Progress representative and they think this is a new BUG per their response: "Hello Branden, As of now, development believes this to be a defect. Therefore, I have created defect COR-5546 for this issue. If this is identified as a valid defect, please let me know if you will be requiring a hot fix. Regards, Monica" I messed around with it and extracted my "remove" rule sheets from the branch and into the main workflow. Once this was done, the start size of the collection was 11 and the end size of the collection was 8, which is what I expect. I also looked at the db and only 3 errors were written, which is also what I would expect. Thank you, Branden

Continue reading...
 
Status
Not open for further replies.
Back
Top