I'm creating an itest to capture the various combinations.

Thanks,
Raymond
--------------------------------------------------
From: "Simon Laws" <[email protected]>
Sent: Tuesday, February 23, 2010 7:09 AM
To: <[email protected]>; <[email protected]>
Subject: Re: [2.x] In-VM invocation between components

Don't know if this is going to come out on email so have added it to [1] also.

remote = endpoint is in a different JVM from the endpoint reference
local = endpoint is in the same JVM as the endpoint reference
cl = classloader
pbv = pass by value
pbr = pass by reference
apbr = allows pass by reference

                           remote        local (same cl)      local
(different cl)
local interface 1. error 4. pbr 7. pbv (or error?)
remote interface   2. pbv         5. pbv                8. pbv
remote apbr          3. pbv         6. pbr (or pbr)       9. pbv

So for each numbered entry what test(s) identify the entry.

Simon

[1] http://cwiki.apache.org/confluence/display/TUSCANYWIKI/SCA+Binding

Reply via email to