Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
I am experiencing a problem where I have two portals specified in the same war file.
When portal b correctly receives an event from portal a, and then in response also tries to publish an event (setEvent), the pluto driver, when running EventProviderImpl#isDeclaredAsPublishingEvent while looking up the registered publish event names, looks up the portlet context of portlet a (instead of b, as b is the portlet publishing the event), and so does not find the matching publish name for the event.
The example project can be found shortly on WICKET-1620.