Archive for the ‘ Uncategorized ’ Category

template

Here are the list of Change Requests.

Change Request # Requester Date Email ID
${cur_record.getFieldValue(“Change_Request_ID”, locale)} ${cur_record.getFieldValue(“Requester_Name”, locale)}

${dateUtil.getDate(Date5421_DateObj, “dd MMM yyyy”, locale)}

${cur_record.getFieldValue(“Email_ID”, locale)}

CSS

ec2-52-39-75-89.us-west-2.compute.amazonaws.com

Button Links List Rendering Template

#if (!$entries.isEmpty())

    #foreach ($entry in $entries)
    #set($renderer = $entry.getAssetRenderer() )
    #set($className = $renderer.getClassName() )
    #if( $className == “com.liferay.portlet.bookmarks.model.BookmarksEntry” )
    #set($link = $entry.getUrl())
    #set($title = $entry.getDescription() )

  • </li>
    #end
    #end
    </ul>
    </div>
    #end

Quick Links List Rendering Template

#if (!$entries.isEmpty())

    #foreach ($entry in $entries)
    #set($renderer = $entry.getAssetRenderer() )
    #set($className = $renderer.getClassName() )
    #if( $className == “com.liferay.portlet.bookmarks.model.BookmarksEntry” )
    #set($link = $entry.getUrl())
    #set($title = $entry.getDescription() )

  • $title
  • #end
    #end

#end

News List Rendering

#if (!$entries.isEmpty())

#foreach ($entry in $entries)
#set($renderer = $entry.getAssetRenderer() )
#set($publishedDate = $entry.getPublishDate() )
#set($className = $renderer.getClassName() )
#if( $className == “com.liferay.portlet.journal.model.JournalArticle” )
#set( $journalArticle = $renderer.getArticle() )
#set( $document = $saxReaderUtil.read($journalArticle.getContent()) )
#set( $rootElement = $document.getRootElement() )
#set( $titleXPathSelector = $saxReaderUtil.createXPath(“dynamic-element[@name=’Content_Title’]”) )
#set( $title = $titleXPathSelector.selectSingleNode($rootElement).getStringValue() )
#set( $summaryXPathSelector = $saxReaderUtil.createXPath(“dynamic-element[@name=’Content_Summary’]”) )
#set( $summary = $summaryXPathSelector.selectSingleNode($rootElement).getStringValue() )#set( $link = $assetPublisherHelper.getAssetViewURL($renderRequest, $renderResponse, $entry) )
#if (“$assetLinkBehavior” != “showFullContent”)
#set( $link = $renderer.getURLViewInContext($renderRequest, $renderResponse, $link) )
#end

$title

$summary ($publishedDate)

Read More

#end
#end

#end

: Subject nane of signer cert does not match issuer name of supplied cert chain

Hi Folks,

Last weekend our Portal Production server got some issue, related to the Certificate problem.

Caused by: javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: Subject nane of signer cert does not match issuer name of supplied cert chain
at com.ibm.jsse2.bx.a(bx.java:14)
at com.ibm.jsse2.by.a(by.java:147)
at com.ibm.jsse2.by.a(by.java:202)
at com.ibm.jsse2.w.a(w.java:206)
at com.ibm.jsse2.w.a(w.java:280)
at com.ibm.jsse2.v.a(v.java:184)
at com.ibm.jsse2.by.a(by.java:193)
at com.ibm.jsse2.by.l(by.java:257)

Just to share a abit…

If you find this error, you might need to check whether the Certificate that is installed at the server side valid (or even broken) or not. Be noticed that you will not know the validity of the certificate by using the browser to view certificate. This is seen only by the Java code.

Then, after replacing this certificate, our problem was solved.

Cheers!

How to enable the Lotus Connections to support other document extensions/types

This document explains how to enable the LC-Blogs to support additional document types

  1. Change the “allowed extensions” in the Blogs Administration
  2. Add the MIME Type to the default host in WAS Admin Console

See these images

lc-1

lc-2

Lotus Quickr – Missing Public Places tab and Working with Template link

Hi Folks,

I got headache when I installed the Lotus Quickr 8.1 into my machine, when suddenly I noticed that the “Public Places” tab and “Working with Template” link were missing.

 

Continue reading

com.ibm.websphere.ltpa.Realm=null

Hi Folks,

I just realized the reason why my Portal which is authenticated using WMM does not have realm name.

Continue reading

Lotus Quickr – Couldn’t find design note

After changing name of the Folders in the Lotus Quickr place, some feature might not work.

Continue reading