7 Replies Latest reply on Oct 17, 2008 9:43 AM by claprun

    JBoss Portlet Bridge - WSRP !?

    hjn76

      Hi, trying to set up a portlet to be consumed via WSRP. But I'm not getting anywhere.

      Is it possible to expose a JSF portlet using the jboss portlet bridge via WSRP?

      Im using JBoss Portal 2.7 CR1.

      Thanks in advance

      // Henric

        • 1. Re: JBoss Portlet Bridge - WSRP !?
          claprun

          What issues are you encountering? Exposing a JSF portlet via WSRP shouldn't be a problem.

          • 2. Re: JBoss Portlet Bridge - WSRP !?
            hjn76

            Hi, when I deploy a portlet remotable and then consume it it doesn't seem like it's getting any request or sending a response. When the submit button is pressed it just reloads the same page in the portlet.

            The portlet is displayed just fine in the consuming portal but it doesn't seem like it's comunicating with the producer portal.

            I'm not getting any error message at all.

            Can I have missed some basic configuration setting?

            // Henric

            • 3. Re: JBoss Portlet Bridge - WSRP !?
              claprun

              Can you email me your portlet (source included if possible), please? It's difficult to tell from so little information.

              • 4. Re: JBoss Portlet Bridge - WSRP !?
                hjn76

                Hi, I have sent you some more information, including a .war-file, by email.

                Thanks again, Henric

                • 5. Re: JBoss Portlet Bridge - WSRP !?
                  hjn76

                  Found this in server.log... is this related to my problem?

                  2008-10-15 13:59:24,261 DEBUG [org.jboss.portal.wsrp.consumer.InvocationHandler] performRequest finished. Response is org.jboss.portal.wsrp.core.MarkupResponse
                  2008-10-15 13:59:24,261 DEBUG [org.jboss.portal.wsrp.consumer.InvocationHandler] Starting processing response
                  2008-10-15 13:59:24,261 DEBUG [org.jboss.portal.wsrp.consumer.InvocationHandler] Required re-writing but this is not yet implemented...
                  2008-10-15 13:59:24,261 DEBUG [org.jboss.portal.wsrp.consumer.InvocationHandler] Required re-writing but this is not yet implemented...
                  2008-10-15 13:59:24,261 DEBUG [org.jboss.portal.wsrp.consumer.InvocationHandler] Required re-writing but this is not yet implemented...
                  2008-10-15 13:59:24,261 DEBUG [org.jboss.portal.wsrp.consumer.InvocationHandler] Required re-writing but this is not yet implemented...
                  2008-10-15 13:59:24,261 DEBUG [org.jboss.portal.wsrp.consumer.InvocationHandler] Required re-writing but this is not yet implemented...
                  2008-10-15 13:59:24,261 DEBUG [org.jboss.portal.wsrp.consumer.InvocationHandler] Required re-writing but this is not yet implemented...
                  2008-10-15 13:59:24,261 DEBUG [org.jboss.portal.wsrp.consumer.InvocationHandler] Required re-writing but this is not yet implemented...
                  2008-10-15 13:59:24,261 DEBUG [org.jboss.portal.wsrp.consumer.InvocationHandler] Required re-writing but this is not yet implemented...
                  2008-10-15 13:59:24,261 DEBUG [org.jboss.portal.wsrp.consumer.InvocationHandler] Required re-writing but this is not yet implemented...
                  2008-10-15 13:59:24,261 DEBUG [org.jboss.portal.wsrp.consumer.InvocationHandler] Required re-writing but this is not yet implemented...
                  2008-10-15 13:59:24,261 DEBUG [org.jboss.portal.wsrp.consumer.InvocationHandler] Required re-writing but this is not yet implemented...
                  2008-10-15 13:59:24,261 DEBUG [org.jboss.portal.wsrp.consumer.InvocationHandler] Required re-writing but this is not yet implemented...
                  2008-10-15 13:59:24,261 DEBUG [org.jboss.portal.wsrp.consumer.InvocationHandler] Required re-writing but this is not yet implemented...
                  2008-10-15 13:59:24,261 DEBUG [org.jboss.portal.wsrp.consumer.InvocationHandler] Required re-writing but this is not yet implemented...
                  2008-10-15 13:59:24,261 DEBUG [org.jboss.portal.wsrp.consumer.InvocationHandler] Required re-writing but this is not yet implemented...
                  2008-10-15 13:59:24,261 DEBUG [org.jboss.portal.wsrp.consumer.InvocationHandler] Required re-writing but this is not yet implemented...
                  2008-10-15 13:59:24,261 DEBUG [org.jboss.portal.wsrp.consumer.InvocationHandler] Required re-writing but this is not yet implemented...
                  2008-10-15 13:59:24,261 DEBUG [org.jboss.portal.wsrp.consumer.InvocationHandler] Response processed
                  


                  • 6. Re: JBoss Portlet Bridge - WSRP !?
                    claprun

                    Might be, haven't had a chance to look at your issue yet... :(

                    • 7. Re: JBoss Portlet Bridge - WSRP !?
                      claprun

                      Should be fixed in subversion now. Thanks for the report!