* @see org.picocontainer.Startable#start()
*/
public void start() {
PageList pl = null;
try {
pl = findResourceDescriptions(new Query(null, null));
} catch (Exception e) {
throw new RuntimeException("Cannot check if a resource already exists", e);
}
if (pl.getAvailable() > 0)
return;