Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 87279 invoked from network); 20 Dec 2008 16:18:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Dec 2008 16:18:11 -0000 Received: (qmail 65202 invoked by uid 500); 20 Dec 2008 16:18:11 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 65186 invoked by uid 500); 20 Dec 2008 16:18:11 -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 65175 invoked by uid 99); 20 Dec 2008 16:18:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Dec 2008 08:18:11 -0800 X-ASF-Spam-Status: No, hits=-1999.8 required=10.0 tests=ALL_TRUSTED,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Dec 2008 16:18:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 51C63234C403 for ; Sat, 20 Dec 2008 08:17:44 -0800 (PST) Message-ID: <1695900700.1229789864330.JavaMail.jira@brutus> Date: Sat, 20 Dec 2008 08:17:44 -0800 (PST) From: "Freeman Fang (JIRA)" To: issues@cxf.apache.org Subject: [jira] Assigned: (CXF-1666) org.apache.cxf.databinding.AbstractDataBinding.class, ws-addressing and offline workstation In-Reply-To: <715141819.1214319285127.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CXF-1666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Freeman Fang reassigned CXF-1666: --------------------------------- Assignee: Freeman Fang > org.apache.cxf.databinding.AbstractDataBinding.class, ws-addressing and offline workstation > ------------------------------------------------------------------------------------------- > > Key: CXF-1666 > URL: https://issues.apache.org/jira/browse/CXF-1666 > Project: CXF > Issue Type: Bug > Affects Versions: 2.1.1 > Environment: Used in servicemix during the creation of a webservice > Reporter: Brice > Assignee: Freeman Fang > > Hi all, > Actually I am using CXF in Apache servicemix and I have a problem when I want to use a proxy. This "proxy" is some kind of webservice client created thanks to an annotated class. > In this annotated class I am using wsaddressing classes either JAXWS compliant (javax.xml.ws.addressing.W3CEnpointReference) or CXF (org.apache.cxf.addressing.EndpointReferenceType). > I work on an offline computer and I have an error during the creation of the proxy (done by spring) > I found the problem: it changes the schemaLocation (ws-addr.xsd) and gives an internet address http://www.w3.org/2006/03/addressing/ws-addr.xsd > As I can't access internet, it crashes, in debug mode I changed ("hot change") the value to ws-addr.xsd (my file) and it works. > Is there another solution such as put the ws-addr somewhere in an archive/resource folder that can be automatically detect? > TY > Brice > ------------------------------------------------------------------------------------------------------------------------------------- > I have already posted on servicemix forum: > http://www.nabble.com/CXF-SE%3A-Error-during-the-creation-of-proxy-ts17819062.html > If you need more information, but in fact I was quite wrong at the beginning... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.