Open rmulero opened 7 years ago
I have changed the database structure for using a single table instead of multiple tables and it has worked. Maybe this was the problem.
It seems the bug involves the allowed operations for the Anonimization Module that are defined in "AnonimizationCapabilities.java"
I will contact Thierry to validate my solution.
An initial fix is available in the commit fb395c3b6d8c3f63fa2629b25554b5343baa766e. We are waiting for the validation of this fix before merging the branch into develop
I'm having some troubles for inserting data into the database using the proxy on anonymization mode. Although the proxy runs properly and I can connect to the databse, when I run the script for creating the tables and insert the data, the following exception appears in my proxy console:
The scripts I have used are attached in the following file: scripts.zip I have tried the security policy as it is in the zip file and also using what is commented too.
Just a question, I tried running the proxy for creating a single table and insert data to it and it worked without problems so, can it be related with the database structure? The e-health case uses more than one table instead of only one.