custom Adobe CQ commerce provider
Hi,
we applied the instructions as found in tutorial http://helpx.adobe.com/experience-manager/using/creating-custom-cq-commerce-providers.html. The idea is to extend or enhance the default OOTB Adobe commerce provider. According to the javadoc this is a quote "a simple cart pricing architecture with single currency" unquote and FYI .... the hard-coded VAT rate of 6% is not very applicable for European customers ....
By now, I'm getting rather used to the open-for-improvement-coding-techniques (plenty of unused variables, poor Java-naming conventions) but the NPE (null pointer exception) is especially annoying. this exception is being produced when the TrainingCommerceSessionImpl constructor invoked (invoking the super AbstractJcrCommerceSession constructor) and my suspicion is this NPE is part of this constructor.
Please note we are using AEM 6.0 and I noticed the corresponding API has changed quite a bit between version 5.6 and version 6.0
many thanks for helping us out,
Wim