You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by Venkata Krishnan <fo...@gmail.com> on 2006/08/04 13:54:36 UTC

Re: ServiceLoader.java target attribute?

Hi Jeremy / Jim,
1)   Not being able to make much progress with RMI Binding as SCA service I
am trying the other way SCA RMI Reference.  In that I discovered that the
ComponentLoader's loadReference expects a 'target' attribute similar to the
case of service.  I supposed this is also going to go - right?

2) With resepct to the RMI Binding in SCA Service, here are the
implementations that  i have (infact I am staying put with whatever Jeremy
has seeded already but for the implementations within the RMI Service) :
- RMIBindingLoader
- RMIBindingBuilder
- RMIInvoker
- RMIService
- RMIReference

Is there anything related to wiring that I am missing out here.  I ask this
because the problems that I am having are with absence of wires, Invocation
chains and target invokers.

I could go a little forward by creating wires in the
RMIBindingBuilder.buildmethod, but then that's not much.

What has been the experience with the other bindings - for example Axis2 ?
If I can get a hang of this, I can most certainly help in getting the other
bindings up as well.

Thanks

- Venkat