hello all,
i have a question: does subclassing work in Spring?
i have declared in spring bean MYFIRSTBEAN which has property X.
i have declared also MYEXTENDEDBEAN that extends MYFIRSTBEAN.
in applicationcontext.xml i have declared property X only for MYFIRSTBEAN.
In my application, i am retrieving MYEXTENDEDBEAN, but when i try to retrieve property X, i got a null pointer exceptionj.
Is it so that if i want it to work, i have to declare the property also on MYEXTENDEDBEAN?
thanx in advance and regards
marco


Reply With Quote