To: [EMAIL PROTECTED]
Subject: RE: Modified
WSDDTargetedChain.java
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
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
, 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
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
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
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
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