This content has been marked as final.
Show 2 replies
-
1. Re: Injected Bean is Null
Luke Simon Mar 22, 2009 11:30 PM (in response to Jubril Adisa)Try with
@AutoCreate
on top of jobCategory class or try with
@In(create=true)
-
2. Re: Injected Bean is Null
Jubril Adisa Mar 23, 2009 5:46 PM (in response to Jubril Adisa)Thanks i discovered my own mistake
In JobCategoryService i wrote a Constructor, which i guess you are not supposed to, which is the reason why @Create was made available in the first place, After i removed the @Create, the application is now working correctly