Custom Persistence Handler not getting initialized
Posted: Wed Feb 19, 2014 5:53 am
Hi,
I followed the tutorial in
http://docs.broadleafcommerce.org/core/ ... e-handlers,
i created my own custompersistence handler extending from CustomPersistenceHandlerAdapter, and extended methods
canhandlefetch and fetch methods. And registered it as @Component.
But when i debug PersistenceManagerImpl i am not getting my handler listed in getCustomPersistenceHandlers() method.
I am using Broadleaf 3.0.8GA. Any thoughts will be greatly appreciated.
Thanks,
Raviteja
I followed the tutorial in
http://docs.broadleafcommerce.org/core/ ... e-handlers,
i created my own custompersistence handler extending from CustomPersistenceHandlerAdapter, and extended methods
canhandlefetch and fetch methods. And registered it as @Component.
But when i debug PersistenceManagerImpl i am not getting my handler listed in getCustomPersistenceHandlers() method.
I am using Broadleaf 3.0.8GA. Any thoughts will be greatly appreciated.
Thanks,
Raviteja