Hello Michael,

there is an old related question in stack overflow.

http://stackoverflow.com/questions/1729307/spring-schemalocation-fails-when-there-is-no-internet-connection
 
<http://stackoverflow.com/questions/1729307/spring-schemalocation-fails-when-there-is-no-internet-connection>

if you can manipulate your .xsd files you may add classpath before your 
location e.g.
classpath:spring-context-2.1.xsd
in this case the local xsd file will be used. 
(As far as I understand this problem :)

So maybe in your case this helps.

Christian




> Am 11.07.2016 um 17:19 schrieb Michael Täschner <m.taesch...@gmail.com>:
> 
> Hi,
> 
> I have run into the same issue with ServiceMix 6.1.2 / Karaf 3.0.7 and added 
> a comment to the referenced jira issue. As we are operating our containers in 
> a backbone environment there is no internet access available, which makes 
> this issue critical for us. Strangely enough the referenced schema is located 
> in cxf-core/schemas/configuration/parameterized-types.xsd but is not read 
> from there ?!
> 
> Best Regards,
> Michael
> 
> 2016-07-06 15:46 GMT+02:00 kotoole <kevin.j.oto...@gmail.com 
> <mailto:kevin.j.oto...@gmail.com>>:
> I am using felix.
> 
> 
> 
> --
> View this message in context: 
> http://karaf.922171.n3.nabble.com/Problems-with-Karaf-4-0-5-vs-Karaf-4-0-4-tp4047129p4047134.html
>  
> <http://karaf.922171.n3.nabble.com/Problems-with-Karaf-4-0-5-vs-Karaf-4-0-4-tp4047129p4047134.html>
> Sent from the Karaf - User mailing list archive at Nabble.com.
> 

Reply via email to