History | Log In     View a printable version of the current page. Get help!  
Issue Details [XML]

Key: SES-537
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Arjohn Kampman
Reporter: Damyan Ognyanoff
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Sesame

Sesame server doesn't properly shut down repositories

Created: 21/Mar/08 04:57 PM   Updated: 08/May/08 11:27 AM
Component/s: HTTP Server
Affects Version/s: 2.0.1, 2.0
Fix Version/s: 2.1


 Description   
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?

 All   Comments   Change History      Sort Order:
Comment by Arjohn Kampman [21/Mar/08 05:07 PM]
Issue was fixed by specifying a destroy-method for the repository manager in the spring configuration file.