RE: [flexcoders] Re: Beta3 - Remoting error when running from "local" build

2006-05-23 Thread Bill Sahlas
;>you're using the URL to load the SWF. If you're loading the SWF from > > the > >>file system then we can't work this out at runtime.     From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of thunderstumpgesatwork Sent: T

[flexcoders] Re: Beta3 - Remoting error when running from "local" build

2006-05-23 Thread thunderstumpgesatwork
Great, thanks for the info. Thunder --- In flexcoders@yahoogroups.com, "Peter Farland" <[EMAIL PROTECTED]> wrote: > > If you have {context-root} in any of your endpoints and rely on the > services configuration to generate the correct channels for you at > runtime then you must specify --conte

[flexcoders] Re: Beta3 - Remoting error when running from "local" build

2006-05-23 Thread thunderstumpgesatwork
OK, hardcoding the 'flex' part of the path in flex-enterprise-services.xml instead of relying on {context.root} has fixed the problem. Didn't see any settings that would correct it otherwise, but this seems fine for our development systems. Thanks, Thunder --- In flexcoders@yahoogroups.com, "

[flexcoders] Re: Beta3 - Remoting error when running from "local" build

2006-05-23 Thread thunderstumpgesatwork
Wait a minute... it's missing the "{context.root}" portion of the URL... thats why there's two slashes... Looking for the setting that should pick that up. Thunder --- In flexcoders@yahoogroups.com, "thunderstumpgesatwork" <[EMAIL PROTECTED]> wrote: > > Hi all, > > I've got Flex Data Service