Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 59080 invoked from network); 3 May 2008 03:09:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 May 2008 03:09:32 -0000 Received: (qmail 6354 invoked by uid 500); 3 May 2008 03:09:33 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 6331 invoked by uid 500); 3 May 2008 03:09:33 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 6308 invoked by uid 99); 3 May 2008 03:09:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 May 2008 20:09:33 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sgmentzer@gmail.com designates 209.85.146.183 as permitted sender) Received: from [209.85.146.183] (HELO wa-out-1112.google.com) (209.85.146.183) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 May 2008 03:08:48 +0000 Received: by wa-out-1112.google.com with SMTP id k17so805967waf.0 for ; Fri, 02 May 2008 20:09:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=UTz+dLXwvFPmb5lJ5YGyDe1l/vGekjbXp1/jAmXQZqI=; b=dBLXCnO4dlJGb7A0DmUX4sTcgPOGD9a+d7LrNsrMXmsbLSYXripOZtfQpiPChv1WqBHKQsGuZ3umMz2BKdT+bF2NuSivDtTmoEcpSceeRtu/q7f47SYPusvbmihef/4oVH4VQNiuFa0NaBsiqATVgNCJHMSQvMNcrGvqg0OgcH4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=UFZFWbVB7ZPZGpDbs3Blcr79ZS4jwtFKFtKIeunazXr1wbeG8AHaMZJohmuInLGpOUDJDqBnhcEAxf2k2sYVz/mbkPifSGq0VPFFB8m+uRxd8yzEnBYLJg2pl8FzFwq4QJKoumnbKHzx69vsY/W7q8mblp5bVC93TCegCnMXMeo= Received: by 10.114.158.1 with SMTP id g1mr3640864wae.111.1209784142164; Fri, 02 May 2008 20:09:02 -0700 (PDT) Received: by 10.115.88.11 with HTTP; Fri, 2 May 2008 20:09:02 -0700 (PDT) Message-ID: <807897660805022009y79f82c8cp4eb4fb7db6e8ac61@mail.gmail.com> Date: Fri, 2 May 2008 23:09:02 -0400 From: sgm Reply-To: sgmentzer@yahoo.com To: users@activemq.apache.org Subject: How to specify ForwardingBridge in XML MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org One of the changes in release 5.1 is this Improvement http://issues.apache.org/activemq/browse/AMQ-545 but I can't figure out how it's supposed to be specified. In every case the broker fails to start. Here's an excerpt from the exception: UnsatisfiedDependencyException: Error creating bean with name 'forwardingBridge#949f69' defined in class path resource [activemq.xml]: Unsatisfied dependency expressed through constructor argument with index 0 of type[org.apache.activemq.transport.Transport]: Could not convert constructor argument value of type[java.lang.String] to required type [org.apache.activemq.transport.Transport]: Failed to convert value of type [java.lang.String] to required type[org.apache.activemq.transport.Transport]; nested exception is java.lang.IllegalArgumentException:Cannot convert value of type [java.lang.String] to required type [org.apache.activemq.transport.Transport]: no matching editors or conversion strategy found Here's the specification I used: I hope I'm missing something obvious. Thanks.