David Molina Estrada created JENA-1410:
------------------------------------------
Summary: Removig persitent dataset in Fuseki 3.4.0 doen't work
Key: JENA-1410
URL: https://issues.apache.org/jira/browse/JENA-1410
Project: Apache Jena
Issue Type: Bug
Components: Fuseki
Affects Versions: Jena 3.4.0
Reporter: David Molina Estrada
When a persistent dataset is deleted from Fuseki WEB GUI, the dataset folder in
fuseki's databases folder and the dataset config ttl file in fuseki's
configuration folder remain.
I am running a Fuseki.war 3.4.0 in a Tomcat. Then, when i restart the Tomcat
server, the deleted dataset reappears.
The code in ActionDatasets.execDeleteItem appears to have delete
database and configuration ... it just doesn't seem to do it.
The code needs to be sensitive to whether the database is inside the
runtiem area of elsewhere.
If the DB is in the server configuration file, then it can't remove the
configuration.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)