Currently I am running into two issue
1. I have BLC and my custom code configured in Eclipse using Maven
But when I press Ctrl+Shift+T and say type a core file like OrderDaoImpl
I do not see the source code
Do I need to do any setting to see the core source code in Eclipse itself?
2. I want to debug a method readCartForCustomer from OrderDaoImpl. Currently, its giving all the orders from BLC_ORDER table while it should only return orders with "IN_PROCESS" status so I am not sure where exactly the issue is
What is the most smooth way to add my logging statements to the core file for debugging?
(I tried opening the broadleaf-framework-2.3.0-M2-1.jar which was included in the apache deployment, wrote my own OrderDaoImpl.java and got the .class file out of it and overwrote the .class file in the jar file but this has not helped)
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.