how to debug or log info in bean
hello here.
So one of my component java bean functions is not returning result I am expecting.
I added log.info to trace , doesn't print anything.
Then used debug from Eclipse , doesn't stop on breakpoints.
Where and what I should do?
