agrabovskis
Participant
Member since ‎2015 May 14

User Statistics

  • 73 Posts
  • 6 Solutions
  • 2 Kudos given
  • 9 Kudos received

User Activity

platformbackofficeLabelLocator was changed somewhere between 6.7 and 2011 versions. The class ResourcesLabelLocator was replaced with ResourceBundleLabelLocator: ResourcesLabelLocator -> the default translations are loaded from labels.properties fi...
When German language is disabled (`lang.packs=en`), then system initialization `ant initialize` reports impex import errors (see below). Should German language be considered as mandatory, or is there a possibility for impex somehow to honour the supp...
HYBRIS.LONG_STRING maps to nvarchar(max) (as it should). But some of the attributes in items.xml are mapped to TEXT causing some specific characters to be lost. The list of affected attributes: AbstractOrder.globalDiscountValuesInternal Consen...
In case when the project has to support weighted units (e.g. KGs), we can stick with the following logic: Set the sales unit of product to grams Specify the sales price per kilogram (e.g. 3 eur) Ensure that gram and kilogram unit have th...
ExportEventSender fails with NPE in case of anonymous class instances: import static org.assertj.core.api.Assertions.assertThat; import javax.annotation.Resource; import org.junit.Test; import de.hybris.bootstrap.annotations.IntegrationTest...