Search:

Type: Posts; User: hendershot; Keyword(s):

Search: Search took 0.02 seconds.

  1. Yea, just tried it again, and it's autowiring.

    Yea, just tried it again, and it's autowiring.
  2. The interesting thing now is that I don't need...

    The interesting thing now is that I don't need "-keep-as3-metadata" in eclipse or in flexmojos anymore autowiring with the metadata just works.
  3. Found the problem. Was using...

    Found the problem. Was using XMLApplicationContext instead of FlexXMLApplicationContext.

    Thanks for the tip with the self dispatching events.
  4. having trouble getting Autowired to work with stage components in 0.8

    Need some help getting Autowired to work. I am fairly new to Flex, been playing with it for a couple of months and now starting a new project and would like to use Spring DI for it.

    I have custom...
  5. component-scan not working in web application

    Using resin 2, ContextLoaderServlet in web.xml, have the following in my application context:


    <context:component-scan base-package="com.mypackage"/>

    In a unit test it works and I can get...
  6. thanks! that works much better.

    thanks! that works much better.
  7. problems switching to @Transactional with AOP

    Followed the online reference and did the following:


    <bean class="org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator"/>
    <bean...
Results 1 to 7 of 7