[
https://issues.apache.org/jira/browse/OFBIZ-7473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15931155#comment-15931155 ]
Jacques Le Roux commented on OFBIZ-7473:
----------------------------------------
view/checkdb works
But I noticed that, among these old JSP stuff, it's the only one and we have also this block commented out by Jacopo since 2007:
{code}
<#-- want to leave these out because they are only working so-so, and cause people more problems that they solve, IMHO
<li><a href="<@ofbizUrl>view/EditEntity</@ofbizUrl>" target="_blank">Edit Entity Definitions</a></li>
<li><a href="<@ofbizUrl>ModelWriter</@ofbizUrl>" target="_blank">Generate Entity Model XML (all in one)</a></li>
<li><a href="<@ofbizUrl>ModelWriter?savetofile=true</@ofbizUrl>" target="_blank">Save Entity Model XML to Files</a></li>
-->
<#-- not working right now anyway
<li><a href="<@ofbizUrl>ModelGroupWriter</@ofbizUrl>" target="_blank">Generate Entity Group XML</a></li>
<li><a href="<@ofbizUrl>ModelGroupWriter?savetofile=true</@ofbizUrl>" target="_blank">Save Entity Group XML to File</a></li>
-->
<#--
<li><a href="<@ofbizUrl>view/tablesMySql</@ofbizUrl>">MySQL Table Creation SQL</a></li>
<li><a href="<@ofbizUrl>view/dataMySql</@ofbizUrl>">MySQL Auto Data SQL</a></li>
-->
{code}
But view/ModelInduceFromDb is more annoying
> Induce Model XML from Database throws exception
> -----------------------------------------------
>
> Key: OFBIZ-7473
> URL:
https://issues.apache.org/jira/browse/OFBIZ-7473> Project: OFBiz
> Issue Type: Bug
> Components: framework/webtools
> Affects Versions: Trunk
> Reporter: Gopal Yadav
> Assignee: Jacques Le Roux
> Fix For: Upcoming Release, 16.11.02
>
> Attachments: OFBIZ-7473.patch
>
>
> Go to Webtools -> Import/Export -> Induce Model XML from Database (
https://localhost:8443/webtools/control/view/ModelInduceFromDb)
> An exception is thrown: javax.servlet.ServletException: File [/entity/ModelInduceFromDb.jsp] not found.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)