I have a class named "NodeUtil" and that class have a three services injected in the bootstrap phase but once i trying to Log the service.toString() the value that printed is proxy$.toString() .
I'm trying to initialize the services in the NodeUtil bean rather than initialize them using
Repository.getServiceRegistry(FacesContext ...).getSearchService()
I use the same thing in the file action-services-context.xml.
- I create a class.
- I set setter methods.
- I write a snipe of xml tag for NodeUtil Bean.
Can anyone tell me why this initiate an error and what the correct way.
Thanks