0 Replies Latest reply on Jan 25, 2006 12:24 PM by cpage

    tag <listener> - IPC

      Hi,

      I try the inter portlet communication

      I juste take the two portlets examples sources (Portlet A and Portlet B) of the portal-samples.war and i make a special war for it.


      it doesn't work. I have this error when I submit in portlet A :


      ERROR [org.jboss.portal.core.command.InvokeWindowActionCommand] An portlet exception occured in portlet IPC_Test.IPC_TestPortletA
      javax.portlet.PortletException
       at javax.portlet.GenericPortlet.processAction(GenericPortlet.java:381)
       at PortletA.processAction(PortletA.java:75)
       at org.jboss.portal.portlet.PortletContainer.invokeAction(PortletContainer.java:483)
       at org.jboss.portal.portlet.PortletContainer.dispatch(PortletContainer.java:424)
       at org.jboss.portal.server.app.ComponentInvocation.dispatch(ComponentInvocation.java:79)
      ...



      it is strange because i have exactly the same class and the same code than the example.

      I search a bit and i found this tag test_Listener in default-portal.xml who reference a MBean in jboss-service.xml.

      I have no doc on it, and I'm lost.

      i really need help !! :p

      thanks ;)

      Lionel