[
https://issues.apache.org/jira/browse/OFBIZ-2746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12983596#action_12983596 ]
Sascha Rodekamp commented on OFBIZ-2746:
----------------------------------------
Hi Anil, hi Jacques,
i starting working on this topic yesterday, there are some more issues in the groovy file
{code}
In entity field [ContentAssoc.fromDate] set the value passed in [java.lang.String] is not compatible with the Java type of the field [java.sql.Timestamp]
{code}
I'm not quite sure why this is going wrong. Maybe we have to explicitly create an Timestamp here.
{code}
DataResourceWorker.getDataResourceTextCache(dataResource, "text/html", Locale.getDefault(), templateRoot, delegator);
{code}
should be replaced with
{code}
DataResourceWorker.getDataResourceText(dataResource, "text/html", Locale.getDefault(), templateRoot, delegator, true);
{code}
> In Content Manager's CMS sub-module CMSContentFind page doesn't show the content list.
> --------------------------------------------------------------------------------------
>
> Key: OFBIZ-2746
> URL:
https://issues.apache.org/jira/browse/OFBIZ-2746> Project: OFBiz
> Issue Type: Bug
> Components: content
> Affects Versions: SVN trunk
> Reporter: Anil Soni
> Assignee: Jacques Le Roux
> Priority: Minor
> Fix For: Release Branch 09.04, Release Branch 10.04, SVN trunk
>
> Attachments: ContentMgr_CMS.patch
>
>
> In Content Manager's CMS sub-module CMSContentFind page doesn't show the content list.
> I attach the patch to solve it.
> Regards,
> Anil Soni
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.