-
Can't new contents from templates in Web Publisher
Hi, all. When I create contents from template in Web Publisher, it goes error every time. The error log output on the application console is just like the following: 14:19:58,396 ERROR [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] com.documentum.web.common.Trace - The new content cannot…
-
How to update life cycle using Composure
Hi All, I am using Composure 6.5 SP2. We have life cycle with custom user action modules. Whenever I make changes to class implements IDfLifecycleUserAction, IDfLifecycleUserEntryCriteria... auto build script builds compiles classes and builds jar file. And using this jar file in jar definition artifacts in my Documentum…
-
custom icon in WDK 5.3 SP6 not working
Hi all, I have requirement to display custom icon for a specific object type (sub type of dm_document). According to WDK Dev guide, this is possible to configure in WDK 5.3 by putting icon gif images of 16x16 and 32x32 pixel with file format as t_customtype_16.gif and t_customtype_32.gif under…
-
How to display documents stored in a repository?
hi, i m new to documentum, and i have used the dfs servlet example to use Object service, and the create method and get method was successful.. but i m unable to retrieve documents stored in a repository.. i m getting IndexOutOfBoundsException when i tried to get contents from DataObject...i would be glad i somebody can…