The constructor is called when the class is actually instantiated by
the JVM.  I really can't imagine there is any way to hook something
instance specific in before the constructor is called.

Travis Klotz

On 7/8/05, Adam Czysciak <[EMAIL PROTECTED]> wrote:
> Hi,
> 
>   I @InjectObject, the spring bean. When is it created? When I access the
> getter in constructor, I get null. When I access it later, I get the bean
> correctly. Is there any way the bean can be initialized before the
> constructor begins?
> 
> --
> Greets,
>   Adam Czysciak
>   [EMAIL PROTECTED]
>   Sun Certified Programmer for the Java 2 Platform, SE 5
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to