Martin Dames:
Hi Juan,
its my requiement to use the datatable tables, used by XMLPF, to act as data interface. My other application should not know anything about XMLPF or liferay.
In my case I need to restart Liferay server to get a fresh view upon the database tables. It seems, that Liferay or the generated Portlets will cache everything. Is there a possibility to add a refresh button to the generated portlets? If yes, could you please give me an hint where I have to modify XMLPF to generate this button?
Thank you,
Martin.
Hi Martin,
you are doing a huge mistake by not using the API. But if you want to work like this anyway (apart from suffering from poor performance etc) you will have to clear the cache and reindex the entities you updated/added in the datatable.
Search for those tips round there. There are some blogs explaining how to do it. Probably you should add a new remote service that simply calls the API for clearing cache and reindexing.