You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2010/07/08 14:23:51 UTC

[jira] Created: (AMQ-2816) Remove some dependencies on Spring to allow blueprint to work without spring

Remove some dependencies on Spring to allow blueprint to work without spring
----------------------------------------------------------------------------

                 Key: AMQ-2816
                 URL: https://issues.apache.org/activemq/browse/AMQ-2816
             Project: ActiveMQ
          Issue Type: Improvement
            Reporter: Guillaume Nodet


When spring isn't deployed, we have the following problems which lead to the blueprint namespace being unusable (the workaround is to make sure spring is deployed of course):

13:39:50,793 | WARN  | rint Extender: 3 | XBeanNamespaceHandler            | ntext.impl.XBeanNamespaceHandler  172 | 63 - org.apache.xbean.blueprint - 3.7 | Could not load class: org.apache.activemq.network.jms.JmsTopicConnector due to org/springframework/jndi/JndiTemplate
13:39:50,883 | WARN  | rint Extender: 3 | XBeanNamespaceHandler            | ntext.impl.XBeanNamespaceHandler  172 | 63 - org.apache.xbean.blueprint - 3.7 | Could not load class: org.apache.activemq.spring.SpringSslContext due to org/springframework/core/io/Resource
13:39:50,909 | WARN  | rint Extender: 3 | XBeanNamespaceHandler            | ntext.impl.XBeanNamespaceHandler  172 | 63 - org.apache.xbean.blueprint - 3.7 | Could not load class: org.apache.activemq.xbean.XBeanBrokerService due to org/springframework/context/ApplicationContextAware
13:39:50,947 | WARN  | rint Extender: 3 | XBeanNamespaceHandler            | ntext.impl.XBeanNamespaceHandler  172 | 63 - org.apache.xbean.blueprint - 3.7 | Could not load class: org.apache.activemq.network.jms.JmsQueueConnector due to org/springframework/jndi/JndiTemplate
13:39:51,062 | WARN  | rint Extender: 3 | XBeanNamespaceHandler            | ntext.impl.XBeanNamespaceHandler  172 | 63 - org.apache.xbean.blueprint - 3.7 | Could not load class: org.apache.activemq.spring.ActiveMQXAConnectionFactory due to org/springframework/beans/factory/BeanNameAware
13:39:51,095 | WARN  | rint Extender: 3 | XBeanNamespaceHandler            | ntext.impl.XBeanNamespaceHandler  172 | 63 - org.apache.xbean.blueprint - 3.7 | Could not load class: org.apache.activemq.store.journal.JournalPersistenceAdapter due to org/apache/activeio/journal/JournalEventListener
13:39:51,140 | WARN  | rint Extender: 3 | XBeanNamespaceHandler            | ntext.impl.XBeanNamespaceHandler  172 | 63 - org.apache.xbean.blueprint - 3.7 | Could not load class: org.apache.activemq.store.journal.JournalPersistenceAdapterFactory due to org/apache/activeio/journal/active/JournalLockedException
13:39:51,290 | WARN  | rint Extender: 3 | XBeanNamespaceHandler            | ntext.impl.XBeanNamespaceHandler  172 | 63 - org.apache.xbean.blueprint - 3.7 | Could not load class: org.apache.activemq.store.PersistenceAdapterFactoryBean due to org/springframework/beans/factory/FactoryBean
13:39:51,294 | WARN  | rint Extender: 3 | XBeanNamespaceHandler            | ntext.impl.XBeanNamespaceHandler  172 | 63 - org.apache.xbean.blueprint - 3.7 | Could not load class: org.apache.activemq.spring.ActiveMQConnectionFactory due to org/springframework/beans/factory/BeanNameAware

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.