JMeter ThreadGroup Looping cause error->JBO-35007: Row currency has changed
437457Jun 9 2010 — edited Jun 16 2010Hi all,
Still Stress testing ADF Faces with JMeter,
I try to simulate each user inserting multiple rows by setting Loop Count = nn on a JMeter Thread Group :
Test Plan
Thread Group
Http Cookie Manager
Once Only Controller
1) MainMenu.jspx
2) Login
3) SalesMenu
***** end of Once Only Controller
4) Add New Order -> this will open a blank Form after a new row is Inserted
5) Submit the Form -> this will do entity validation
6) Press Commit
7) Back to SalesMenu
*** end of test plan
As you see, by using Once Only Controller, I want the looping of inserting new Order starts from step 4)
But on step 5) I get the error :
JBO-35007: Row currency has changed since the user interface was rendered.
The expected row key was oracle.jbo.Key[-3649]
Is ther any work around for this ?
Thank you for your help,
xtanto