From open-jpa-dev-return-2256-apmail-incubator-open-jpa-dev-archive=incubator.apache.org@incubator.apache.org Sat Feb 17 17:17:27 2007 Return-Path: Delivered-To: apmail-incubator-open-jpa-dev-archive@locus.apache.org Received: (qmail 85345 invoked from network); 17 Feb 2007 17:17:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Feb 2007 17:17:26 -0000 Received: (qmail 2855 invoked by uid 500); 17 Feb 2007 17:17:34 -0000 Delivered-To: apmail-incubator-open-jpa-dev-archive@incubator.apache.org Received: (qmail 2835 invoked by uid 500); 17 Feb 2007 17:17:34 -0000 Mailing-List: contact open-jpa-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: open-jpa-dev@incubator.apache.org Delivered-To: mailing list open-jpa-dev@incubator.apache.org Received: (qmail 2826 invoked by uid 99); 17 Feb 2007 17:17:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Feb 2007 09:17:34 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Feb 2007 09:17:25 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7D1AE7141E5 for ; Sat, 17 Feb 2007 09:17:05 -0800 (PST) Message-ID: <9818310.1171732625494.JavaMail.jira@brutus> Date: Sat, 17 Feb 2007 09:17:05 -0800 (PST) From: "Florent BENOIT (JIRA)" To: open-jpa-dev@incubator.apache.org Subject: [jira] Updated: (OPENJPA-148) Parsing exception while using an "exploded" archive In-Reply-To: <31938683.1171489565494.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/OPENJPA-148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Florent BENOIT updated OPENJPA-148: ----------------------------------- Attachment: debug_traces_filemode_working.txt Add debug traces for the same classes packaged in a .jar file and that is working. > Parsing exception while using an "exploded" archive > --------------------------------------------------- > > Key: OPENJPA-148 > URL: https://issues.apache.org/jira/browse/OPENJPA-148 > Project: OpenJPA > Issue Type: Bug > Components: jpa > Environment: Sun JDK 5.0 / EasyBeans / OpenJPA snapshot 0.9.7 > Reporter: Florent BENOIT > Attachments: debug_traces_directorymode.txt, debug_traces_filemode_working.txt, stacktrace-error.txt, steps.txt > > > This happens when using OpenJPA as persistence provider for the EasyBeans ObjectWeb container. > The error is happening with "exploded" archive. > Exploded means that there is a directory, named "entitybean.jar" with a folder META-INF which contains a file named persistence.xml, and other directories/files for the classes. > It seems that when using this mode, OpenJPA is trying to parse the directory inputstream (which is failing). > This exception is not occuring if a jar file is used instead of the "exploded" mode, but the exploded mode is the default mode for EasyBeans. > Note also that this exception don't occur by using Hibernate Entity Manager or Oracle TopLink Essentials as persistence provider. > I will attach to this issue a stack trace (with the exploded directory) which fails and at the end with a jar file (which work) > And 4 steps used to reproduce this problem -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.