Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 87799 invoked from network); 14 Aug 2007 19:08:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Aug 2007 19:08:34 -0000 Received: (qmail 28524 invoked by uid 500); 14 Aug 2007 19:08:28 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 28500 invoked by uid 500); 14 Aug 2007 19:08:28 -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 28489 invoked by uid 99); 14 Aug 2007 19:08:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Aug 2007 12:08:28 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [208.109.78.114] (HELO smtpoutwbe03.prod.mesa1.secureserver.net) (208.109.78.114) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 14 Aug 2007 19:08:36 +0000 Received: (qmail 26784 invoked from network); 14 Aug 2007 19:07:58 -0000 Received: from unknown (HELO gem-wbe25.prod.mesa1.secureserver.net) (64.202.189.228) by smtpoutwbe03.prod.mesa1.secureserver.net with SMTP; 14 Aug 2007 19:07:58 -0000 Received: (qmail 15486 invoked by uid 99); 14 Aug 2007 19:07:58 -0000 Date: Tue, 14 Aug 2007 12:07:58 -0700 From: Mark Aufdencamp Subject: RE: Using XDoclet to generate openejb-jar.xml To: user@geronimo.apache.org Message-ID: <20070814120758.181451e9c2a7ebbcd6ae28cea81146c8.952496ad8a.wbe@email.secureserver.net> MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII User-Agent: Web-Based Email 4.10.13 X-Originating-IP: 76.202.40.253 X-Virus-Checked: Checked by ClamAV on apache.org Jonathan, I have run into this issue as well. Please see my posts from the Spring. My research revealed that the OpenEJB XDoclet implementation was indeed for version 1.0 of OpenEJB. I did not find a release for version 2.0 of OpenEJB. Not having the openejb-jar.xml mappings generated from the source did make managing my Entity Beans a little harrier. I was able to generate the ejb-jar.xml from the XDoclet annotations, but had to hand develop the openejb-jar.xml from scratch. It worked, but I'd love to be able to plug-in an XDoclet module and have the base openejb-jar.xml generated. It whould serve as an initial source for a deployment tool utilized by a Server Administrator. That enables clear seperation of developer and administrator duties, while offering codebase stability and deployment flexibility. Mark Aufdencamp Mark@Aufdencamp.com > -------- Original Message -------- > Subject: Using XDoclet to generate openejb-jar.xml > From: Jonathan Gallimore > Date: Tue, August 14, 2007 7:28 am > To: user@geronimo.apache.org > > Hi All, > > Apologies if this has been asked before, but I was wondering whether > anyone uses XDoclet to generate their openejb-jar.xml deployment > descriptors? > > Currently we're developing for JBoss 4, and are part way through getting > our app to deploy on the community edition of Websphere. The J2G > migration tool has done an excellent job of migrating our deployment > descriptors, but going forward I'd still like to add all the necessary > XML stuff for new EJBs using XDoclet rather than hand editing the > openejb-jar.xml. Having hunted around it looks like the openejb task > that comes with XDoclet is for a much older version, and only handles > session beans. > > I've started work on an xdoclet plugin that generates a basic > openejb-jar.xml for me, and I was just wondering whether I had missed an > existing tool/plugin and was just duplicating work (obviously if I > haven't and this is a useful piece of work, I'd be happy to continue and > share it). > > I'd appreciate any thoughts anyone has. > > Regards, > > Jon