Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 86636 invoked from network); 27 Jan 2009 22:16:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Jan 2009 22:16:59 -0000 Received: (qmail 4487 invoked by uid 500); 26 Jan 2009 23:52:43 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 4477 invoked by uid 500); 26 Jan 2009 23:52:43 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 4468 invoked by uid 99); 26 Jan 2009 23:52:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Jan 2009 15:52:43 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Jan 2009 23:52:34 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1LRbFV-0006a5-Lx for user@geronimo.apache.org; Mon, 26 Jan 2009 15:52:13 -0800 Message-ID: <21674243.post@talk.nabble.com> Date: Mon, 26 Jan 2009 15:52:13 -0800 (PST) From: Lenin David Lozano Argel To: user@geronimo.apache.org Subject: Geronimo: connectionFactoryJndiName not recognized in MDB EJB 3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: ldlozano@avansoft.com X-Virus-Checked: Checked by ClamAV on apache.org Hi. I develop an EKB 3.0 Message Driven Bean, and the @MessageDriven annotation is configured like this @MessageDriven( activationConfig = { @ActivationConfigProperty( propertyName="connectionFactoryJndiName", propertyValue="jms/SuraBrokerResponseConnectionFactory"), @ActivationConfigProperty( propertyName="destinationName", propertyValue="jms/QueueResponse"), @ActivationConfigProperty( propertyName = "destinationType", propertyValue = "javax.jms.Queue" )}, messageListenerInterface = javax.jms.MessageListener.class ) When I try to deploy the MDB in Geronimo or WASCE, throws an exception Unable to create activation spec: No setter found for the activation spec properties: [connectionFactoryJndiName, destinationName] Any suggestions? Thanks. -- View this message in context: http://www.nabble.com/Geronimo%3A-connectionFactoryJndiName-not-recognized-in-MDB-EJB-3.0-tp21674243s134p21674243.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.