[ 
https://issues.apache.org/jira/browse/OFBIZ-3643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bruno Busco closed OFBIZ-3643.
------------------------------

    Resolution: Fixed

Thank you Blas,
your patch is in trunk at revision: 932737

> Error screen in webtools->Import Export -> Induce model from database (Ofbiz 
> Demo)
> ----------------------------------------------------------------------------------
>
>                 Key: OFBIZ-3643
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3643
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3643_webtools_inducemodel_v2.diff
>
>
> Error screen when "induce model from database" option selected.
> org.apache.jasper.JasperException: Unable to compile class for JSP:
> An error occurred at line: 44 in the jsp file: /entity/ModelInduceFromDb.jsp
> The method getGenericDAO(GenericHelperInfo) in the type GenericDAO is not 
> applicable for the arguments (String)
> 41: } else {
> 42: response.setContentType("text/xml");
> 43: Collection messages = new LinkedList();
> 44: GenericDAO dao = GenericDAO.getGenericDAO(helperName);
> 45: List newEntList = dao.induceModelFromDb(messages);
> 46:
> 47: if(messages.size() > 0) {
> XHTML Validation errors:
> The resulting page don't have DOCTYPE, html, head and boyd tags.
> Updated patch attached

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to