Return-Path: Delivered-To: apmail-openejb-users-archive@www.apache.org Received: (qmail 70343 invoked from network); 23 Feb 2011 15:18:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Feb 2011 15:18:26 -0000 Received: (qmail 81983 invoked by uid 500); 23 Feb 2011 15:18:26 -0000 Delivered-To: apmail-openejb-users-archive@openejb.apache.org Received: (qmail 81758 invoked by uid 500); 23 Feb 2011 15:18:22 -0000 Mailing-List: contact users-help@openejb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@openejb.apache.org Delivered-To: mailing list users@openejb.apache.org Received: (qmail 81749 invoked by uid 99); 23 Feb 2011 15:18:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Feb 2011 15:18:20 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=FREEMAIL_FROM,SPF_NEUTRAL,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 216.139.236.26 is neither permitted nor denied by domain of cristi.cioriia@gmail.com) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Feb 2011 15:18:15 +0000 Received: from joe.nabble.com ([192.168.236.151]) by sam.nabble.com with esmtp (Exim 4.69) (envelope-from ) id 1PsGTT-0003Y2-2C for users@openejb.apache.org; Wed, 23 Feb 2011 07:17:55 -0800 Date: Wed, 23 Feb 2011 07:17:55 -0800 (PST) From: cristic83 To: users@openejb.apache.org Message-ID: <1298474275061-3321159.post@n4.nabble.com> In-Reply-To: <1298388850658-3319390.post@n4.nabble.com> References: <1298388850658-3319390.post@n4.nabble.com> Subject: Re: MDB with quartz and jms MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I have discovered that the error appeared because there was one MDB which contained the jboss specific dLQMaxResent property. The only was I was able to solve this is by commenting out the property in question, although I would have prefered to specify my own activationspec class in the ra.xml instead of the default JobSpec class. Nevertheless, now I have another problem: following the secutiry example from the test, I created in my test case a stateless bean named ManagerBean which is anotated with RunAs("Manager"). I have also added an empty ejb-jar.xml in src/test/resources/META-INF so that the META-INF file contains now 2 files: the ejb-jar.xml and the ra.xml. The problem is that the ManagerBean is not discovered by openejb and when I look it up in the context I get a NameNotFoundException: Name "ManagerBeanLocal" not found. Any idea why this might happen? -- View this message in context: http://openejb.979440.n4.nabble.com/MDB-with-quartz-and-jms-tp3319390p3321159.html Sent from the OpenEJB User mailing list archive at Nabble.com.