Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CAAB518DF4 for ; Thu, 17 Mar 2016 12:43:33 +0000 (UTC) Received: (qmail 88405 invoked by uid 500); 17 Mar 2016 12:43:33 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 88363 invoked by uid 500); 17 Mar 2016 12:43:33 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 88348 invoked by uid 99); 17 Mar 2016 12:43:33 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Mar 2016 12:43:33 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 714F42C1F56 for ; Thu, 17 Mar 2016 12:43:33 +0000 (UTC) Date: Thu, 17 Mar 2016 12:43:33 +0000 (UTC) From: "Grzegorz Grzybek (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CXF-5193) Support fixed data type MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CXF-5193?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D151994= 30#comment-15199430 ]=20 Grzegorz Grzybek commented on CXF-5193: --------------------------------------- [~weberjn], [~dkulp], I checked with 3.1.5 and got: {noformat} $ idl2wsdl fixed.idl=20 $ wsdlvalidator fixed.wsdl=20 WSIBP Validator found <{http://cxf.apache.org/bindings/corba/idl/fixed}fixe= ds.FunctionTestCORBABinding> is NOT a SOAP binding WSDLValidator Error : org.xml.sax.SAXParseException; schema_reference: Fail= ed to read schema document 'xml.xsd', because 'file' access is not allowed = due to restriction set by the accessExternalSchema property.=20 {noformat} [~weberjn], you can always use: {code:java} module fixeds=20 { typedef fixed<5,2> f; struct FixedStruct { f oddFixed; // 123.67 }; =20 interface FunctionTest=20 { FixedStruct testFixeds(in FixedStruct aFixedStruct); }; }; =20 {code} But I have a fix for anonymous fixed types: https://github.com/apache/cxf/p= ull/123 > Support fixed data type > ----------------------- > > Key: CXF-5193 > URL: https://issues.apache.org/jira/browse/CXF-5193 > Project: CXF > Issue Type: Improvement > Components: CORBA Binding > Affects Versions: 2.7.6 > Reporter: J=C3=BCrgen Weber > Attachments: fixed.idl > > > Looks like the data type fixed is not supported: > linda:/idl/functiontest /projekte/apache-cxf-2.7.6/bin/idl2wsdl fixed.idl > linda:/idl/functiontest /projekte/apache-cxf-2.7.6/bin/wsdlvalidator fixe= d.wsdl > WSIBP Validator found <{http://cxf.apache.org/bindings/corba/idl/fixed}fi= xeds.FunctionTestCORBABinding> is NOT a SOAP binding > WSDLValidator Error : > line 15 column 48 of file:/projekte/temp/idl/functiontest/fixed.wsdl: Dup= licate key value [fixeds.FixedStruct] declared for identity constraint of e= lement "schema". -- This message was sent by Atlassian JIRA (v6.3.4#6332)