Return-Path: Delivered-To: apmail-ws-tuscany-dev-archive@locus.apache.org Received: (qmail 76002 invoked from network); 2 Feb 2007 04:47:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Feb 2007 04:47:34 -0000 Received: (qmail 14184 invoked by uid 500); 2 Feb 2007 04:47:39 -0000 Delivered-To: apmail-ws-tuscany-dev-archive@ws.apache.org Received: (qmail 14160 invoked by uid 500); 2 Feb 2007 04:47:38 -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 14144 invoked by uid 99); 2 Feb 2007 04:47:38 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Feb 2007 20:47:38 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of enjoyjava@gmail.com designates 66.249.82.238 as permitted sender) Received: from [66.249.82.238] (HELO wx-out-0506.google.com) (66.249.82.238) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Feb 2007 20:47:28 -0800 Received: by wx-out-0506.google.com with SMTP id h28so728462wxd for ; Thu, 01 Feb 2007 20:47:07 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:from:to:subject:date:mime-version:content-type:content-transfer-encoding:x-priority:x-msmail-priority:x-mailer:x-mimeole; b=U3Xg+4y9IwrB1JKtnu4hYeRsLlx8/QeZumhxtluJH5w/xR5TSk7S9bIhL5LFz4RDX3Y7X+NprqWFirs8u372ogNct8xfM2fVJyQI6kBsptvqEhAvqZoUXdj+v8lS1bVZLB4SMADZrwdaXHFp5ITaZ5gh9xM9JFW2+4IAqbYRlP8= Received: by 10.70.80.14 with SMTP id d14mr5317394wxb.1170391627806; Thu, 01 Feb 2007 20:47:07 -0800 (PST) Received: from rfengt60p ( [75.33.140.245]) by mx.google.com with ESMTP id 11sm6980423wrl.2007.02.01.20.47.06; Thu, 01 Feb 2007 20:47:07 -0800 (PST) Message-ID: <003b01c74685$3205bce0$0300a8c0@rfengt60p> From: "Raymond Feng" To: Subject: SCA Java C&I spec questions Date: Thu, 1 Feb 2007 20:47:06 -0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3028 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 X-Virus-Checked: Checked by ClamAV on apache.org Hi, I have a few questions about the latest SCA Java C&I spec. For those who involve in the spec discussions, I would appreciate if you can clarify. 1) For annotations such as @Property, @Reference and @Service, should we annotate them with @Inherited so that these annotations can be inherited by subclasses? 2) For @Property, is it desirable to define the XSD "type" or "element" as defined in the assembly spec? 3) To derive the service name from a java interface, should the fully-qualied class name be used to avoid conflicts (such as a.Service and b.Service) or we should add an optional name attribute to @Service to customize the service name if necessary? 4) What kind of java interfaces are qualified to be remotable? Are the parameter/return type required to be Serializable or? 5) The spec says WSDL2Java follows the JAX-WS spec. Should we then honor the JAX-WS annotations in the generated interfaces? Thanks, Raymond --------------------------------------------------------------------- To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org For additional commands, e-mail: tuscany-dev-help@ws.apache.org