Return-Path: Delivered-To: apmail-ws-tuscany-dev-archive@locus.apache.org Received: (qmail 17123 invoked from network); 3 Mar 2008 21:44:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Mar 2008 21:44:00 -0000 Received: (qmail 74630 invoked by uid 500); 3 Mar 2008 21:43:55 -0000 Delivered-To: apmail-ws-tuscany-dev-archive@ws.apache.org Received: (qmail 74609 invoked by uid 500); 3 Mar 2008 21:43:55 -0000 Mailing-List: contact tuscany-dev-help@ws.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: tuscany-dev@ws.apache.org Delivered-To: mailing list tuscany-dev@ws.apache.org Received: (qmail 74600 invoked by uid 99); 3 Mar 2008 21:43:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Mar 2008 13:43:55 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Mar 2008 21:43:16 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 84E88234C085 for ; Mon, 3 Mar 2008 13:42:50 -0800 (PST) Message-ID: <1986348903.1204580570543.JavaMail.jira@brutus> Date: Mon, 3 Mar 2008 13:42:50 -0800 (PST) From: "Raymond Feng (JIRA)" To: tuscany-dev@ws.apache.org Subject: [jira] Resolved: (TUSCANY-1680) Need a way to detect that PBR can be used when building reference-side binding In-Reply-To: <29983623.1189454010182.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/TUSCANY-1680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng resolved TUSCANY-1680. ----------------------------------- Resolution: Fixed The SCABindingInvoker can implement the allowsPassByReference() method and return true or false based on the condition you described. > Need a way to detect that PBR can be used when building reference-side binding > ------------------------------------------------------------------------------ > > Key: TUSCANY-1680 > URL: https://issues.apache.org/jira/browse/TUSCANY-1680 > Project: Tuscany > Issue Type: Improvement > Components: Java SCA Data Binding Runtime > Affects Versions: Java-SCA-1.0 > Reporter: Scott Kurz > Assignee: Raymond Feng > Fix For: Java-SCA-Next > > > When building a ref-side binding impl for a remotable intf, I may want to do the following: > * if my target is in a remote JVM, then use the Tuscany databinding framework to convert to a databinding I can handle > * if my target is local, and the service impl has @AllowsPBR , then choose NOT to set up a databinding interceptor > I'm not sure where to start exactly with suggesting how to implement this, so I'll start by just describing the problem. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org For additional commands, e-mail: tuscany-dev-help@ws.apache.org