webtools web.xml fails to validate against the DTD (web.xml spec v2.3)
---------------------------------------------------------------------- Key: OFBIZ-2704 URL: https://issues.apache.org/jira/browse/OFBIZ-2704 Project: OFBiz Issue Type: Bug Components: framework Affects Versions: SVN trunk Environment: Glassfish v2.1 Enterprise Server Reporter: Vadiraj Deshpande Fix For: SVN trunk ===This bug was discovered as part of deployment work of OFBiz on Glassfish ()=== Glassfish deployment fails because, web.xml of webtools webapp fails to validate against the specified web.xml DTD spec . v2.3. The last <context-param> added at the end of the file is the problem. According to the DTD, <context-param> should appear before <filter> tag(s). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
[ https://issues.apache.org/jira/browse/OFBIZ-2704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12727404#action_12727404 ] Vadiraj Deshpande commented on OFBIZ-2704: ------------------------------------------ The issue that caused the discovery of this issue is https://issues.apache.org/jira/browse/OFBIZ-2374 > webtools web.xml fails to validate against the DTD (web.xml spec v2.3) > ---------------------------------------------------------------------- > > Key: OFBIZ-2704 > URL: https://issues.apache.org/jira/browse/OFBIZ-2704 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: SVN trunk > Environment: Glassfish v2.1 Enterprise Server > Reporter: Vadiraj Deshpande > Fix For: SVN trunk > > Original Estimate: 0.17h > Remaining Estimate: 0.17h > > ===This bug was discovered as part of deployment work of OFBiz on Glassfish ()=== > Glassfish deployment fails because, web.xml of webtools webapp fails to validate against the specified web.xml DTD spec . v2.3. > The last <context-param> added at the end of the file is the problem. > According to the DTD, <context-param> should appear before <filter> tag(s). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vadiraj Deshpande updated OFBIZ-2704: ------------------------------------- Attachment: web.xml patched version of web.xml of webtools webapp. which validates correctly against the specified DTD version > webtools web.xml fails to validate against the DTD (web.xml spec v2.3) > ---------------------------------------------------------------------- > > Key: OFBIZ-2704 > URL: https://issues.apache.org/jira/browse/OFBIZ-2704 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: SVN trunk > Environment: Glassfish v2.1 Enterprise Server > Reporter: Vadiraj Deshpande > Fix For: SVN trunk > > Attachments: web.xml > > Original Estimate: 0.17h > Remaining Estimate: 0.17h > > ===This bug was discovered as part of deployment work of OFBiz on Glassfish ()=== > Glassfish deployment fails because, web.xml of webtools webapp fails to validate against the specified web.xml DTD spec . v2.3. > The last <context-param> added at the end of the file is the problem. > According to the DTD, <context-param> should appear before <filter> tag(s). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato reassigned OFBIZ-2704: ---------------------------------------- Assignee: Jacopo Cappellato > webtools web.xml fails to validate against the DTD (web.xml spec v2.3) > ---------------------------------------------------------------------- > > Key: OFBIZ-2704 > URL: https://issues.apache.org/jira/browse/OFBIZ-2704 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: SVN trunk > Environment: Glassfish v2.1 Enterprise Server > Reporter: Vadiraj Deshpande > Assignee: Jacopo Cappellato > Fix For: SVN trunk > > Attachments: web.xml > > Original Estimate: 0.17h > Remaining Estimate: 0.17h > > ===This bug was discovered as part of deployment work of OFBiz on Glassfish ()=== > Glassfish deployment fails because, web.xml of webtools webapp fails to validate against the specified web.xml DTD spec . v2.3. > The last <context-param> added at the end of the file is the problem. > According to the DTD, <context-param> should appear before <filter> tag(s). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato closed OFBIZ-2704. ------------------------------------ Resolution: Fixed Thank you Vadiraj, it is fixed in re. 791436 > webtools web.xml fails to validate against the DTD (web.xml spec v2.3) > ---------------------------------------------------------------------- > > Key: OFBIZ-2704 > URL: https://issues.apache.org/jira/browse/OFBIZ-2704 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: SVN trunk > Environment: Glassfish v2.1 Enterprise Server > Reporter: Vadiraj Deshpande > Assignee: Jacopo Cappellato > Fix For: SVN trunk > > Attachments: web.xml > > Original Estimate: 0.17h > Remaining Estimate: 0.17h > > ===This bug was discovered as part of deployment work of OFBiz on Glassfish ()=== > Glassfish deployment fails because, web.xml of webtools webapp fails to validate against the specified web.xml DTD spec . v2.3. > The last <context-param> added at the end of the file is the problem. > According to the DTD, <context-param> should appear before <filter> tag(s). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Thank you Jacopo!
Jacopo Cappellato (JIRA) wrote: > [ https://issues.apache.org/jira/browse/OFBIZ-2704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] > > Jacopo Cappellato closed OFBIZ-2704. > ------------------------------------ > > Resolution: Fixed > > Thank you Vadiraj, it is fixed in re. 791436 > > >> webtools web.xml fails to validate against the DTD (web.xml spec v2.3) >> ---------------------------------------------------------------------- >> >> Key: OFBIZ-2704 >> URL: https://issues.apache.org/jira/browse/OFBIZ-2704 >> Project: OFBiz >> Issue Type: Bug >> Components: framework >> Affects Versions: SVN trunk >> Environment: Glassfish v2.1 Enterprise Server >> Reporter: Vadiraj Deshpande >> Assignee: Jacopo Cappellato >> Fix For: SVN trunk >> >> Attachments: web.xml >> >> Original Estimate: 0.17h >> Remaining Estimate: 0.17h >> >> ===This bug was discovered as part of deployment work of OFBiz on Glassfish ()=== >> Glassfish deployment fails because, web.xml of webtools webapp fails to validate against the specified web.xml DTD spec . v2.3. >> The last <context-param> added at the end of the file is the problem. >> According to the DTD, <context-param> should appear before <filter> tag(s). >> > > |
Free forum by Nabble | Edit this page |