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...
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}
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