Return-Path: Delivered-To: apmail-xml-axis-dev-archive@xml.apache.org Received: (qmail 30084 invoked by uid 500); 18 Feb 2002 09:35:20 -0000 Mailing-List: contact axis-dev-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@xml.apache.org Received: (qmail 29977 invoked from network); 18 Feb 2002 09:35:19 -0000 Subject: RE: Modified WSDDTargetedChain.java To: axis-dev@xml.apache.org X-Mailer: Lotus Notes Release 5.0.7 March 21, 2001 Message-ID: From: "Glyn Normington" Date: Mon, 18 Feb 2002 09:37:01 +0000 X-MIMETrack: Serialize by Router on d06ml007/06/M/IBM(Release 5.0.8 |June 18, 2001) at 18/02/2002 09:35:09 MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Igor, WSDDDeployableItem.makeNewInstance contains the code: if (h != null) { if ( qname != null ) h.setName(qname.getLocalPart()); h.setOptions(getParametersTable()); } but WSDDTargetedChain.makeNewInstance happily constructs a pivot handler and a targeted chain without setting their name or options. Since WSDDTargetedChain extends WSDDDeployableItem, the former should be a specialisation of the latter, so I'm wondering why the name and option setting is not inherited. I'm not saying they should be inherited, just that I don't understand why they are not. Glyn "Sedukhin, Igor" To: axis-dev@xml.apache.org Subject: RE: Modified WSDDTargetedChain.java 15/02/02 17:12 Please respond to axis-dev Glyn, What do you think is missing? Actually I also thoought so, but then I took a closer look and figured it's all good... -- Igor Sedukhin .. (Igor.Sedukhin@ca.com) -- (631) 342-4325 .. 1 CA Plaza, Islandia, NY 11788 -----Original Message----- From: Glyn Normington [mailto:glyn_normington@uk.ibm.com] Sent: Friday, February 15, 2002 11:42 AM To: axis-dev@xml.apache.org Subject: RE: Modified WSDDTargetedChain.java Igor, Thanks for sorting out Chen's problem. I'm still a bit puzzled about the makeNewInstance methods in WSDDDeployableItem and WSDDTargetedChain. It does look as though there is some missing code in WSDDTargetedChain. Can anyone explain the difference? Glyn