Return-Path: Delivered-To: apmail-openejb-commits-archive@www.apache.org Received: (qmail 58207 invoked from network); 11 Oct 2008 14:44:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Oct 2008 14:44:05 -0000 Received: (qmail 10855 invoked by uid 500); 11 Oct 2008 14:44:05 -0000 Delivered-To: apmail-openejb-commits-archive@openejb.apache.org Received: (qmail 10844 invoked by uid 500); 11 Oct 2008 14:44:04 -0000 Mailing-List: contact commits-help@openejb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openejb.apache.org Delivered-To: mailing list commits@openejb.apache.org Received: (qmail 10835 invoked by uid 99); 11 Oct 2008 14:44:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Oct 2008 07:44:04 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Oct 2008 14:43:07 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6210D234C218 for ; Sat, 11 Oct 2008 07:43:44 -0700 (PDT) Message-ID: <1633112195.1223736224400.JavaMail.jira@brutus> Date: Sat, 11 Oct 2008 07:43:44 -0700 (PDT) From: "Franz Allan Valencia See (JIRA)" To: commits@openejb.apache.org Subject: [jira] Updated: (OPENEJB-922) Almost all TestCases of the Example projects throw a NameNotFoundException In-Reply-To: <12921635.1223606444441.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/OPENEJB-922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Franz Allan Valencia See updated OPENEJB-922: --------------------------------------------- Description: The following test cases fail due to a NameNotFoundExeption: * component-interfaces * custom-injection * ejb-examples * helloworld-weblogic * injection-of-datasource * injection-of-ejbs * injection-of-entitymanager * injection-of-env-entry * jpa-hibernate * simple-stateful * simple-stateless * telephone-stateful * testing-security * testing-transactions However, the interceptors example seem to work, and the difference seems to be this line ... properties.setProperty("openejb.deployments.classpath.include", ".*interceptors/target/classes.*"); ... was: The following test cases fail due to a {{NameNotFoundExeption}}: * {{component-interfaces}} * {{custom-injection}} * {{ejb-examples}} * {{helloworld-weblogic}} * {{injection-of-datasource}} * {{injection-of-ejbs}} * {{injection-of-entitymanager}} * {{injection-of-env-entry}} * {{jpa-hibernate}} * {{simple-stateful}} * {{simple-stateless}} * {{telephone-stateful}} * {{testing-security}} * {{testing-transactions}} However, the {{interceptors}} example seem to work, and the difference seems to be this line {code:title=org/superbiz/interceptors/FullyInterceptedTest.java} ... properties.setProperty("openejb.deployments.classpath.include", ".*interceptors/target/classes.*"); ... {code} > Almost all TestCases of the Example projects throw a NameNotFoundException > -------------------------------------------------------------------------- > > Key: OPENEJB-922 > URL: https://issues.apache.org/jira/browse/OPENEJB-922 > Project: OpenEJB > Issue Type: Bug > Components: examples > Affects Versions: 3.0 > Environment: Maven version: 2.0.8 > Java version: 1.5.0_15 > OS name: "linux" version: "2.6.24-19-generic" arch: "i386" Family: "unix" > Reporter: Franz Allan Valencia See > > The following test cases fail due to a NameNotFoundExeption: > * component-interfaces > * custom-injection > * ejb-examples > * helloworld-weblogic > * injection-of-datasource > * injection-of-ejbs > * injection-of-entitymanager > * injection-of-env-entry > * jpa-hibernate > * simple-stateful > * simple-stateless > * telephone-stateful > * testing-security > * testing-transactions > However, the interceptors example seem to work, and the difference seems to be this line > ... > properties.setProperty("openejb.deployments.classpath.include", ".*interceptors/target/classes.*"); > ... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.