In one of our cloud dev environments, we cannot save or edit a counter lobby element (regardless of which one we choose). It works in other environments and it worked the day before. And it works with a pie chart element with the same data source. The error is from Composite_Page_Repository_API.Save_Element and it seems that the CLOB supposed to contain the element xml data is empty at that point. Any ideas on how to get out of this situation?
Have tried Fnd_Admin_Jms_API.Send_Jms_Message('CLEAR_LOBBY_CACHE', 'ALL' , 'ifsapp-int'); picked from the same API but it did not do the trick.