Troubles getting config [PostConstruct] method to invoke
Hey Shaun,
I am updating my simple signal command map example and my mxml
builder is not seeming to do anything with the config. My main mxml
has:
<mxml:ContextBuilderTag>
<cfg:AppBundle />
<cfg:AppConfig />
</mxml:ContextBuilderTag>
My bundle has extend called just fine. But the plain class
config AppConfig never gets a post construct called. Is there
something a bit different with this implementation now? I need to
do a more granular startup so I do not need this anymore. I just
wanted to make sure I was not missing a potential issue.
Best,
Ken
Comments are currently closed for this discussion. You can start a new one.
Support Staff 2 Posted by Shaun Smith on 10 May, 2012 07:53 PM
Hmm.. that's weird. Configs should still work. Are you sure that the context is even initializing? Does you bundle install the StageSyncExtension?
3 Posted by krflash on 10 May, 2012 08:38 PM
I was thinking that is the main issue - not having needed bundles installed. I was using the classic before. I extended a few things into the bundle and will add that as well.
4 Posted by krflash on 10 May, 2012 08:51 PM
Okay I am back on track!
Now my config is getting picked up. I have other errors to fix now :)
krflash closed this discussion on 10 May, 2012 08:51 PM.