JNec / sipservlets

Automatically exported from code.google.com/p/sipservlets
0 stars 0 forks source link

Tomcat 7 don't support JavaEE xmlNamespace #167

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Deploying 
http://code.google.com/p/sipservlets/source/browse/sip-servlets-examples/call-bl
ocking/src/main/sipapp/WEB-INF/sip.xml?name=release-1.7.0.FINAL fails on Tomcat 
7

Original issue reported on code.google.com by jean.deruelle on 28 Sep 2012 at 1:09

GoogleCodeExporter commented 8 years ago
Property has changed location it is now located in context.xml. See 
http://tomcat.apache.org/migration-7.html however when enabling that prop the 
app-name is not detected

XML validation
The configuration of XML validation has been simplified. The xmlValidation and 
xmlNamespaceAware attributes have been removed from the Host element. These 
attributes, along with tldValidation and tldNamespaceAware, are now set per 
Context element. The defaults (false for each attribute) have not been changed. 
However, in line with the requirements of the Servlet specification, if the 
org.apache.catalina.STRICT_SERVLET_COMPLIANCE system property is set to true, 
XML validation and namespace awareness will be enabled by default.

Original comment by jean.deruelle on 14 Feb 2013 at 4:29

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 1a52e6d1d987.

Fix + add context file to call blocking application for tomcat 7

Original comment by jean.deruelle on 14 Feb 2013 at 5:09

GoogleCodeExporter commented 8 years ago
This issue was updated by revision f4acfe8b7633.

Backport to master

Fix + add context file to call blocking application for tomcat 7
(cherry picked from commit 1a52e6d1d98717f454023ae1d54cf49c8dec7611)

Original comment by jean.deruelle on 14 Feb 2013 at 5:10

GoogleCodeExporter commented 8 years ago

Original comment by jean.deruelle on 14 Feb 2013 at 5:10

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 3383f89be148.

Forgot one file to the git index

Original comment by jean.deruelle on 19 Feb 2013 at 11:24

GoogleCodeExporter commented 8 years ago

Original comment by jean.deruelle on 5 Jul 2013 at 12:47