Return-Path: Delivered-To: apmail-incubator-cxf-dev-archive@locus.apache.org Received: (qmail 54772 invoked from network); 31 Oct 2007 14:23:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Oct 2007 14:23:37 -0000 Received: (qmail 30777 invoked by uid 500); 31 Oct 2007 14:22:55 -0000 Delivered-To: apmail-incubator-cxf-dev-archive@incubator.apache.org Received: (qmail 30737 invoked by uid 500); 31 Oct 2007 14:22:55 -0000 Mailing-List: contact cxf-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-dev@incubator.apache.org Received: (qmail 30728 invoked by uid 99); 31 Oct 2007 14:22:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Oct 2007 07:22:55 -0700 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=SPF_SOFTFAIL X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of bim2007@basistech.com does not designate 199.88.205.99 as permitted sender) Received: from [199.88.205.99] (HELO mail.basistech.com) (199.88.205.99) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Oct 2007 14:22:59 +0000 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: How to get xsd2java to plant an @XmlRootElement on a class? Date: Wed, 31 Oct 2007 10:22:37 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: How to get xsd2java to plant an @XmlRootElement on a class? Thread-Index: AcgbyXyV2TfCXCEpR5eZpokkom9ejw== From: "Benson Margulies" To: X-Virus-Checked: Checked by ClamAV on apache.org To construct a test case, I need to set up a .XSD so that some element in there gets an @XmlRootElement annotation. Anybody know the recipe?