Re: cxf.apache.org down?

2008-04-22 Thread Willem Jiang

You can get the CXF schema information here [1]

[1] http://cwiki.apache.org/CXF20DOC/schemas-and-namespaces.html

Willem
toddmcgrath wrote:

Hi everybody,

I'm getting validation errors on app startup with a CXF client.  I'm
assuming it's because http://cxf.apache.org/ is down?

This is probably an elementary question, but I couldn't find an answer in
the docs and the one mailing list post I found seemed like much work to
change the paths.  Also, in the aforementioned post, the schemaLocation
paths will be hardcoded which will be different when moving to production.

Can we specify the location of xsd files to search the classpath/jar file?

Thoughts and/or ideas?  



http://www.springframework.org/schema/beans";
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  xmlns:sec="http://cxf.apache.org/configuration/security";
  xmlns:http="http://cxf.apache.org/transports/http/configuration";
  xsi:schemaLocation="
  http://cxf.apache.org/configuration/security
  http://cxf.apache.org/schemas/configuration/security.xsd
  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";>





   
name="{http://fedex.com/ws/ship/v3}ShipServicePort.http-conduit";>
   
   
   



Thanks in advance (and apologies if I'm missing an easy answer),
Todd


-
--
Todd McGrath
http://www.supergloo.com http://www.supergloo.com 
612 843-1055
  




Re: cxf.apache.org down?

2008-04-22 Thread Glen Mazza

Todd, I think the problem is that you are not doing enough of those "http://www.jroller.com/gmazza/date/20080417#WFstep8

HTH,
Glen



toddmcgrath wrote:
> 
> Hi everybody,
> 
> I'm getting validation errors on app startup with a CXF client.  I'm
> assuming it's because http://cxf.apache.org/ is down?
> 
> This is probably an elementary question, but I couldn't find an answer in
> the docs and the one mailing list post I found seemed like much work to
> change the paths.  Also, in the aforementioned post, the schemaLocation
> paths will be hardcoded which will be different when moving to production.
> 
> Can we specify the location of xsd files to search the classpath/jar file?
> 
> Thoughts and/or ideas?  
> 
> 
> http://www.springframework.org/schema/beans";
>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>   xmlns:sec="http://cxf.apache.org/configuration/security";
>   xmlns:http="http://cxf.apache.org/transports/http/configuration";
>   xsi:schemaLocation="
>   http://cxf.apache.org/configuration/security
>   http://cxf.apache.org/schemas/configuration/security.xsd
>   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";>
> 
> 
>   
>   
> 
> name="{http://fedex.com/ws/ship/v3}ShipServicePort.http-conduit";>
>    
>
>
> 
> 
> 
> Thanks in advance (and apologies if I'm missing an easy answer),
> Todd
> 
> 

-- 
View this message in context: 
http://www.nabble.com/cxf.apache.org-down--tp16825366p16825407.html
Sent from the cxf-user mailing list archive at Nabble.com.



cxf.apache.org down?

2008-04-22 Thread toddmcgrath

Hi everybody,

I'm getting validation errors on app startup with a CXF client.  I'm
assuming it's because http://cxf.apache.org/ is down?

This is probably an elementary question, but I couldn't find an answer in
the docs and the one mailing list post I found seemed like much work to
change the paths.  Also, in the aforementioned post, the schemaLocation
paths will be hardcoded which will be different when moving to production.

Can we specify the location of xsd files to search the classpath/jar file?

Thoughts and/or ideas?  


http://www.springframework.org/schema/beans";
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  xmlns:sec="http://cxf.apache.org/configuration/security";
  xmlns:http="http://cxf.apache.org/transports/http/configuration";
  xsi:schemaLocation="
  http://cxf.apache.org/configuration/security
  http://cxf.apache.org/schemas/configuration/security.xsd
  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";>





   http://fedex.com/ws/ship/v3}ShipServicePort.http-conduit";>
   
   
   



Thanks in advance (and apologies if I'm missing an easy answer),
Todd


-
--
Todd McGrath
http://www.supergloo.com http://www.supergloo.com 
612 843-1055
-- 
View this message in context: 
http://www.nabble.com/cxf.apache.org-down--tp16825366p16825366.html
Sent from the cxf-user mailing list archive at Nabble.com.