5 Replies Latest reply on Aug 11, 2008 3:50 AM by claprun

    JBossPortal and JBossWS Metro Stack

    gressho

      Hello,

      is it possible to combine JBossPortal (regarding WSRP) with the JBossWS Metro Stack?

      Best wishes

      Werner

        • 1. Re: JBossPortal and JBossWS Metro Stack
          claprun

          It should be possible to do so, though I haven't had time to look at it yet. A nice opportunity for a contribution! :)

          • 2. Re: JBossPortal and JBossWS Metro Stack
            gressho

            Ok,

            I'll have a look at it when JBossWS 3.0.3 comes. Before I won't have the time.
            Thanks for for fast answer.

            Werner

            • 3. Re: JBossPortal and JBossWS Metro Stack
              claprun

              Depending on how things go with other tasks, I might take a look at it as well. In any case, please use this forum topic to post any questions you might have and/or status update on the subject. Thanks!

              • 4. Re: JBossPortal and JBossWS Metro Stack
                gressho

                Hi,

                I just had a quick test (Java 6 (OpenJDK), JBoss 4.2.3, JBossWS Metro 3.0.2, JBossPortal 2.6.6) and these are the results of just starting up the AS:

                org.jboss.deployment.DeploymentInfo@8f7d79ef { url=file:/home/gressho/Programs/jboss-4.2.3.GA/server/default/deploy/jboss-portal.sar/portal-wsrp.sar/portal-wsrp-client.jar }
                 deployer: org.jboss.deployment.ClientDeployer@3cdc904a
                 status: Deployment FAILED reason: Failed to setup client ENC; - nested throwable: (java.lang.IllegalArgumentException: Deployed stack doesnt support JAX-RPC service-ref deployments)
                 state: FAILED
                 watch: file:/home/gressho/Programs/jboss-4.2.3.GA/server/default/deploy/jboss-portal.sar/portal-wsrp.sar/portal-wsrp-client.jar
                 altDD: null
                 lastDeployed: 1218439644172
                 lastModified: 1218439634000
                 mbeans:
                
                org.jboss.deployment.DeploymentInfo@4df9773f { url=file:/home/gressho/Programs/jboss-4.2.3.GA/server/default/deploy/jboss-portal.sar/portal-wsrp.sar/portal-wsrp.war/ }
                 deployer: MBeanProxyExt[jboss.web:service=WebServer]
                 status: Deployment FAILED reason: java.lang.ClassNotFoundException: org.jboss.wsf.stack.jbws.EndpointServlet
                 state: FAILED
                 watch: file:/home/gressho/Programs/jboss-4.2.3.GA/server/default/deploy/jboss-portal.sar/portal-wsrp.sar/portal-wsrp.war/WEB-INF/web.xml
                 altDD: null
                 lastDeployed: 1218439649455
                 lastModified: 1217082006000
                 mbeans:
                


                I think these are real blockers...

                Best wishes

                Werner

                • 5. Re: JBossPortal and JBossWS Metro Stack
                  claprun

                  Indeed. I wasn't sure if Metro was JAX-WS only or also supported JAX-RPC... So I guess this won't happen until we migrate to JAX-WS.