To Sandro - The issue that you have faced is because in the AbstractJcrCommerceSession, the languageManager is null. You have to put following code in you custom CommerceServiceFactory class. That will resolve your issue.public class TrainingCommerceServiceFactory extends AbstractJcrCommerceServiceF...