4 Replies Latest reply on Mar 26, 2008 5:29 AM by pmn92

    JBoss Portal basic question

    hubaghdadi

      Hi.
      We have HEE application deployed on BEA WebLogic 10 application server and we are going to employ JBoss Portal.
      Can we deploy JBoss Portal on WebLogic?
      Is it possible to call an EJB deployed on WebLogic from portlets?
      Thanks.

        • 1. Re: JBoss Portal basic question
          theute

          You can't deploy JBoss Portal on WebLogic

          • 2. Re: JBoss Portal basic question

            wasn't WSRP designed for that purpose? to remotely run portlet from another portal?

            WSRP log many errors when started in 2.6.4 (bundle) I had to remove it.

            • 3. Re: JBoss Portal basic question
              theute

              The question was: "Can we deploy JBoss Portal on WebLogic? "
              I answered the question.

              If you have issues with WSRP, please open another thread.

              • 4. Re: JBoss Portal basic question

                I already did for 2.6.3 and has been discussed.

                It is still a bug in 2.6.4.

                The workaround is to remove it as I don't use it.


                There is another bug in 2.6.4 that pollutes all my html pages. It comes from core\src\resources\portal-core-war\WEB-INF\jsp\header\header.jsp


                //we don't need the iframe/modal if logged in
                document.getElementById('loginIframe').src = '';


                Here also, I reported it in another trhead. I will have to remove it.