On Mon, Jan 5, 2009 at 4:52 PM, roshan joseph <[email protected]> wrote:
> Hi,
> I am trying to test the distributed domain capability of Tuscany and would
> like to get some info from the user community. My component implementations
> are in Java, OSGi and bpel. So is it possible to make the
> services/components deployed in different nodes?
>
> I have checked the distributed calculator example, but here all the
> components are in Java implementation. I created two deployable composites
> with java and bpel components in one and another with the OSGi component.
> The distributed domain with the 2 nodes get started, but the service calls
> does not happen. I am not even sure whether the BPEL component is infact
> started.
>
> Any advice or comments will be really helpful. Thank you and appreciate
> your help in advance...
>
> Regards
> Roshan
>
>
>
>
> Hi Roshan
I certainly seems like you are trying to do the right thing. It sounds like
you have...
Domain
Composite1
Java component
BPEL component
Composite2
OSGi component
How are you starting up the domain and the nodes in it?
Are you seeing any errors reported?
I'm putting together a similar Java/BPEL scenario so I'd be interested in
seeing what problems you are having.
Simon