jetty osgi 启动信息总结

1、运行java -jar -Dorg.osgi.service.http.port=8081 org.eclipse.osgi_3.6.2.R36x_v20110210.jar  -console

2、接下来
org.springframework.osgi.extender.internal.boot.ChainActivator <init>
信息: Blueprint API detected; enabling Blueprint Container functionality
2011-12-1 13:25:21 org.springframework.osgi.extender.internal.activator.ContextLoaderListener start
信息: Starting [org.springframework.osgi.extender] bundle v.[2.0.0.M1]
2011-12-1 13:25:22 org.springframework.osgi.extender.internal.support.ExtenderConfiguration <init>
信息: No custom extender configuration detected; using defaults...
2011-12-1 13:25:22 org.springframework.scheduling.timer.TimerTaskExecutor afterPropertiesSet
信息: Initializing Timer

3、createApplicationContext ---Discovered configurations
org.springframework.osgi.extender.support.DefaultOsgiApplicationContextCreator createApplicationContext
Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [ProductDAL Plug-in (ProductDAL)]

4、(AbstractApplicationContext) prepareRefresh startup
org.springframework.context.support.AbstractApplicationContext prepareRefresh
Refreshing OsgiBundleXmlApplicationContext(bundle=ProductDAL, config=osgibundle:/META-INF/spring/*.xml): startup date [Thu Dec 01 13:25:22 CST 2011]; root of context hierarchy

5、Application Context service unpublished
org.springframework.osgi.context.support.AbstractOsgiBundleApplicationContext unpublishContextAsOsgiService

6、org.springframework.osgi.extender.internal.activator.ContextLoaderListener start

7、
org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
Loading XML bean definitions from URL [bundleentry://8.fwk29240677/META-INF/spring/productmanagement-osgi.xml]

8、
org.springframework.osgi.extender.internal.support.ExtenderConfiguration <init>
信息: No custom extender configuration detected; using defaults...

9、 org.springframework.scheduling.timer.TimerTaskExecutor afterPropertiesSet
信息: Initializing Timer

10、
org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor stageOne

11、dependencies
No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=utils, config=osgibundle:/META-INF/spring/*.xml)

12、Pre-instantiating singletons  org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
信息: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@20807c: defining beans [webConfigMgr,_webConfigMgr]; root of factory hierarchy

13、FindDependencies

org.springframework.osgi.extender.internal.dependencies.startup.DependencyServiceManager doFindDependencies
Adding OSGi service dependency for importer [&productDao] matching OSGi filter [(objectClass=org.osgichina.petstore.productdal.dao.ProductDao)]

个别会有:
org.springframework.osgi.extender.internal.dependencies.startup.DependencyServiceManager findServiceDependencies
信息: OsgiBundleXmlApplicationContext(bundle=ProductManagement, config=osgibundle:/META-INF/spring/*.xml) is waiting for unsatisfied dependencies [[&productDao, &categoryDao, &itemDao, &webConfigMgr]]


14、findServiceDependencies
org.springframework.osgi.extender.internal.dependencies.startup.DependencyServiceManager findServiceDependencies
信息: OsgiBundleXmlApplicationContext(bundle=ShoppingCartManagement, config=osgibundle:/META-INF/spring/*.xml) is waiting for unsatisfied dependencies [[&webConfigMgr, &productDao, &categoryDao, &item
Dao, &cartDao]]

15、registerService
2011-12-1 13:25:23 org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean registerService
信息: Publishing service under classes [{org.osgichina.petstore.util.WebConfigMgr}]

------------------
org.springframework.osgi.extender.internal.dependencies.startup.DependencyServiceManager$DependencyServiceListener serviceChanged
信息: No unsatisfied OSGi service dependencies; completing initialization for OsgiBundleXmlApplicationContext(bundle=Bootstrap, config=osgibundle:/META-INF/spring/*.xml)

16、Publishing application context as OSGi service org.springframework.osgi.context.support.AbstractOsgiBundleApplicationContext publishContextAsOsgiServiceIfNecessary
信息: Publishing application context as OSGi service with properties {org.springframework.context.service.name=ShoppingCartDAL, Bundle-SymbolicName=ShoppingCartDAL, Bundle-Version=1.0.0}

17、  context  refreshed  org.springframework.osgi.extender.internal.support.DefaultOsgiBundleApplicationContextListener onOsgiApplicationEvent
信息: Application context successfully refreshed (OsgiBundleXmlApplicationContext(bundle=ShoppingCartDAL, config=osgibundle:/META-INF/spring/*.xml))

18、Publishing service
Publishing service under classes [{org.osgichina.petstore.bootstrap.menu.MenuItem}]
2011-12-1 13:25:23 org.springframework.osgi.service.exporter.support.OsgiServiceFactoryBean registerService

19、



猜你喜欢

转载自xgbjmxn.iteye.com/blog/1287877