The error appears to be in the AdminPage constructor
Caused by: java.lang.NullPointerException
at security.page.AdminPage.<init>(AdminPage.java:22)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at java.lang.Class.newInstance0(Class.java:355)
at java.lang.Class.newInstance(Class.java:308)
at
I am guessing either the function is null or the logger is null.
regards Malcolm Edgar
On Tue, Jun 9, 2009 at 11:20 PM, aurmam<[email protected]> wrote:
>
> i am using 2.0.1-incubating
>
>
> --
> View this message in context:
> http://n2.nabble.com/problem-with-spring-injection-tp3049285p3049367.html
> Sent from the click-user mailing list archive at Nabble.com.
>
>