1 2 Previous Next 18 Replies Latest reply on Jul 5, 2008 1:59 AM by dilipreddy Go to original post
      • 15. Re: problem with IPC
        sbiwal

        I think your portlet events for Portlet A and B are not bound to the listener. The reason you are getting messages from the doView in portlet B is because. it is probably added on the same page as portlet A. So as soon as you submit portlet A, the entire page is rendered again and hence calling the doView in portletB.

        Please see one of my previous posts regarding how you can login as admin and check what listeners are bound to your portlet windows.

        Also you are suppose to deploy the .sar file

        • 16. Re: problem with IPC
          dilipreddy

          Hi
          Thanks for your reply,
          yah, portletB is not bound with the listner, checked in admin view.
          still I am not able to solve this problem
          If dont mine give simple example
          (I am very fresher and new to JBoss Portal technology)
          I am creating my application as war file, how can i create sar file, is there is any structure to it.
          Give me suggestion regarding this issue....


          waiting for you reply,
          Dilip
          dileep4u.mca@gmail.com

          • 17. Re: problem with IPC
            senthilkumar.devan

            Hi,

            You just do hot deployment.
            It means place helloworldipcportlet.sar inside ur default\deploy\jboss-portal.sar.

            The hellowworldipcportlet.sar contains the following:
            1.hellowworldipcportlet.war
            2.meta-inf folder
            3.lib folder

            Inside hellowworldipcportlet.war u have just web-inf folder.
            where it contains protlet.xml and portlet-instances.xml and *-object.xml

            Inside meta-inf folder place your jboss-service.xml

            Inside lib folder place your jar file. where the jar file contains ur portlet A and portlet B class.

            • 18. Re: problem with IPC
              dilipreddy

              Hi
              I deployed my sar file in default\deploy folder,
              it is not working and if tryied to deploy my .sar folder in deploy\jboss-portal.sar it is displaying tabs, in that tabs it does not displaying portlets.
              I cant understand what is the problem.still the listener was not bound.
              waiting for your suggestion

              Thanks & Regards,
              Dileep
              dileep4u.mca@gmail.com

              1 2 Previous Next