[
https://issues.apache.org/jira/browse/GEODE-2748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15955656#comment-15955656
]
ASF subversion and git services commented on GEODE-2748:
--------------------------------------------------------
Commit abb27b34a0c5aa382a25a5506e4bb4f32c6605c4 in geode's branch
refs/heads/develop from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=abb27b3 ]
GEODE-2748: fix xmlns to specify javaee instead of j2ee
> geode-web web.xml specifies the wrong xml namespace
> ---------------------------------------------------
>
> Key: GEODE-2748
> URL: https://issues.apache.org/jira/browse/GEODE-2748
> Project: Geode
> Issue Type: Bug
> Components: rest (admin)
> Reporter: Kirk Lund
> Assignee: Kirk Lund
>
> Here's the current content which refers to ns/j2ee:
> {noformat}
> <web-app xmlns="http://java.sun.com/xml/ns/j2ee"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
> http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
> version="3.0">
> {noformat}
> Eclipse immediately repots that this is in error (the correct namespace is
> now ns/javaee).
> Review http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd, shows that Eclipse
> is indeed correct:
> {noformat}
> <xsd:schema xmlns="http://www.w3.org/2001/XMLSchema"
> targetNamespace="http://java.sun.com/xml/ns/javaee"
> xmlns:javaee="http://java.sun.com/xml/ns/javaee"
> xmlns:xsd="http://www.w3.org/2001/XMLSchema"
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)