Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 29460 invoked from network); 8 Dec 2010 05:50:24 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Dec 2010 05:50:24 -0000 Received: (qmail 54658 invoked by uid 500); 8 Dec 2010 05:50:24 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 54553 invoked by uid 500); 8 Dec 2010 05:50:24 -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 54539 invoked by uid 99); 8 Dec 2010 05:50:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Dec 2010 05:50:23 +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; Wed, 08 Dec 2010 05:50:22 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oB85o29h011365 for ; Wed, 8 Dec 2010 05:50:02 GMT Message-ID: <19815856.10021291787402478.JavaMail.jira@thor> Date: Wed, 8 Dec 2010 00:50:02 -0500 (EST) From: "Freeman Fang (JIRA)" To: issues@cxf.apache.org Subject: [jira] Assigned: (CXF-3095) Jax WS - Schema Locations are ignored since CXF-2851 was implemented In-Reply-To: <5451215.93181288152383326.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-3095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Freeman Fang reassigned CXF-3095: --------------------------------- Assignee: Freeman Fang > Jax WS - Schema Locations are ignored since CXF-2851 was implemented > -------------------------------------------------------------------- > > Key: CXF-3095 > URL: https://issues.apache.org/jira/browse/CXF-3095 > Project: CXF > Issue Type: Bug > Affects Versions: 2.2.10, 2.2.11 > Environment: running in tomcat 6 > Reporter: Patrick Leamon > Assignee: Freeman Fang > Fix For: NeedMoreInfo > > Attachments: wsVal.zip > > > I'm having very odd schema validation issues since moving from cxf 2.0.11 to cxf 2.2.10. > The beans.xml I'm using to configure the web service looks something like: > {code:xml} > implementor="com.blah.LocationServiceImpl" > address="/services/location"> > > > > > classpath:xsd/common-types.xsd > classpath:xsd/location-types..xsd > classpath:xsd/location-service.xsd > > > {code} > The first five requests that I send to this web service function correctly. Any further requests result in: > Unmarshalling Error: cvc-elt.1: Cannot find the declaration of element 'ns1:locationElement' > Previously in 2.0.11 this was working fine, regardless of the number of requests being sent. > *edit* Reverting to 2.2.9 works perfectly. It looks like the code path that reads in schemaLocations was disabled by the fix to CXF-2851. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.