Re: Running CXF on a server that don't have an internet connection

2009-09-04 Thread Thomas Manson
Hi Daniel, It's the version 2.2.2. Thomas. On Thu, Sep 3, 2009 at 23:06, Daniel Kulp wrote: > > > Hmm... What version of CXF? We already have that line in our > spring.schemas > file: > ./api/target/schemas/META-INF/spring.schemas: > > http\://schemas.xmlsoap.org/wsdl/2003-02-11.xsd=schem

Re: Running CXF on a server that don't have an internet connection

2009-09-03 Thread Daniel Kulp
Hmm... What version of CXF? We already have that line in our spring.schemas file: ./api/target/schemas/META-INF/spring.schemas: http\://schemas.xmlsoap.org/wsdl/2003-02-11.xsd=schemas/wsdl/wsdl.xsd and that wsdl.xsd in our jar.Not sure why it wouldn't have been picked up. Dan On Thu S

Re: Running CXF on a server that don't have an internet connection

2009-09-03 Thread Thomas Manson
We find a solution : Add a META-INF directory in the classpath : META-INF/ META-INF/spring.schemas META-INF/xsd META-INF/xsd/2003-02-11.xsd within spring.schemas http://schemas.xmlsoap.org/wsdl/2003-02-11.xsd=META-INF/xsd/2003-02-11.xsd and http\://schemas.xmlsoap.org/wsdl/*2003-02-11.xs

Running CXF on a server that don't have an internet connection

2009-09-02 Thread Thomas Manson
Hi, I need to run some webservices over JMS in a company. Those webservices are private to the company and for security reasons, the server that run the webservices doesn't have an internet connection, which lead to an error like this : Line 230 in XML document from class path resource [applicat