{
// at this point the services are ready, so the final step
// is to initialize the application by running a special
// KernelRunnable in an unbounded transaction, unless we're
// running without an application
NodeType type =
NodeType.valueOf(
appProperties.getProperty(StandardProperties.NODE_TYPE));
if (!type.equals(NodeType.coreServerNode)) {
try {
if (logger.isLoggable(Level.CONFIG)) {
logger.log(Level.CONFIG, "{0}: starting application",
appName);
}