Web Experience Management
Questions/discussions around all the parts of the VCM Content Suite.
-
V8 screen window screw up issue when server side validation gotta error
Hi, One of our CTDs contains Ephox Editlive widget, and we have one listener to do server-side validation for a bunch of business rules. if we open or create a new content instance and click "save" button,when the server-side validation gotta error , it populates a message alert window, and I click "OK" button in the…
-
Absence du bureau Portlet custom properties
I am currently out of the office. Please call +44 (0)1189 848484 or contact David.Craig@opentext.com for all queries. .
-
Disable management cache
Hello, I would like to disable the management cache of VAP Preview in VAP 7.4. Can I disable it? or is a dream... Regards.
-
default.object.cache.cacheLifeTime
In our class we are using following method. public final long getTTL() throws ApplicationException { //log.info("In getTTl method"); DPMUtils.debug("In getTTl method", log, isDebugEnabled); // System.out.println("In getTTl method"); return SysUtil.getConfigValLong("default.object.cache.cacheLifeTime", 0x5265c00L); }In our…
-
String.replace
Hi, I am trying to match a value from a parameter from the URL with a value in a string variable, values which contain ampersands will not match however as when parsed to the URL it is converted to '%26'. I tried placing the parameter value into a variable and calling 'string.replace' but collab doesn't seem to recognise…
-
NULL poniter exception from PropertyUtils.getPropertyPage(request); in V8 SE
Hi, The following is a code snippet from my custom reference data class. This works fine in V7 Style Editor(AppConsole context) but throws null pointer exception from PropertyUtils.getPropertyPage(request); call in V8 Syle Editor(content context)...I need an API that works in both context. "CONTEXT_REQUEST" ); out…
-
V8 Custom Widget Mapping Problems
Hi, Really hoping someone can help me out. I have been experiencing trouble for sometime getting a custom widget rendering in V8. My environment: Version 8.0 SP1 and SP2 installed. I did the following: 1. Created the following java Objects: V8WCMHiddenWidgetLargeObject.java package com.prudential.v8widgets.hidden; import…
-
Auto forwarding Emails through Outlook to Vignette Collaboration folder
Hi, Is it possible to set up a rule in Outlook for auto forwarding the mail into a Vignette Collaboration folder? Any help will be highly appreciated/ Thanks and Regards Parag Varshney
-
Issues in implementation of Custom JAAS module for Collab.
Hi All, We are facing an issue with the JAAS CustomLoginModule which was implemented for a customer. The requirement is as follows: We have a need to set the “Failure Attempts” to a custom Attribute of the User. And on successful login, we need to clear the “failure attempts” custom attribute in the SessionLoginModule.java…
-
RE Issues in implementation of Custom JAAS module for Collab.
Look at the access policy on theuser and check to see whether the admin has rights to edit theuser. If not, the admin will need to be added to the access policy inthat role. Mitch From: Krishna Valluru Sent: Friday, April 08, 2011 6:52 AM To: vignettecollaborationdevelopersforum@elinkkc.opentext.com Cc: Aaron Eichenseer;…
-
Out of Office Re ¿Capabilities for publish only instances of a set of content types?
Hi,Thanks for writing to me. I will be out of office till 13th April. In case of emergency, please dial 9629376779.Regards,Karthi,Accenture, Chennai.The man who chases two rabbits, catches neitherThis message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If…
-
Out of Office RE Re ¿Capabilities for publish only instances of a set of content types?
I'm out of the office April 8th, returning on the 11th.
-
ATD Custom Search
Hi again, I have set up a custom ATD search, using drop down lists in the common and embedded search sections. These display a list of values for a particular attribute to search by, and by default are empty -> value="". When searching for an attribute these work fine, however if you wish to leave an attribute blank, eg…
-
Primary Site Login
We have several portal sites used by different groups. A primary site assigned to each user based upon what group they belong to. We would like a single page login in page that all users, regardless of group, use to log into. From that page the user is taken to their primary site. We have determined to do the…
-
Impact of deleting user objects in LDAP on VCM..
Hi, We have an external LDAP configured as user repository for our VCM and Portal. However, there is an enterprise feed which keeps custom LDAP (user repository) updated with enterprise user base. I want to understand the impact on VCM system if there are various contents whose modifier or creator have left the…
-
Published static file created with 0kb in delivery stage
We had published static files. We could not see it with our delivery application. We checked and found that lot of them have been created with "0kb". When we resubmitted the static file and did a unpublish and publish the static file comes to delivery stage file system properly.However since we have lot of items we cannot…
-
How to include a new approver in a running business process?
Hi, is there a way to include a new approver in between a running business process? thanks
-
Out of Office ¿Capabilities for publish only instances of a set of content types?
Thank you foryour email. I am working on a customer site today having almost no access to my emails andinternet. I will get back to on your message when I get the internet access back. For any Youth Portal project relatedquery, please contact Geoff Acton (geoff.acton@opentext.com). Thank you for your understanding. Kailash…
-
vgnextoid lost from URL while doing any activity in portlet?
If we are doing any activity on portlet, vgnextoid lost from URL. Is there any way to put vgnexoid inURL from portlet code or jsp ¿?
-
Getting Content Instance details through MnagedObjectDelete event in Delivery DA
Hi, i am trying to get the content instance details through the ManagedObjectDelete event. It should return me the details when i unpublish the content, before deleting the content from the delivery stage. But, the content is retrieved successfully for the firstime I unpublish a content. if I publish it again and…