You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by Apache Wiki <wi...@apache.org> on 2005/09/23 18:30:13 UTC

[Jackrabbit Wiki] Update of "ExamplesPage" by RobertRitchy

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jackrabbit Wiki" for change notification.

The following page has been changed by RobertRitchy:
http://wiki.apache.org/jackrabbit/ExamplesPage

------------------------------------------------------------------------------
  You have to manually remove the workspace.xml - there's no programmatic way yet.
  }}}
  
+ 
+ '''Shutting down the Repository'''
+ {{{
+ javax.jcr.Session session = ...;
+ ((org.apache.jackrabbit.core.RepositoryImpl) session.getRepository()).shutdown();
+ }}}
+