1 2 Previous Next 19 Replies Latest reply on Aug 9, 2006 6:03 PM by danny_hon Go to original post
      • 15. Re: Using WSRP with JBoss Portal 2.4
        danny_hon

        At the end of the stack trace, I found the following error.

        Caused by: java.lang.NoClassDefFoundError: org/jboss/xb/binding/sunday/xop/XOPUnmarshaller
        at org.jboss.ws.handler.HandlerChainBaseImpl.handleRequest(HandlerChainBaseImpl.java:259)
        at org.jboss.ws.jaxrpc.CallImpl.callRequestHandlerChain(CallImpl.java:747)
        at org.jboss.ws.jaxrpc.CallImpl.invokeInternal(CallImpl.java:650)
        at org.jboss.ws.jaxrpc.CallImpl.invoke(CallImpl.java:404)
        at org.jboss.ws.jaxrpc.CallProxy.invoke(CallProxy.java:148)
        at $Proxy142.getServiceDescription(Unknown Source)
        at org.jboss.portal.wsrp.consumer.WSRPConsumerImpl.getServiceDescriptionAndRegisterIfNeeded(WSRPConsumerImpl.jav
        a:493)
        at org.jboss.portal.wsrp.consumer.WSRPConsumerImpl.updateCachesIfNeeded(WSRPConsumerImpl.java:361)
        at org.jboss.portal.wsrp.consumer.WSRPConsumerImpl.getPortletMap(WSRPConsumerImpl.java:275)
        at org.jboss.portal.wsrp.consumer.WSRPConsumerImpl.getPortlets(WSRPConsumerImpl.java:141)
        at org.jboss.portal.federation.impl.FederatedPortletInvokerService.getPortlets(FederatedPortletInvokerService.ja
        va:77)
        at org.jboss.portal.core.portlet.management.PortletManagerBean.getPortlets(PortletManagerBean.java:228)
        ... 275 more

        Do you know where is this class coming from?

        • 16. Re: Using WSRP with JBoss Portal 2.4
          danny_hon

          Where can I download JBoss XB 1.0.0.CR6?

          • 17. Re: Using WSRP with JBoss Portal 2.4
            claprun
            • 18. Re: Using WSRP with JBoss Portal 2.4
              danny_hon

              Isn't that just the Jboss WS? It was installed when I got the error. I thought the problem is related to the jboss XML binding, not web services.

              • 19. Re: Using WSRP with JBoss Portal 2.4
                danny_hon

                Sorry, my mistaken. I missed one of the instruction steps. After I got the jboss-xml-binding.jar, there are no exceptions when change the portlet provider.

                1 2 Previous Next