Hi Abdul,

 

I think I may have asked a similar question before that you also answered.

I just upgraded from 1.2.11 to latest 1.2.13

In my app successfully pulling data from coldfusion but I’m not seeing any traffic in ServiceCapture

I’m running coldfusion on localhost:8500

 

My remoteObject looks like this

<mx:RemoteObject id="menuService"

            destination="ColdFusion"

            result="event.call.resultHandler(event)"

            fault="event.call.faultHandler(event)"

            showBusyCursor="true"

            source="com.upmarket.store.dao.CategoriesDAO" />      

 

Do I need to set any extra settings?

 

Within my flex-enterprise-services.xml logging section I have

    <logging>

        <target class="flex.messaging.log.ConsoleTarget" level="Debug">

            <properties>

                <prefix>[Flex] </prefix>

                <includeDate>false</includeDate>

                <includeTime>false</includeTime>

                <includeLevel>false</includeLevel>

                <includeCategory>false</includeCategory>

            </properties>

            <filters>

                <pattern>Endpoint.*</pattern>

                <pattern>Service.*</pattern>

                <pattern>Configuration</pattern>

                <pattern>Message.*</pattern>

            </filters>

        </target>

    </logging>

 

Any help would be much appreciated

 

Regards,

 

Bjorn Schultheiss

Senior Flash Developer

QDC Technologies


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Abdul Qabiz
Sent: Monday, 19 June 2006 11:05 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Connection Debugging

 

it works.

-abdul

On 6/19/06, Bjorn Schultheiss <[EMAIL PROTECTED]> wrote:

In Flash Development I was using ServiceCapture for my NetConnection Debugging.

 

What's the preferred NetConnection debugger for Flex2?

In particular I'm using a Coldfusion backend.

 

Has anyone managed to use ServiceCapture with flex2?

 

Regards,

 

Bjorn Schultheiss

Senior Flash Developer

QDC Technologies

 

__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





YAHOO! GROUPS LINKS




__,_._,___

Reply via email to