• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Struts Portlet Messaging

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I have a Struts Portlet application that consists of 2 portlets which I developed from IBM's blank sample Struts Portlet application.
One of the portlets send messages to the other.

This works fine in WSAD 5 but when I deploy it to the actual Portal Server 5.0.2.2, the messages never reach the listening struts portlet.
I added another non-Struts portlet with a message listener and it receives the messages with no problems.

So the Struts Portlet seems to send the messages but the actual Struts Portlet (com.ibm.wps.portlets.struts.WpsStrutsPortlet) messageReceived() method never seems to get called.

Suggestions anyone as to what could be going wrong?

Thx Aisling

PS I also deployed the IBM sample MultipleStrutsApp.war and its messaging also seems to fail/get swallowed/something.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic