so... after my last change on my .cda file, tomcat's log started to show this, whenever I try to preview data:
also, the last dataaccess I added isn't showing on Data Access listing at preview.
First, I understand those errors are because there should be a localized file how those errors to be shown, so what should I change to get the original errors?
Second, is there a limit on the number of <dataaccess/> per cda file? since this error started showing after I added the 7th <dataaccess/> to the file...
Code:
16:01:15,627 ERROR [GenericServlet] GenericServlet.ERROR_0004 - Resource /cda/previewer/languages/Messages_pt.properties not found in plugin cda16:01:15,632 ERROR [GenericServlet] GenericServlet.ERROR_0004 - Resource /cda/previewer/languages/Messages_pt_BR.properties not found in plugin cda
16:01:15,648 ERROR [GenericServlet] GenericServlet.ERROR_0004 - Resource /cda/previewer/dataTables/languages/Messages_pt_BR.txt not found in plugin cda
First, I understand those errors are because there should be a localized file how those errors to be shown, so what should I change to get the original errors?
Second, is there a limit on the number of <dataaccess/> per cda file? since this error started showing after I added the 7th <dataaccess/> to the file...