This is now fixed in current CVS.
The problem was that options which are "normalized" (i.e. turned from Strings a la deploy.wsdd values into Objects, Booleans in particular) were being defaulted to "true", and the code that does the normalization was formerly only run for the engine. Now service options are also normalized, so that you CAN set these things on the individual service, but since the default was "true", all options which you didn't specify were returning true for the service, which overrides the setting on the engine. The property delegation code needs a bit more finishing, which will happen in the next few days. --Glen > -----Original Message----- > From: Rick Rineholt [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 15, 2002 3:47 PM > To: [EMAIL PROTECTED] > Subject: Re: sendMultiRef=false stopped working in beta3 > > > I believe a work around for this is to move that setting to > the actual > service(s) that you wish to > experience that behavior. Probably, in this case all :-) > > Rick Rineholt > "The truth is out there... All you need is a better search engine!" > > [EMAIL PROTECTED] > > > > Heitzso <[EMAIL PROTECTED]> on 07/15/2002 03:35:47 PM > > Please respond to [EMAIL PROTECTED] > > To: [EMAIL PROTECTED], axis <[EMAIL PROTECTED]> > cc: > Subject: sendMultiRef=false stopped working in beta3 > > > > I've used > > <globalConfiguration> > <parameter name="sendMultiRefs" value="false"/> > </globalConfiguration> > > in WEB-INF/server-config.wsdd for awhile to turn off > multirefs so I can use mozilla javascript client. > Downloaded axis beta3 binaries today and this > parameter setting is now ignored. > > Could someone talk about that issue ... bug? feature? > corrected in current cvs? ?? > > > Thanks, > Heitzso > > > >
