You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Shi Jinghai <sh...@langhua.cn> on 2007/06/01 06:13:57 UTC

Re: using OpenCMS with ofbiz

Sorry again. My fault.

After importing the module, the jars in lib folder will be exported from
OpenCms VFS to real file system automaticly, and you have to restart
your OpenCms to make the jars effective.

Suggestion:
Restart your OpenCms or your tomcat and try again.

Kind Regards,

Shi Jinghai/Beijing Langhua Ltd.


> But I am having issues when I try to run an ofbizRMIClient.jsp in openCMS
> Explorer window. It can't compile a class for it. Looks like it does not
> find type definitions.
> 
> Here's the trace:
> 
> =============
> org.apache.jasper.JasperException: Unable to compile class for JSP
> 
> An error occurred at line: 7 in the jsp file:
> /WEB-INF/jsp/offline/system/modules/cn.langhua.opencms.ofbiz/docs/ofbizRMIClient.jsp
> Generated servlet error:
> CmsOFBizRemoteClient cannot be resolved to a type
> 
> An error occurred at line: 29 in the jsp file:
> /WEB-INF/jsp/offline/system/modules/cn.langhua.opencms.ofbiz/docs/ofbizRMIClient.jsp
> Generated servlet error:
> GenericEntity cannot be resolved to a type
> 
> etc.. similiar errors
> =============
> 
> Do you have an idea of why it can not resolve the types and how to fix it?
> Thank you for any help.