Hello friends,
If you ever face the above issue or similar issue like The search cannot be executed because the table has pending changes that would be lost.
Open your VOROwimpl.java file. search for the transient attribute in the vo.
Eg. if your transient attribute is RforceAccountId then search for setRforceAccountId method and comment the setattribuetinternal method and put populateattribute method instead of that. see the screen shot below:
After changing this deploy the latest rowimpl.java to server and compile it and bounce the apache.
Your issue will be resolved.
If you ever face the above issue or similar issue like The search cannot be executed because the table has pending changes that would be lost.
Open your VOROwimpl.java file. search for the transient attribute in the vo.
Eg. if your transient attribute is RforceAccountId then search for setRforceAccountId method and comment the setattribuetinternal method and put populateattribute method instead of that. see the screen shot below:
After changing this deploy the latest rowimpl.java to server and compile it and bounce the apache.
Your issue will be resolved.
No comments:
Post a Comment