Yes,I did.But I think the spring.xml file is rough because no bean is used to
activate the component.
BTW,I have little knowledge of Spring. 

// here I only change ${packageName} to org.spliu.development.se
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns:sm="http://servicemix.apache.org/config/1.0"; 
       xmlns:my="http://org.spliu.development.se/1.0";
       xmlns:test="urn:test">
  <sm:container id="jbi" embedded="true" createMBeanServer="false">    
    <sm:activationSpecs>
    
      <sm:activationSpec>
        <sm:component>
            <my:component>
                <my:endpoints>
                        <my:endpoint service="test:service" endpoint="endpoint" 
/>
                </my:endpoints>
            </my:component>
        </sm:component>
      </sm:activationSpec>
      
    </sm:activationSpecs>
  </sm:container>
</beans>

then run MySpringComponentTest.java,the system will shutdown ahead without
any component started.

// console
2006-06-03 09:20:53,265 [main           ] INFO  XBeanXmlBeanDefinitionReader  
- Loading XML bean definitions from class path resource [spring.xml]
2006-06-03 09:20:53,281 [main           ] DEBUG XBeanXmlBeanDefinitionReader  
- Using JAXP implementation
[EMAIL PROTECTED]
2006-06-03 09:20:53,734 [main           ] DEBUG XBeanXmlBeanDefinitionParser  
- Loading bean definitions
2006-06-03 09:20:53,750 [main           ] DEBUG XBeanXmlBeanDefinitionParser  
- Default lazy init ''
2006-06-03 09:20:53,796 [main           ] DEBUG XBeanXmlBeanDefinitionParser  
- Default autowire ''
2006-06-03 09:20:53,796 [main           ] DEBUG XBeanXmlBeanDefinitionParser  
- Default dependency check ''
2006-06-03 09:20:53,828 [main           ] DEBUG XBeanXmlBeanDefinitionParser  
- Could not find resource:
META-INF/services/org/apache/xbean/spring/http/servicemix.apache.org/config/1.0/container
2006-06-03 09:20:54,078 [main           ] DEBUG XBeanXmlBeanDefinitionParser  
- Could not find resource:
META-INF/services/org/apache/xbean/spring/http/servicemix.apache.org/config/1.0/activationSpec
2006-06-03 09:20:54,078 [main           ] DEBUG XBeanXmlBeanDefinitionParser  
- Neither XML 'id' nor 'name' specified - using generated bean name
[org.apache.servicemix.jbi.container.ActivationSpec]
2006-06-03 09:20:54,093 [main           ] DEBUG XBeanXmlBeanDefinitionParser  
- Could not find resource:
META-INF/services/org/apache/xbean/spring/http/org.spliu.development.se/1.0/component
2006-06-03 09:20:54,093 [main           ] DEBUG XBeanXmlBeanDefinitionParser  
- Could not find resource:
META-INF/services/org/apache/xbean/spring/http/org.spliu.development.se/1.0
2006-06-03 09:20:54,109 [main           ] DEBUG XBeanXmlBeanDefinitionParser  
- Could not find resource:
META-INF/services/org/xbean/spring/http/org.spliu.development.se/1.0
2006-06-03 09:20:54,125 [main           ] DEBUG XBeanXmlBeanDefinitionParser  
- Found 1 <bean> elements in class path resource [spring.xml]
2006-06-03 09:20:54,125 [main           ] DEBUG XBeanXmlBeanDefinitionReader  
- Loaded 1 bean definitions from location pattern [spring.xml]
2006-06-03 09:20:54,125 [main           ] INFO 
ClassPathXmlApplicationContext - Bean factory for application context
[org.apache.xbean.spring.context.ClassPathXmlApplicationContext;hashCode=8761216]:
org.springframework.beans.factory.support.DefaultListableBeanFactory
defining beans [jbi]; root of BeanFactory hierarchy
2006-06-03 09:20:54,140 [main           ] INFO 
ClassPathXmlApplicationContext - 1 beans defined in application context
[org.apache.xbean.spring.context.ClassPathXmlApplicationContext;hashCode=8761216]
2006-06-03 09:20:54,156 [main           ] INFO  CollectionFactory             
- JDK 1.4+ collections available
2006-06-03 09:20:54,171 [main           ] INFO  CollectionFactory             
- Commons Collections 3.x available
2006-06-03 09:20:54,171 [main           ] DEBUG CollectionFactory             
- Creating [java.util.LinkedHashMap]
2006-06-03 09:20:54,187 [main           ] INFO 
ClassPathXmlApplicationContext - Unable to locate MessageSource with name
'messageSource': using default
[EMAIL PROTECTED]
2006-06-03 09:20:54,203 [main           ] DEBUG CollectionFactory             
- Creating [java.util.LinkedHashSet]
2006-06-03 09:20:54,203 [main           ] INFO 
ClassPathXmlApplicationContext - Unable to locate
ApplicationEventMulticaster with name 'applicationEventMulticaster': using
default
[EMAIL PROTECTED]
2006-06-03 09:20:54,203 [main           ] DEBUG CollectionFactory             
- Creating [java.util.LinkedHashMap]
2006-06-03 09:20:54,203 [main           ] INFO  DefaultListableBeanFactory    
- Pre-instantiating singletons in factory
[org.springframework.beans.factory.support.DefaultListableBeanFactory
defining beans [jbi]; root of BeanFactory hierarchy]
2006-06-03 09:20:54,203 [main           ] DEBUG DefaultListableBeanFactory    
- Creating shared instance of singleton bean 'jbi'
2006-06-03 09:20:54,203 [main           ] DEBUG DefaultListableBeanFactory    
- Creating instance of bean 'jbi' with merged definition [Root bean: class
[org.apache.servicemix.jbi.container.SpringJBIContainer]; abstract=false;
singleton=true; lazyInit=false; autowire=0; dependencyCheck=0;
initMethodName=null; destroyMethodName=null; factoryMethodName=null;
factoryBeanName=null; defined in class path resource [spring.xml]]
2006-06-03 09:20:54,203 [main           ] DEBUG DefaultListableBeanFactory    
- Invoking BeanPostProcessors before instantiation of bean 'jbi'
2006-06-03 09:20:54,562 [main           ] DEBUG CachedIntrospectionResults    
- Getting BeanInfo for class
[org.apache.servicemix.jbi.container.SpringJBIContainer]
2006-06-03 09:20:54,562 [main           ] DEBUG CachedIntrospectionResults    
- Caching PropertyDescriptors for class
[org.apache.servicemix.jbi.container.SpringJBIContainer]
2006-06-03 09:20:54,562 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'MBeanServer' of type [javax.management.MBeanServer]
2006-06-03 09:20:54,562 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'activationSpecs' of type
[[Lorg.apache.servicemix.jbi.container.ActivationSpec;]
2006-06-03 09:20:54,562 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'adminCommandsService' of type
[org.apache.servicemix.jbi.framework.AdminCommandsService]
2006-06-03 09:20:54,578 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'applicationContext' of type
[org.springframework.context.ApplicationContext]
2006-06-03 09:20:54,578 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'attributeInfos' of type
[[Ljavax.management.MBeanAttributeInfo;]
2006-06-03 09:20:54,578 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'autoDeploymentService' of type
[org.apache.servicemix.jbi.framework.AutoDeploymentService]
2006-06-03 09:20:54,578 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'autoEnlistInTransaction' of type [boolean]
2006-06-03 09:20:54,578 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'beanFactory' of type
[org.springframework.beans.factory.BeanFactory]
2006-06-03 09:20:54,578 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'broker' of type [org.apache.servicemix.jbi.nmr.Broker]
2006-06-03 09:20:54,578 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'class' of type [java.lang.Class]
2006-06-03 09:20:54,578 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'componentNames' of type [[Ljava.lang.String;]
2006-06-03 09:20:54,578 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'createMBeanServer' of type [boolean]
2006-06-03 09:20:54,578 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'currentState' of type [java.lang.String]
2006-06-03 09:20:54,578 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'deployArchives' of type [[Ljava.lang.String;]
2006-06-03 09:20:54,578 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'deploymentDirPath' of type [java.lang.String]
2006-06-03 09:20:54,578 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'deploymentService' of type
[org.apache.servicemix.jbi.framework.DeploymentService]
2006-06-03 09:20:54,578 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'description' of type [java.lang.String]
2006-06-03 09:20:54,578 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'dumpStats' of type [boolean]
2006-06-03 09:20:54,578 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'embedded' of type [boolean]
2006-06-03 09:20:54,578 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'environmentContext' of type
[org.apache.servicemix.jbi.container.EnvironmentContext]
2006-06-03 09:20:54,578 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'flow' of type [org.apache.servicemix.jbi.nmr.flow.Flow]
2006-06-03 09:20:54,578 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'flowName' of type [java.lang.String]
2006-06-03 09:20:54,578 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'flowNames' of type [java.lang.String]
2006-06-03 09:20:54,578 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'flows' of type
[[Lorg.apache.servicemix.jbi.nmr.flow.Flow;]
2006-06-03 09:20:54,578 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'initialized' of type [boolean]
2006-06-03 09:20:54,578 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'installationDirPath' of type [java.lang.String]
2006-06-03 09:20:54,578 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'installationService' of type
[org.apache.servicemix.jbi.framework.InstallationService]
2006-06-03 09:20:54,593 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'listeners' of type [[Ljava.util.EventListener;]
2006-06-03 09:20:54,593 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'localComponentConnectors' of type [java.util.Collection]
2006-06-03 09:20:54,593 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'managementContext' of type
[org.apache.servicemix.jbi.management.ManagementContext]
2006-06-03 09:20:54,593 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'monitorDeploymentDirectory' of type [boolean]
2006-06-03 09:20:54,593 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'monitorInstallationDirectory' of type [boolean]
2006-06-03 09:20:54,593 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'monitorInterval' of type [int]
2006-06-03 09:20:54,593 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'name' of type [java.lang.String]
2006-06-03 09:20:54,593 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'namingContext' of type [javax.naming.InitialContext]
2006-06-03 09:20:54,593 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'notifyStatistics' of type [boolean]
2006-06-03 09:20:54,593 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'objectToManage' of type [java.lang.Object]
2006-06-03 09:20:54,593 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'operationInfos' of type
[[Ljavax.management.MBeanOperationInfo;]
2006-06-03 09:20:54,593 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'persistent' of type [boolean]
2006-06-03 09:20:54,593 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'propertyChangeListener' of type
[java.beans.PropertyChangeListener]
2006-06-03 09:20:54,593 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'registry' of type
[org.apache.servicemix.jbi.framework.Registry]
2006-06-03 09:20:54,593 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'rmiPort' of type [int]
2006-06-03 09:20:54,593 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'rootDir' of type [java.lang.String]
2006-06-03 09:20:54,593 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'serviceManager' of type
[javax.jbi.component.ServiceUnitManager]
2006-06-03 09:20:54,593 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'shutDown' of type [boolean]
2006-06-03 09:20:54,593 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'shutdownLock' of type [java.lang.Object]
2006-06-03 09:20:54,609 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'started' of type [boolean]
2006-06-03 09:20:54,609 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'statsInterval' of type [int]
2006-06-03 09:20:54,609 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'stopped' of type [boolean]
2006-06-03 09:20:54,609 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'subType' of type [java.lang.String]
2006-06-03 09:20:54,609 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'subscriptionFlowName' of type [java.lang.String]
2006-06-03 09:20:54,609 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'transactionManager' of type [java.lang.Object]
2006-06-03 09:20:54,609 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'type' of type [java.lang.String]
2006-06-03 09:20:54,609 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'unknown' of type [boolean]
2006-06-03 09:20:54,609 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'useMBeanServer' of type [boolean]
2006-06-03 09:20:54,609 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'workManager' of type [javax.resource.spi.work.WorkManager]
2006-06-03 09:20:54,609 [main           ] DEBUG CachedIntrospectionResults    
- Class [org.apache.servicemix.jbi.container.SpringJBIContainer] is
cache-safe
2006-06-03 09:20:54,609 [main           ] DEBUG BeanDefinitionValueResolver   
- Resolving inner bean definition
'org.apache.servicemix.jbi.container.ActivationSpec' of bean 'jbi'
2006-06-03 09:20:54,609 [main           ] DEBUG DefaultListableBeanFactory    
- Creating instance of bean
'org.apache.servicemix.jbi.container.ActivationSpec' with merged definition
[Root bean: class [org.apache.servicemix.jbi.container.ActivationSpec];
abstract=false; singleton=true; lazyInit=false; autowire=0;
dependencyCheck=0; initMethodName=null; destroyMethodName=null;
factoryMethodName=null; factoryBeanName=null; defined in class path resource
[spring.xml]]
2006-06-03 09:20:54,625 [main           ] DEBUG DefaultListableBeanFactory    
- Invoking BeanPostProcessors before instantiation of bean
'org.apache.servicemix.jbi.container.ActivationSpec'
2006-06-03 09:20:54,625 [main           ] DEBUG DefaultListableBeanFactory    
- Ignoring constructor [public
org.apache.servicemix.jbi.container.ActivationSpec(java.lang.String,java.lang.Object)]
of bean 'org.apache.servicemix.jbi.container.ActivationSpec': Error creating
bean with name 'org.apache.servicemix.jbi.container.ActivationSpec' defined
in class path resource [spring.xml]: Unsatisfied dependency expressed
through constructor argument with index 0 of type [java.lang.String]:
Ambiguous constructor argument types - did you specify the correct bean
references as constructor arguments?
2006-06-03 09:20:54,625 [main           ] DEBUG CachedIntrospectionResults    
- Getting BeanInfo for class
[org.apache.servicemix.jbi.container.ActivationSpec]
2006-06-03 09:20:54,625 [main           ] DEBUG CachedIntrospectionResults    
- Caching PropertyDescriptors for class
[org.apache.servicemix.jbi.container.ActivationSpec]
2006-06-03 09:20:54,625 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'class' of type [java.lang.Class]
2006-06-03 09:20:54,625 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'component' of type [java.lang.Object]
2006-06-03 09:20:54,625 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'componentName' of type [java.lang.String]
2006-06-03 09:20:54,625 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'destinationEndpoint' of type [java.lang.String]
2006-06-03 09:20:54,625 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'destinationInterface' of type [javax.xml.namespace.QName]
2006-06-03 09:20:54,625 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'destinationOperation' of type [javax.xml.namespace.QName]
2006-06-03 09:20:54,625 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'destinationResolver' of type
[org.apache.servicemix.jbi.resolver.EndpointResolver]
2006-06-03 09:20:54,640 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'destinationService' of type [javax.xml.namespace.QName]
2006-06-03 09:20:54,640 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'endpoint' of type [java.lang.String]
2006-06-03 09:20:54,640 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'failIfNoDestinationEndpoint' of type [boolean]
2006-06-03 09:20:54,640 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'id' of type [java.lang.String]
2006-06-03 09:20:54,640 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'interfaceChooser' of type
[org.apache.servicemix.jbi.resolver.EndpointChooser]
2006-06-03 09:20:54,640 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'interfaceName' of type [javax.xml.namespace.QName]
2006-06-03 09:20:54,640 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'marshaler' of type
[org.apache.servicemix.jbi.messaging.PojoMarshaler]
2006-06-03 09:20:54,640 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'operation' of type [javax.xml.namespace.QName]
2006-06-03 09:20:54,640 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'persistent' of type [java.lang.Boolean]
2006-06-03 09:20:54,640 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'service' of type [javax.xml.namespace.QName]
2006-06-03 09:20:54,640 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'serviceChooser' of type
[org.apache.servicemix.jbi.resolver.EndpointChooser]
2006-06-03 09:20:54,640 [main           ] DEBUG CachedIntrospectionResults    
- Found property 'subscriptions' of type
[[Lorg.apache.servicemix.jbi.container.SubscriptionSpec;]
2006-06-03 09:20:54,640 [main           ] DEBUG CachedIntrospectionResults    
- Class [org.apache.servicemix.jbi.container.ActivationSpec] is cache-safe
2006-06-03 09:20:54,640 [main           ] DEBUG DefaultListableBeanFactory    
- Bean 'org.apache.servicemix.jbi.container.ActivationSpec' instantiated via
constructor [public
org.apache.servicemix.jbi.container.ActivationSpec(java.lang.Object)]
2006-06-03 09:20:54,640 [main           ] DEBUG DefaultListableBeanFactory    
- Invoking BeanPostProcessors before initialization of bean
'org.apache.servicemix.jbi.container.ActivationSpec'
2006-06-03 09:20:54,640 [main           ] DEBUG DefaultListableBeanFactory    
- Invoking BeanPostProcessors after initialization of bean
'org.apache.servicemix.jbi.container.ActivationSpec'
2006-06-03 09:20:54,640 [main           ] DEBUG CollectionFactory             
- Creating [java.util.LinkedHashSet]
2006-06-03 09:20:54,640 [main           ] DEBUG BeanWrapperImpl               
- Converting String to [boolean] using property editor
[EMAIL PROTECTED]
2006-06-03 09:20:54,656 [main           ] DEBUG BeanWrapperImpl               
- About to invoke write method [public void
org.apache.servicemix.jbi.container.JBIContainer.setCreateMBeanServer(boolean)]
on object of class [org.apache.servicemix.jbi.container.SpringJBIContainer]
2006-06-03 09:20:54,656 [main           ] DEBUG BeanWrapperImpl               
- Invoked write method [public void
org.apache.servicemix.jbi.container.JBIContainer.setCreateMBeanServer(boolean)]
with value of type [boolean]
2006-06-03 09:20:54,656 [main           ] DEBUG BeanWrapperImpl               
- Converting String to [boolean] using property editor
[EMAIL PROTECTED]
2006-06-03 09:20:54,656 [main           ] DEBUG BeanWrapperImpl               
- About to invoke write method [public void
org.apache.servicemix.jbi.container.JBIContainer.setEmbedded(boolean)] on
object of class [org.apache.servicemix.jbi.container.SpringJBIContainer]
2006-06-03 09:20:54,656 [main           ] DEBUG BeanWrapperImpl               
- Invoked write method [public void
org.apache.servicemix.jbi.container.JBIContainer.setEmbedded(boolean)] with
value of type [boolean]
2006-06-03 09:20:54,656 [main           ] DEBUG BeanWrapperImpl               
- About to invoke write method [public void
org.apache.servicemix.jbi.container.SpringJBIContainer.setActivationSpecs(org.apache.servicemix.jbi.container.ActivationSpec[])
throws javax.jbi.JBIException] on object of class
[org.apache.servicemix.jbi.container.SpringJBIContainer]
2006-06-03 09:20:54,656 [main           ] DEBUG BeanWrapperImpl               
- Invoked write method [public void
org.apache.servicemix.jbi.container.SpringJBIContainer.setActivationSpecs(org.apache.servicemix.jbi.container.ActivationSpec[])
throws javax.jbi.JBIException] with value of type
[[Lorg.apache.servicemix.jbi.container.ActivationSpec;]
2006-06-03 09:20:54,671 [main           ] DEBUG DefaultListableBeanFactory    
- Invoking setBeanFactory on BeanFactoryAware bean 'jbi'
2006-06-03 09:20:54,671 [main           ] DEBUG DefaultListableBeanFactory    
- Invoking BeanPostProcessors before initialization of bean 'jbi'
2006-06-03 09:20:54,671 [main           ] DEBUG
plicationContextAwareProcessor - Invoking setApplicationContext on
ApplicationContextAware bean 'jbi'
2006-06-03 09:20:54,671 [main           ] DEBUG DefaultListableBeanFactory    
- Invoking afterPropertiesSet() on bean with name 'jbi'
2006-06-03 09:20:54,703 [main           ] DEBUG CollectionFactory             
- Creating [java.util.LinkedHashMap]
2006-06-03 09:20:54,718 [main           ] DEBUG CollectionFactory             
- Creating [java.util.LinkedHashMap]
2006-06-03 09:20:54,984 [main           ] DEBUG ManagementContext             
- Registering system service:
org.apache.servicemix:ContainerName=ServiceMix,Type=SystemService,Name=ManagementContext
2006-06-03 09:20:55,000 [main           ] DEBUG ManagementContext             
- Registering system service:
org.apache.servicemix:ContainerName=ServiceMix,Type=SystemService,Name=EnvironmentContext
2006-06-03 09:20:55,000 [main           ] DEBUG ManagementContext             
- Registering system service:
org.apache.servicemix:ContainerName=ServiceMix,Type=SystemService,Name=Registry
2006-06-03 09:20:55,000 [main           ] DEBUG ManagementContext             
- Registering system service:
org.apache.servicemix:ContainerName=ServiceMix,Type=SystemService,Name=Broker
2006-06-03 09:20:55,125 [main           ] INFO  JBIContainer                  
- Activating component for:
[container=ServiceMix,name=#SubscriptionManager#] with service: null
component: [EMAIL PROTECTED]
2006-06-03 09:20:55,156 [main           ] INFO  ComponentMBeanImpl            
- Initializing component: #SubscriptionManager#
2006-06-03 09:20:55,187 [main           ] DEBUG ManagementContext             
- Registering system service:
org.apache.servicemix:ContainerName=ServiceMix,Type=SystemService,Name=InstallationService
2006-06-03 09:20:55,187 [main           ] DEBUG ManagementContext             
- Registering system service:
org.apache.servicemix:ContainerName=ServiceMix,Type=SystemService,Name=DeploymentService
2006-06-03 09:20:55,187 [main           ] INFO  DeploymentService             
- Restoring service assemblies
2006-06-03 09:20:55,187 [main           ] DEBUG ManagementContext             
- Registering system service:
org.apache.servicemix:ContainerName=ServiceMix,Type=SystemService,Name=AutoDeploymentService
2006-06-03 09:20:55,187 [main           ] DEBUG ManagementContext             
- Registering system service:
org.apache.servicemix:ContainerName=ServiceMix,Type=SystemService,Name=AdminCommandsService
2006-06-03 09:20:55,187 [main           ] INFO  JBIContainer                  
- ServiceMix JBI Container (http://servicemix.org/) name: ServiceMix running
version: null
2006-06-03 09:20:55,187 [main           ] INFO  DefaultListableBeanFactory    
- Destroying singletons in factory
{org.springframework.beans.factory.support.DefaultListableBeanFactory
defining beans [jbi]; root of BeanFactory hierarchy}

--
View this message in context: 
http://www.nabble.com/%22No-processor-found%22-error-t1716357.html#a4689650
Sent from the ServiceMix - User forum at Nabble.com.

Reply via email to