So, I was having a problem with the following xsd: http://cxf.apache.org/schemas/policy-config.xsd
It turns out that the actual schema file included in cxf-2.0.3-incubator.jar is not policy-config.xsd but policy.xsd All of the examples in the CXF user's guide should be changed to use the correct namespace and xsd file. For example, this page contains references to policy-config.xsd: http://cwiki.apache.org/CXF20DOC/wspconfiguration.html Thanks for your help, Paul CMoesel wrote: > > Hi Paul, > > Since CXF is still in the incubator, we cannot yet host the schemas at > cxf.apache.org (but we hope to in the future!). > > You can access all of the schemas from the classpath (assuming the > proper CXF jars are in the classpath). Please see the following page > for a detailed explanation and listing of all the schemas: > http://cwiki.apache.org/CXF20DOC/schemas-and-namespaces.html > > -Chris > > -----Original Message----- > From: paul.freeman [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 27, 2007 8:57 AM > To: [email protected] > Subject: Is cxf.apache.org down!? > > > I can't get to the schemas, or any directory on this server! > > If anyone reads this who might be able to shed some light or point me to > the > correct locations for: > http://cxf.apache.org/schemas/policy-config.xsd > http://cxf.apache.org/schemas/core.xsd > > or any other xsd's that were located on cxf.apache.org! > -- > View this message in context: > http://www.nabble.com/Is-cxf.apache.org-down%21--tf4881912.html#a1397128 > 4 > Sent from the cxf-dev mailing list archive at Nabble.com. > > > -- View this message in context: http://www.nabble.com/Is-cxf.apache.org-down%21--tf4881912.html#a13972839 Sent from the cxf-dev mailing list archive at Nabble.com.
