You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Jamie Le Grange <ja...@googlemail.com> on 2006/02/20 21:09:09 UTC

operation not getting marshalled across cluster

hiya,

it appears that the exchange operation is not getting marshalled
across a cluster. please find test files attached.

A broker needs to be running on tcp://localhost:61616
RandomServer is a java application
RandomClientTest is a junit test

cheers

Re: operation not getting marshalled across cluster

Posted by Jamie Le Grange <ja...@googlemail.com>.
sure.

http://jira.activemq.org/jira/browse/SM-323

On 20/02/06, Guillaume Nodet <gu...@worldonline.fr> wrote:
> Sorry, but the java files have been removed from your post.
> Could you please raise a jira and attach the files ?
> Thanks,
>
> Guillaume Nodet
>
> Jamie Le Grange wrote:
>
> >hiya,
> >
> >it appears that the exchange operation is not getting marshalled
> >across a cluster. please find test files attached.
> >
> >A broker needs to be running on tcp://localhost:61616
> >RandomServer is a java application
> >RandomClientTest is a junit test
> >
> >cheers
> >
> >
> >------------------------------------------------------------------------
> >
> ><?xml version="1.0" encoding="UTF-8"?>
> ><beans xmlns:sm="http://servicemix.apache.org/config/1.0"
> >  xmlns="http://xbean.org/schemas/spring/1.0"
> >  xmlns:rc="http://operation.org/jbi"
> >  xmlns:spring="http://xbean.org/schemas/spring/1.0"
> >  xmlns:jsr181="http://servicemix.apache.org/jsr181/1.0">
> >
> >  <!-- the JBI container -->
> >  <sm:container id="server" flowName="jms?jmsURL=tcp://localhost:61616">
> >    <!-- sm:container id="jbi" embedded="true"-->
> >    <sm:activationSpecs>
> >
> >      <!-- output using a POJO -->
> >      <sm:activationSpec componentName="randomComponent" service="rc:randomComponent">
> >        <sm:component>
> >          <bean class="org.operation.RandomComponent"/>
> >        </sm:component>
> >      </sm:activationSpec>
> >
> >    </sm:activationSpecs>
> >  </sm:container>
> >
> ></beans>
> >
>

Re: operation not getting marshalled across cluster

Posted by Guillaume Nodet <gu...@worldonline.fr>.
Sorry, but the java files have been removed from your post.
Could you please raise a jira and attach the files ?
Thanks,

Guillaume Nodet

Jamie Le Grange wrote:

>hiya,
>
>it appears that the exchange operation is not getting marshalled
>across a cluster. please find test files attached.
>
>A broker needs to be running on tcp://localhost:61616
>RandomServer is a java application
>RandomClientTest is a junit test
>
>cheers
>  
>
>------------------------------------------------------------------------
>
><?xml version="1.0" encoding="UTF-8"?>
><beans xmlns:sm="http://servicemix.apache.org/config/1.0"
>  xmlns="http://xbean.org/schemas/spring/1.0"
>  xmlns:rc="http://operation.org/jbi"
>  xmlns:spring="http://xbean.org/schemas/spring/1.0"
>  xmlns:jsr181="http://servicemix.apache.org/jsr181/1.0">
>
>  <!-- the JBI container -->
>  <sm:container id="server" flowName="jms?jmsURL=tcp://localhost:61616">
>    <!-- sm:container id="jbi" embedded="true"-->
>    <sm:activationSpecs>
>
>      <!-- output using a POJO -->
>      <sm:activationSpec componentName="randomComponent" service="rc:randomComponent">
>        <sm:component>
>          <bean class="org.operation.RandomComponent"/>
>        </sm:component>
>      </sm:activationSpec>
>
>    </sm:activationSpecs>
>  </sm:container>
>
></beans>
>