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

Blas Rodriguez Somoza updated OFBIZ-3643:
-----------------------------------------

    Description: 
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

  was:
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) {


Stacktrace:


> 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.
-
You can reply to this email to add a comment to the issue online.

Reply via email to