[opencms-dev] CmsObject still refers to .com domain
Nico Van den Broeck
nico.vandenbroeck at brenso.com
Wed Feb 23 17:16:05 CET 2005
I'm currently upgrading my source code from OpenCms version 5.0.1 to 6 beta
1 Corrin.
Platform information;
Running on Sun Microsystems Inc. Java HotSpot(TM) Server VM 1.4.2_06-b03
mixed mode with Windows XP 5.1 (x86)
MySQL 4.1.8 database server
My code contained the following lines;
com.opencms.flex.jsp.CmsJspActionElement action = new
CmsJspActionElement(pageContext, request, response);
com.opencms.file.CmsObject cms = action.getCmsObject();
wich I changed to;
org.opencms.jsp.CmsJspActionElement action = new
CmsJspActionElement(pageContext, request, response);
org.opencms.file.CmsObject cms = action.getCmsObject();
I get the following error;
Unable to compile class for JSP
An error occurred at line: 23 in the jsp file:
/WEB-INF/jsp/offline/system/modules/private/jsptemplates/private.jsp
Generated servlet error:
[javac] Compiling 1 source file
C:\Program Files\Apache Group\Tomcat
4.1\work\Standalone\localhost\enterdex\WEB-INF\jsp\offline\system\modules\pr
ivate\jsptemplates\private_jsp.java:70: cannot access
com.opencms.file.CmsObject
file com\opencms\file\CmsObject.class not found
String FLAG=ParameterContentDefinition.getParameterText(cms, "1005");
Why is the CmsObject.class file still linked with the .com instead of the
.org domain?
Thx. Nico.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20050223/22e17a25/attachment.htm>
More information about the opencms-dev
mailing list