I'm new to Flex development and doing some proof of concept work. The project will involve using BlazeDS to communicate with server via EJBs. As such I really need my .swf to run in an application server context to be useful. I've been trying to figure out how to hook the profiler up in this configuration so I can observe how some ideas my team has been implementing behave. I've only been able to get the profiler to run the .swf in a standalone mode though, so no EJB support is provided which makes the app & profiling it useless.
Is there a way to hook the profiler up to a flex app that is running in an application server such as JBoss? I've been hunting around quite a bit today and every example I've found states that first you create a new FlexBuilder project and set the server technology to 'None' which is a non-starter for me. I've tried several things from trying to profile an external app & pointing that at my running .swf to hooking up profilers to JBoss itself. I really appreciate any guidance anyone can provide. Thanks for your time.

