Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 29930 invoked from network); 26 Aug 2010 08:44:21 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 Aug 2010 08:44:21 -0000 Received: (qmail 21251 invoked by uid 500); 26 Aug 2010 08:44:21 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 21133 invoked by uid 500); 26 Aug 2010 08:44:18 -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 21107 invoked by uid 99); 26 Aug 2010 08:44:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Aug 2010 08:44:17 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Aug 2010 08:44:17 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7Q8hs7h002445 for ; Thu, 26 Aug 2010 08:43:55 GMT Message-ID: <33441143.1501282812234582.JavaMail.jira@thor> Date: Thu, 26 Aug 2010 04:43:54 -0400 (EDT) From: "Christian Kerschenbauer (JIRA)" To: issues@cxf.apache.org Subject: [jira] Closed: (CXF-2956) Eclipse validation error when using http-conf.xsd In-Reply-To: <24252525.553141282717278259.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CXF-2956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Kerschenbauer closed CXF-2956. ---------------------------------------- Resolution: Fixed After another Eclipse restart, Project clean and build the error seems to be gone. Strange. > Eclipse validation error when using http-conf.xsd > ------------------------------------------------- > > Key: CXF-2956 > URL: https://issues.apache.org/jira/browse/CXF-2956 > Project: CXF > Issue Type: Bug > Components: Resources > Affects Versions: 2.2.10 > Environment: Spring-2.5.6, cxf-2.2.10, Eclipse 3.6, Eclipse WTP > Reporter: Christian Kerschenbauer > > We are getting an validation error when using the http-conf.xsd in our application. To isolate the problem I imported the "wsdl_first_https" project into eclipse. The validation error occurs even there. Just open the file "InsecureClient.xml", right click and choose validate. > Error Message: > Referenced file contains errors (jar:file:/D:/eclipse-helios/plugins/org.eclipse.wst.standard.schemas_1.0.300.v201004110600.jar!/dtds/strict.dtd). For more information, right click on the message in the Problems View and select "Show Details..." InsecureClient.xml /wsdl_first_https/src/demo/hw_https/client line 1 XML Problem > Show Details message: The declaration for the entity "ContentType" must end with '>'. > Excerpt from file InsecureClient.xml: > {code:xml} > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xmlns:http="http://cxf.apache.org/transports/http/configuration" > xsi:schemaLocation=" > http://cxf.apache.org/transports/http/configuration http://cxf.apache.org/schemas/configuration/http-conf.xsd > http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd"> > > > > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.