Liferay and CMIS against Alfresco

At first, im sorry about my lately post against CMIS and Liferay against Alfresco … But there was an “earthquake around here” so i couldnt do anything good the last time. I will explain that you later if the time comes …
But in the meanwhile i looked around the Net and i found an interesting […]

Yet Another Alfresco-Liferay Integration

If you look around the market and communities which goes about Alfresco & Liferay you see a lots of posts & contributions regard integration. Yes, yes you might think what the hell is so impressive to have available on liferay-site a document-library of an ECM-System and on the other site you have an ECM-System which […]

AccessDeniedException Due to Creating of Thumbnails in Alfresco Share

This week i was in struggle with a realy strange issue in Alfresco. If you belong to a site with lower permissions on this site or something similary you got an exception on Thumnbail-creation. For sure, you can upload and edit a document being added to a site but the creation of the previewes like […]

A jBPM-Timer Is Not A jBPM-Timer In Relation To Alfresco

Today i was wondering about an unexpected behaviour in jBPM 3.2.2. Im accustomed to add a business time directly on workflowstart so i can set my variables in the processdefinition in the right manner. For instance:

<timer duedate=”#{myDueDate}”>
<action>…</action>
</timer>
And this was my AlfrescoCode:

workflowParameters.put(”dueDate”, “10 business days”);
workflowService.startWorkflow(def.id, workflowParameters);
So it doesnt work at all using the […]

Re-Attaching Hibernate-Objects In New Transaction

Well i lovin it, using actionListener of JSF as the results of it is nothing less than the object itself, stored as a parameter of a UICommandButton or UICommandLink. The other thing is using direct mapping of values to input-elements.
For instance, following line gives me the whole object back:

value=”#{WorkflowManager.taskInstances}”
rows=”15″ columnClasses=”tableCol”>

[…]

Stay Tuned On it-republik.de

Today it was a realy “relaxing” day for me at work… it was just like dreaming about the mention to send a REALY private message to a customer rather than to send it to a friend! Yes that was a strike!
But for my relief the customer wasnt angry rather than more ugly about this. What […]

Richfaces vs. IceFaces - Towards The War

Its provocant this title, isn´t it?
Oh thats like a common newspaper (like the SUN or Spiegel) to fetch up more customers on using such headlines.  But hey, my google ranking must rise
But back to topic: Both Richfaces-Extensions offers more functionality to achieve a better and efficient grade of component-management of relying frontend-logic. Both […]

Get Flowin Baby!

Currently we planned to integrate a sophisticated workflow-engine into our project. Therfore we started from scratch with a new Blueprint therefore.
If you want to know more about the current  state of implementation, please visit following site directly:
 http://www.logicaldoc.info/wiki/index.php?title=BPM:_Workflowsystem

Liferay and Richfaces: Removing Portlets View-ID Caching-State

My current project at my work primarly concerned with Liferay-/Portletcreation. Therefore we have decided to use Richfaces as standard-rich-user-expierience framework as the way on how we can model UI-Objects as well as the afford on which way we want to transmit data from the client to the server in a more fine-grained decision way is […]