On Mon, Dec 8, 2008 at 4:22 PM, Marvin Froeder <[EMAIL PROTECTED]> wrote: > Well, applicationContext.xml is loaded at runtime, so, doesn't matter where > is applicationContext.xml at compilation time. It's used at runtime only. > > What you need to check is if applicationContext.xml is available at same > place where your SWF is.
If you put the file in src/main/resources, it should end up in the target dir next to your swf. If you are running your application from the target dir, it should work I would think. If you are running your application from Flex Builder, then you need to get it into bin-debug, which you normally do by adding src/main/resources as a source path in FB. Logan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/flex-mojos?hl=en?hl=en http://blog.flex-mojos.info/ -~----------~----~----~----~------~----~------~--~---
