Hello,
I want to create the spring service bean in the core package. There is find all method to find my customerType entity. I want to find my entities by using this bean in my customerTypeUtil class that extends BroadleafEnumerationType because I don't want to add static customertype. I want to load from table.
I am trying to do like this. But I cannot inject the service bean in my customerTypeUtil. I got nullpointer exception. I have already defied service bean in the core's applicationContext.xml.
I would like to know that can I use spring service bean in the core package.
Thanks
Julia
This forum is in readonly mode and serves as an archive of old information. All posting, registration and commenting abilities have been turned off. To get help, the Broadleaf team reguarly monitors the broadleaf-commerce tag on Stack Overflow so please ask your questions there.