You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Blas Rodriguez Somoza (JIRA)" <ji...@apache.org> on 2010/04/06 01:44:27 UTC

[jira] Updated: (OFBIZ-3643) Error screen in webtools->Import Export -> Induce model from database (Ofbiz Demo)

     [ 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.