Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 59172D2B4 for ; Sun, 7 Oct 2012 10:18:05 +0000 (UTC) Received: (qmail 19467 invoked by uid 500); 7 Oct 2012 10:18:04 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 19223 invoked by uid 500); 7 Oct 2012 10:18:03 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 19194 invoked by uid 99); 7 Oct 2012 10:18:02 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Oct 2012 10:18:02 +0000 Date: Sun, 7 Oct 2012 10:18:02 +0000 (UTC) From: "Claus Ibsen (JIRA)" To: dev@activemq.apache.org Message-ID: <949847634.6286.1349605082817.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (AMQ-2816) Remove some dependencies on Spring to allow blueprint to work without spring MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMQ-2816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated AMQ-2816: ----------------------------- Fix Version/s: 5.8.0 > Remove some dependencies on Spring to allow blueprint to work without spring > ---------------------------------------------------------------------------- > > Key: AMQ-2816 > URL: https://issues.apache.org/jira/browse/AMQ-2816 > Project: ActiveMQ > Issue Type: Improvement > Reporter: Guillaume Nodet > Fix For: 5.8.0 > > > 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. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira