I'm doing somthing wrong here :

If I subclass ApplicationObjectSupport and then in the subclass to a getApplicationContext() call shouldnt I receive the ApplicationContext object ?

Doing this I get a null. Do I need to do anything in config to make sure that a constructor other than the default is called, because this is whats happening ?

TIA