Return-Path: Delivered-To: apmail-cxf-users-archive@www.apache.org Received: (qmail 81356 invoked from network); 14 Jan 2010 12:38:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Jan 2010 12:38:15 -0000 Received: (qmail 9819 invoked by uid 500); 14 Jan 2010 12:38:14 -0000 Delivered-To: apmail-cxf-users-archive@cxf.apache.org Received: (qmail 9720 invoked by uid 500); 14 Jan 2010 12:38:14 -0000 Mailing-List: contact users-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@cxf.apache.org Delivered-To: mailing list users@cxf.apache.org Received: (qmail 9709 invoked by uid 99); 14 Jan 2010 12:38:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jan 2010 12:38:14 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bimargulies@gmail.com designates 209.85.219.221 as permitted sender) Received: from [209.85.219.221] (HELO mail-ew0-f221.google.com) (209.85.219.221) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jan 2010 12:38:05 +0000 Received: by ewy21 with SMTP id 21so1034371ewy.2 for ; Thu, 14 Jan 2010 04:37:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=bhKxoB8FyvtQmDMW6a/X4zIXyjU5YVYMDrIlTGwOs8M=; b=IBrj/bEXBQNsrMuNxO+psBnxp2RbMSJPe5lvbhOcjMMILd0lbs4tQSpFiU1S74C1UF G0L9SrkHtLzGsxjYOTH47BODDmg77tn/oFxwJtNCbkzkrDcLbqhIpCZe709hBJSMKA2x ZkBCIDqvnkmmvcZSWuCOZENsMFU7kn6U2WVoU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=kfi4esNoxadQqDDIPghsGYrtexcyCg0lMuxW9vh6qFDxGCxhc8IGCH5LiN3AAyg5ZB EzNvy+2fXGzq5lhIC9r2NWl3IKztpZj99ItdZUL/+LPmBSZqaCO+MIa/LOfKaqdMXujn ukgBuwtRLQ48nmB6fpLBPglcm+v0hlL67BPCE= MIME-Version: 1.0 Received: by 10.216.90.11 with SMTP id d11mr243744wef.187.1263472663781; Thu, 14 Jan 2010 04:37:43 -0800 (PST) In-Reply-To: References: Date: Thu, 14 Jan 2010 07:37:43 -0500 Message-ID: <61b5d9411001140437o314e73d0t202c81de7ec0c5b4@mail.gmail.com> Subject: Re: [DOSGi] Aegis mapping From: Benson Margulies To: users@cxf.apache.org Content-Type: text/plain; charset=UTF-8 As the often Aegis maintainer, I have admit that I'm not good with OSGi. Can you possibly model this outside first? On Thu, Jan 14, 2010 at 6:02 AM, Alexander Broekhuis wrote: > Hi All, > > I have a problem with DOSGi and custom data types. In my code I use generics > at some point. This generic type is wrapped in a simple class with a getter > and setter. For this type, the wsdl contains a complextype with an anyType > for the content (the generic type). > > How can I map the generic types so they show up in the WSDL? > > The following posts basically ask the same: > http://www.mail-archive.com/users@cxf.apache.org/msg08812.html > http://old.nabble.com/-DOSGI---how-to-add-properties-to--AegisContext-statically--td24497508.html > > I tried creating either a spring file, and a mapping file. But somehow this > does not work. > > How can I do this, and where do I have to put the mapping or context file? > > TiA! > > -- > Met vriendelijke groet, > > Alexander Broekhuis >