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 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: -- 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-3643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Blas Rodriguez Somoza updated OFBIZ-3643: ----------------------------------------- Attachment: OFBIZ-3643_webtools_inducemodel.diff > 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.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) { > Stacktrace: -- 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-3643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Blas Rodriguez Somoza updated OFBIZ-3643: ----------------------------------------- Attachment: (was: OFBIZ-3643_webtools_inducemodel.diff) > 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) { > Stacktrace: -- 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-3643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Blas Rodriguez Somoza updated OFBIZ-3643: ----------------------------------------- Attachment: OFBIZ-3643_webtools_inducemodel_v2.diff > 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) { > Stacktrace: -- 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-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. |
In reply to this post by Nicolas Malin (Jira)
[ 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 |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Busco reassigned OFBIZ-3643: ---------------------------------- Assignee: Bruno Busco > 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 > Assignee: Bruno Busco > 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 |
Free forum by Nabble | Edit this page |