Return-Path: X-Original-To: apmail-tomee-commits-archive@www.apache.org Delivered-To: apmail-tomee-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 582F911031 for ; Wed, 10 Sep 2014 19:52:34 +0000 (UTC) Received: (qmail 85042 invoked by uid 500); 10 Sep 2014 19:52:34 -0000 Delivered-To: apmail-tomee-commits-archive@tomee.apache.org Received: (qmail 85009 invoked by uid 500); 10 Sep 2014 19:52:34 -0000 Mailing-List: contact commits-help@tomee.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tomee.apache.org Delivered-To: mailing list commits@tomee.apache.org Received: (qmail 84993 invoked by uid 500); 10 Sep 2014 19:52:34 -0000 Delivered-To: apmail-openejb-commits@openejb.apache.org Received: (qmail 84990 invoked by uid 99); 10 Sep 2014 19:52:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Sep 2014 19:52:34 +0000 Date: Wed, 10 Sep 2014 19:52:34 +0000 (UTC) From: "Jonathan Gallimore (JIRA)" To: commits@openejb.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (TOMEE-1342) OutputGeneratedDescriptors doesn't output complete ejb-jar.xml MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/TOMEE-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Gallimore updated TOMEE-1342: -------------------------------------- Attachment: tomee-1342.diff Proposed patch for the tomee-1.7.x branch > OutputGeneratedDescriptors doesn't output complete ejb-jar.xml > -------------------------------------------------------------- > > Key: TOMEE-1342 > URL: https://issues.apache.org/jira/browse/TOMEE-1342 > Project: TomEE > Issue Type: Bug > Affects Versions: 1.7.0 > Reporter: Jonathan Gallimore > Assignee: Jonathan Gallimore > Priority: Minor > Fix For: 2.0.0, 1.7.1 > > Attachments: tomee-1342.diff > > > Under certain circumstances the OutputGeneratedDescriptors functionality does not work correctly with the ejb-jar.xml being truncated after writing the tag. The appears to be caused by the serializer not allowing subclasses of SessionBean (such as StatelessBean, SingletonBean etc). -- This message was sent by Atlassian JIRA (v6.3.4#6332)