I am observing following error for view.xml file used by org.springframework.web.servlet.view.XmlViewResolv er
Caused by: org.springframework.beans.factory.xml.XmlBeanDefin itionStoreException: Line 1 in XML document from OSGi resource[classpath:/META-INF/spring/view.xml|bnd.id=93|
... 16 more
Caused by: org.xml.sax.SAXParseException: cvc-elt.1: Cannot find the declaration of element 'beans'.
this error occures only when Spring Server doesn't have connection to internet (so schema definnition cannot be downolade via http). the problem occurs only for view.xml. context-*.xml file's loaders are able to work without network connection.
Is that issue related to Spring Server, Dynamic Modules or framework ?
Is there any chance to solve this issue ?



