views:

12

answers:

0

Hi everybody,

We built an Flex application embbeded in a Oracle PL/SQL page (throw an Oracle DAD) developed with Flex3 SDK. As we have many environnements (development, pre production, training, production), so many DAD, we used to set our HTTPService with relatives paths.

For example Development Plateform :

Client URL (into IE/Firefox/...) => http:\\myDomainDEVL\myDADDEVL\myOracleProcedure
Application Path => http:\\myDomainDEVL\flex\application1\main.swf

For example Pre Production Plateform :

Client URL (into IE/Firefox/...) => http:\\myDomainPPRD\myDADPPRD\myOracleProcedure
Application Path => http:\\myDomainPPRD\flex\application1\main.swf

Everything used to work perfectly, our flex application when retreiving the data throw HTTService used the OracleDAD (http:\myDomainDEVL\myDADDEVL\getMyDataProcedure if deploying on Development Plateform). In that way, we didn't have to change the application code to deploy it on the differents environnements. And it acted like it was the client (internet browser) who was asking for the data (throw the DAD)

Now that we are trying to migrate our application to Flex4, we get a strange behavior : our flex 4 application when retreiving the data don't use the Oracle DAD but the application Path. It seems like it is the server who asking for the data and not any more the client.

Hope, i'm enought clear to find some help here.

I think all of you would have understand that i'm not an native english speaker, so exuse my french, as english people says.

Per advance, thanks