RE: Modified WSDDTargetedChain.java

2002-02-18 Thread Glyn Normington
To: [EMAIL PROTECTED] Subject: RE: Modified WSDDTargetedChain.java

RE: Modified WSDDTargetedChain.java

2002-02-15 Thread Sedukhin, Igor
ECTED]] Sent: Friday, February 15, 2002 11:42 AM To: [EMAIL PROTECTED] 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 thoug

RE: Modified WSDDTargetedChain.java

2002-02-15 Thread Glyn Normington
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

RE: Modified WSDDTargetedChain.java

2002-02-15 Thread Sedukhin, Igor
, NY 11788 -Original Message- From: CHEN,SHIH-CHANG (HP-NewJersey,ex2) [mailto:[EMAIL PROTECTED]] Sent: Friday, February 15, 2002 10:50 AM To: Sedukhin, Igor; [EMAIL PROTECTED] Cc: CHEN,SHIH-CHANG (HP-NewJersey,ex2) Subject: RE: Modified WSDDTargetedChain.java Igor, Glyn, Thanks, it

RE: Modified WSDDTargetedChain.java

2002-02-15 Thread CHEN,SHIH-CHANG (HP-NewJersey,ex2)
age- > From: Sedukhin, Igor [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 15, 2002 8:00 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: RE: Modified WSDDTargetedChain.java > > > Glyn, Chen, > > I think it's all good and we don't have to

RE: Modified WSDDTargetedChain.java

2002-02-15 Thread Sedukhin, Igor
f this works for you :)... -- Igor Sedukhin .. ([EMAIL PROTECTED]) -- (631) 342-4325 .. 1 CA Plaza, Islandia, NY 11788 -Original Message- From: Glyn Normington [mailto:[EMAIL PROTECTED]] Sent: Friday, February 15, 2002 5:02 AM To: [EMAIL PROTECTED] Subject: Re: Modified WSDDTargetedChain.java I

Re: Modified WSDDTargetedChain.java

2002-02-15 Thread Glyn Normington
I don't know this area of Axis well enough to be sure, but your fix looks plausible. However, comparing the code in WSDDDeployableItem.makeNewInstance, I wonder if the following line needs adding just before the new call to setOptions: pivot.setName(pivotQName.getLocalPart()); On the other hand

Modified WSDDTargetedChain.java

2002-02-14 Thread CHEN,SHIH-CHANG (HP-NewJersey,ex2)
Hi, To fix the bug I reported in my last message I add the line 202: pivot.setOptions(getParametersTable()); ( otherwise, the new pivot instance cannot get the configuration parameters which is allowed in the wsdd XSD ) I am not sure if this is a bug or by design. Please let me know if there is