|
Jan 23, 2012
Lots of trips to the green and pleasant land that is Seattle. People drive slower there, and seem more zen, calm, beatific. Or perhaps I am just imagining things. The Experience Music Project is unavailable to me (closes before I get off work), but there is still lots to do.
Jan 16, 2012
Quantum physics, diamonds, and celebrities, with the charismatic physicist Brian Cox.
Via Metafilter.
Jan 15, 2012
Jan 12, 2012
Jan 07, 2012
Get advice
Jan 1, 2012
Condensed SSO with TAM or WebSEAL
One step is to enable the external JACC provider, TAM in our case.
Dec 29, 2011
Some thoughts on single sign-on and authentication mechanisms.
Dec 17, 2011
After a year of Commerce work I am starting to again work with Portal, so to that end, I am slowly digesting IBM's latest, excellent portal documentation.
Dec 16, 2011
Some thoughts on WebSphere Application Server profiles, of which we can, if we wish, make many.
Dec 4, 2011
WAS v7 task list. Very generic but lots of items. Repurposed from another source. Refine at will. Try to retain the links.
FastCompany
FastCompany explains the internet to a 19th century British street urchin.
Get fully-qualified URLs from Javascript content
One way to to get fully-qualified URLs from Javaxcript content, such as the left navigation table on an IBM Redbook, is to copy content into MS Word, and then saving document as HTML.
The data center
Informative long-form article on modern data centers from the author of How we drive.
wsadmin one-liner scripts
WebSphere Application Server one-liner scripts. Userful for the stoopid (like me).
JCR Explorer and XPath
Been running a lot of XPath queries in JCR explorer these days, trying to fix some syndication issues.
For example, getting error...
Could not save item with id DepRef(id:121212121 type: com.aptrix.pluto.site.SiteArea nonDraft:true draft:false purged:false parentId:919191919 timeStamp:123 stateUpdate: false versions:null moved: false) because it could not find its parent.
...means parent uuid on subscriber does not match parent uuid on syndicator. To verity, in JCR Explorer, run the following queries on both systems...
//element(*, ibmcontentwcm:siteArea)[@jcr:uuid = '121212121']
//element(*, ibmcontentwcm:siteArea)[@jcr:uuid = '919191919']
You will undoubtedly find both uuids on syndicator, but not subscriber. This will be the case even if site areas show as existing on both machines from within the authoring portlet on the subscriber.
One way to fix...
- Delete site area child and parent on subscriber
- Edit site area on syndicator and then save, to give item a fresh time stamp.
- Re-syndicate
lsof
A paen to lsof.
|