Thursday, May 07, 2009

Portlet Factory - Web Service Call builder, No trusted certificate found

I am using the Web Service Call builder and testing a call to a https site. When running the application, it return the error "No trusted certificate found".

From the error message, I suspected that the server does not recognise the SSL certification for the site that I'm accessing. Refering to this document, the SSL cert have to be exported and added into the server. Please take note that WebSphere 6.0 used ikeyman to add in the cert while 6.1 is done through the admin console.

Wednesday, May 06, 2009

My 308

Just found myself a new French girlfriend - Peugeot 308. I only manage to spend a few days with her before coming to Denmark for 2 months work.



Here are some upgrade that would be interesting to have, especially the front grille.







Wednesday, April 15, 2009

HTTP 404 errors when previewing new XPages

I'm going through a tutorial on XPages. After creating a new XPage and when I save the document, a message prompt me that Automatic Build is not selected. I ignore the message and proceed. I tried to preview the Xpage but got a 404 error.

It seems that after saving the XPage, it have to be build. It can be done through enabling automatically build or right click on the XPage and click build.

Previous experience developing Lotus application, I do not need to compile or build any forms, scripts, etc. The Lotus designer will handle all of those. Now it seems that the designer is moving something similar to Java Eclipse base IDE. I feel that this is a step backwards. The designer should be keep simple and straightforward as the previous version.

Friday, March 20, 2009

Internet Explorer 8 - IE8

Internet Explorer 8 is officially released. Would be downloading it and test all the web application on it. Wonder how many application will be broken?

Monday, March 16, 2009

WebSphere Portlet Factory Fixpack 6.1.2.1 for Portlet Factory v6.1.2

WebSphere Portlet Factory Fixpack 6.1.2.1 for Portlet Factory v6.1.2 is out. Get the update at IBM update site here.

Thursday, March 05, 2009

Learning XPages By Declan Lynch

Head over to Learning XPages By Declan Lynch site. Looks like a great place to pick up XPages in Lotus Domino 8.5.

Wednesday, March 04, 2009

Adding portlet into People Palette or Content Palette page in WebSphere Portal 6.1

I want to add the Sametime Contact List portlet into the People Palette page in WebSphere Portal 6.1. First thing you will notice is that the page design is lock so you cannot add in any extra portlet. So unlock the portlet area to put additional portlet.

After putting in the Sametime Contact List portlet, I tried to view the People Palette but it is not showing. On IBM support page - Theme does not allow the addition of portlets to flyouts. This is a solution for Portal 6.0. The people finder portlet in the page is automatically maximise thus any additional portlet is hidden. If you restore the people finder portlet, you can see the portlet that is added.

In WPS 6.1, you cannot use the fix from the list. The fix can be done at the theme page, flyout.jspf. On the line

<portal-navigation:urlGeneration contentNode='ibm.portal.People Palette' layoutNode='ibm.portal.People Palette Control' newWindow='true' portletWindowState='Maximized'>


You can remove the portletWindowState='Maximized'. This will show the portlets in default state. Thus when open the people palette page it can show multiple portlets immediately.

This also applies to the Content Palette page.

<portal-navigation:urlGeneration contentNode='ibm.portal.Content Palette' layoutNode='ibm.portal.Content Palette Control' newWindow='true' portletWindowState='Maximized'>