Return-Path: Delivered-To: apmail-cxf-users-archive@www.apache.org Received: (qmail 46380 invoked from network); 24 Apr 2008 07:51:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Apr 2008 07:51:06 -0000 Received: (qmail 66813 invoked by uid 500); 24 Apr 2008 07:51:07 -0000 Delivered-To: apmail-cxf-users-archive@cxf.apache.org Received: (qmail 66344 invoked by uid 500); 24 Apr 2008 07:51:07 -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 66333 invoked by uid 500); 24 Apr 2008 07:51:06 -0000 Delivered-To: apmail-incubator-cxf-user@incubator.apache.org Received: (qmail 66330 invoked by uid 99); 24 Apr 2008 07:51:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Apr 2008 00:51:06 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG,WHOIS_NETSOLPR X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Apr 2008 07:50:11 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1JowDv-00085F-Mr for cxf-user@incubator.apache.org; Thu, 24 Apr 2008 00:50:31 -0700 Message-ID: <16846489.post@talk.nabble.com> Date: Thu, 24 Apr 2008 00:50:31 -0700 (PDT) From: Adrian C To: cxf-user@incubator.apache.org Subject: Re: jaxws binding issue In-Reply-To: <16823731.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: adrian.corcoran@gmail.com References: <16823731.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Has no one come across an issue similar to this - am lead to believe its a bug in the wsdl2java tooling as I can get this to work with wsimport! Adrian C wrote: > > I am having some problems with jaxw binding customizations. > > The first problem that I am having is mixing a globalBindings definition > with a bindings - the global bindings seems to be ignored. For the example > below if I use it as is, I only get my typesafeEnumClass generated. My > instances of XMLGregorianCalendar are not replaced with java.util.Date. > However, if I remove the jaxb:bindings node then the global binding works > fine. Can anyone shed any light on this? > > The other issue I have is if I have in-lined customizations and external > customizations I cam getting an error reporting inconsistencies - anyone > ever had this issue and resolved it? > > This has all been doing my nut in - so any help would be appreciated! > > xmlns:jaxws="http://java.sun.com/xml/ns/jaxws" > xmlns:xsd="http://www.w3.org/2001/XMLSchema" > xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" > xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" version="2.0"> > > node="wsdl:definitions/wsdl:types/xsd:schema[@targetNamespace='http://www.test.com/ws/de']"> > > > parseMethod="org.apache.cxf.tools.common.DataTypeAdapter.parseDate" > printMethod="org.apache.cxf.tools.common.DataTypeAdapter.printDate" /> > > > > > > > > > > > > > Thanks > -- View this message in context: http://www.nabble.com/jaxws-binding-issue-tp16823731p16846489.html Sent from the cxf-user mailing list archive at Nabble.com.