On Tue, Apr 28, 2009 at 11:19 PM, scatest4 <[email protected]> wrote: > but what if i don't want to or can't modify the interface class? If > its in a pre-existing jar my application is using which i can't > modify, is there something other than the > org.oasisopen.sca.annotation.Remotable annotation? >
The very latest OASIS specifications add a remotable attribute to the scdl <interface> element which should do what you need, we've not yet implemented it but it will be in one of the next Tuscany releases. ...ant
