1 2 3 Previous Next 34 Replies Latest reply on Jun 20, 2006 10:20 AM by cdebracy Go to original post
      • 30. Re: WSRP Create Producer
        webskister

        Fisheye...yes. Thanks.

        • 32. Re: WSRP Create Producer
          claprun

          This is for the consumer side. We use heuristics to determine the service port name when trying to consume remote portlet so we don't need to modify this particular file.

          • 33. Re: WSRP Create Producer

            Has anyone had problems building the latest source out of CVS? I followed the instructions and am getting some compilation errors:

            _default:compile-classes:
            [javac] Compiling 240 source files to C:\dev\jboss-portal-2.4\core\output\classes
            [javac] C:\dev\jboss-portal-2.4\core\src\main\org\jboss\portal\core\CoreController.java:24: package org.jboss.portal.common.system does not exist
            [javac] import org.jboss.portal.common.system.AbstractJBossService;
            [javac] ^
            [javac] C:\dev\jboss-portal-2.4\core\src\main\org\jboss\portal\core\CoreController.java:25: package org.jboss.portal.common.invocation does not exist
            [javac] import org.jboss.portal.common.invocation.InterceptorStack;
            [javac] ^
            [javac] C:\dev\jboss-portal-2.4\core\src\main\org\jboss\portal\core\CoreController.java:31: package org.jboss.portal.server does not exist
            [javac] import org.jboss.portal.server.RequestController;
            [javac] ^

            This is just a partial listing. The files appear to be there and this is from a fresh check-out as of last night using CVS.

            Thanks.

            Chris

            • 34. Re: WSRP Create Producer

              Please ignore the previous post. I missed the part about building in the build directory vs. core.

              1 2 3 Previous Next