
|
If you were logged in you would be able to see more operations.
|
|
Issue reported here: http://www.openrdf.org/forum/mvnforum/viewthread?thread=1636
Hi,
are the shutdown()'s methods of the repositories are really invoked when the openrdf-sesame web-app is being closed within Tomcat? (Sesame2.0 official release - Tomcat/5.0.28)
I've debuged this and shutdown() methods of neither - our owlim or sesame's memory store are invoked when the web-app is closed.
Is it a bug or there is some prerequisite/requrement/interface/etc. that the sail should implement in order to be shutdown properly?
|
|
Issue was fixed by specifying a destroy-method for the repository manager in the spring configuration file.
|
|