in spring-apacheds/src/main/java/org/apache/archiva/components/apacheds/DefaultApacheDs.java [309:316]
private void assertIsStarted( )
throws NamingException
{
if ( configuration == null )
{
throw new NamingException( "The server has to be started before used." );
}
}