-
Relations not retrievable using API
The following API call is not returning any relations though they are there in the content. What would be the reason for this? AttributeData[] allAttrs = ((ContentInstance) productAttribSet).getAttributes(); productAttribSet.toXML() would return only a portion of the whole content:…
-
CTD Obsolete references
Hello There are 2 CIs, lets name it as parent, child. In the child CI, we have "Content Select CCE" and this is updated with the parent CI info using JS. Now, when we execute the below code passing Child CI GUID, it works and we get the parent CI managed object reference ManagedObjectVCMRef[] referring =…
-
how to trigger a second widget to reload in V8 style editor
We have a Content Type that has a prior attribute to select a content item, upon selection, the second attribute would populate a drop down with options of selected content item sections to let user further select. In V7 style editor, selecting a content item will refresh the openned window and the second widget will pick…
-
How to remove whitepsace from genereated HTML
Hello, I am using Portal 8.0.1 with IBM WebSphere Application Server 6.1. I trying to remove the whitespace that is created between lines of HTML from the jsp code. I have tried a few things already but none have worked. Can anyone suggested a solution they might be using or is known to work? - Murtaza
-
Issues with V8 DSM caching
Hello, We have installed V8.0 with DSM for a POC. We would like to optimize the DSM cache settings for our environment, as it seems the default setting never allows the cache to expire on both delivery as well as management stage. Please advice!
-
File Alternate widget
Hi, We are using "File Alternate" widget in VCM V7.3.1.1. Now we are migrating to V8.0. I was referring to the document "VMCExt Widget Upgrade Guide" where it suggests how to upgrade the widget. In the document it tells to add five Extensible Attributes to "StaticFile" Ojject, but I do not see "Attributes" tab itself in…
-
Vignette 8 integration with ESB?
Hi, Is there a way to integrate Vignette 8 with ESB platforms like Apache MQ, Websphere Message Broker? Please Advice.
-
How to adjust the format of the getModifiedDate()
Hello, I am working on a project to index our collab content into a Google Search Appliance (GSA). The GSA Web crawls the site using a dedicated user account. I need to add some meta-data elements on each page to provide the GSA with the last modified date amongst other things. In common_metadata_details.shtml I have added…
-
Ephox With Inline Tags issue
We are using Ephox With Inline Tags for one of our CTD.We found when user enter character "&" , it will be converted to "&" andsaved as the value. Or if user enter characters "&", it will also beconverted to "&". However, the APIcom.sample.widgets.inline.ETLLinkTransformer is looking for "&|&(?!amp;)",which makes our code…
-
UnPublising the content
Hi , we have a requirement of unpublishing and then deleting the content from vcm of specific CTD type.we have wriiten a below java code for it which takes the vcm id of the ci as a parameter and unpublishes the content item. private static void unpublishContent(String sSiteName, ContentInstance ci)throws Exception {…
-
Facing issues in installation Vignette 8.
Hello, We are trying to install V8 on windows 2003 with DB2 V9.1 FP 6. we are facing setup failure at step 9. We are facing the following exception in the setup logs; 2011-11-21 16:40:13,428 | ERROR | tte.logging.VgnLoggedException | 000-000-0001: 11/21/2011 16:40:13:163, Error 1 (DbError), Message 007-001-0190: CMS…
-
favicon with VCM or vgn-tas?
We are using Tomcat configured with vgn-tas (as the default web application). We would like to have a favicon.ico, but placing it in the root of the vgn-tas webapplication does not achieve this, because it's just passing it back to the VCM. I tried adding it to VgnContentSvcs.ear in a couple places, but didn't seem to get…
-
Hiding the "Page Presentation Format" in Edit link page of EditLive! for Java widget
Hi, We would like to Hide the "Page Presentation Format" drop down in the “Edit Link Properties or add a new link” page of EditLive for Java widget when we select the “Content Item” option. Please find the screen shot below. Clicking on the above “Edit Link Properties or add a new link” button opens the following window.…
-
How do we configure configure Microsoft SQL Server for Vignette Content JDBC XA support?
How do we configure configure Microsoft SQL Server for Vignette Content JDBC XA support? We are currently installing V8.0
-
contextMap.get(DefaultValueDef.CONTEXT_REQUEST) returns null on content console
My environment 8.1. I have the follwoing class attached to text widget in a CTD. The 'request' object coming as null in content console, but in AppConsole it is valid request object. public class AAADefaultValueImpl implements IDefaultable { public Object getDefaultValue(Map contextMap) throws ApplicationException {…
-
Error while opening the content item details page in VAP
Hi, We are getting the following error while opening the content items on the VAP page. Are we missing any jar file? Which jar does contain "com.vignette.widgets.inline.struts.InlineTagLogic" class? An exception was encountered: com.vignette.widgets.inline.struts.InlineTagLogic java.lang.NoClassDefFoundError:…
-
eDOCS DM Restore Requst tool added
I have just added a new utility that allows a DM user to issue a restore request for an archived document. The Restore Request.dll adds a new right click menu that allows a user to request that an archived document be restored to eDOCS DM. This functionality existed in DOCS Open. When a user attempted to open an archived…
-
V7 vcm columns
Hello, How can I control the columns viewed in the vcm? For example, I want to view both "Scheduled Publish" and "Scheduled Unpublish". sometimes I see only one of them, sometimes both, and sometimes none. Thanks, Shirley
-
Instant Messenger (Chat) Portlet
Is there any Instant Messenger (Chat) portlet available. I searched online but could not find anywhere, if there are any resources please let me know.
-
Separate user logins for TAS and Portal in Preview
We use VCM with DPM/Portal. Today, we've got single sign on (SSO) configured so that users logged into Portal are also logged into VCM via TAS. Is it possible to log into Portal and VCM (via TAS) as different users? Is this supported/recommended?