PLUTO-569: Threading issue in DefaulltPortletInvoker
See: https://issues.apache.org/jira/browse/PLUTO-569
Disabling the multi-threaded event delivery as its implementation is too simplistic and fundamentally unreliable and beyond the intended scope and purpose of the Pluto Portal Driver.
Replace it with a plain in-process event delivery solution by copying the logic from the PortletWindowThread.run() method inline in the EventProcessingServiceImpl.

git-svn-id: https://svn.apache.org/repos/asf/portals/pluto/trunk@949023 13f79535-47bb-0310-9956-ffa450edef68
1 file changed