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.