Questions tagged [sap-commerce-cloud]

For Hybris/ SAP Commerce/ SAP Commerce Cloud based questions

SAP Commerce / SAP Commerce Cloud is ready made e-commerce suite by SAP to be used in different industries like B2C, B2B, telco, financial, based on Java technologies.

2196 questions
12
votes
2 answers

Correct locale for Indonesia( "id_ID" Vs "in_ID" )?

I am currently using 6.0 version of hybris. Our project is entirely based on Backoffice. Earlier We configured in_ID (languageISOcode_countryISOcode) for indonesia locale and was working fine but now Client has requested to do the locale setup as…
Arjun Shaw
  • 121
  • 1
  • 1
  • 6
12
votes
3 answers

What is tenant scope in Hybris?

I am very new to hybris e-commerce software and trying to learn with the help of wiki documents provided with it. I see use of 'tenant' scope quite frequently. I know about other scopes like 'singleton', 'prototype' etc. But I am not very clear…
Nirmal Mangal
  • 812
  • 1
  • 12
  • 26
11
votes
12 answers

How could I reduce the Hybris server startup time?

I am working on a Hybris project and it is very time consuming to wait 350 - 550 sec for a single Hybris server startup, for even just a little modification/misstype in the code. Is it possible to reduce this time by running only those extensions I…
sz3nt
  • 485
  • 1
  • 7
  • 17
10
votes
5 answers

Can anyone explain how to get a hybris project set up in Intellij Idea?

I am following the trails on the wiki and I am able to get the Hybris project set up in Eclipse just fine. But because I am new to Intellij Idea and I am still trying to grasp the idea of "projects" instead of "workspaces", I am having a hard time…
Lani1234
  • 522
  • 5
  • 12
  • 21
9
votes
3 answers

How to invoke Ant in a Jenkins Groovy Pipeline

I have created a Jenkins Pipeline job. In this job I want to do the build using Ant. I have configured the Ant variable in Manage **Jenkins > Global Tool Configuration** as Ant1.9.1= D:\path_to_hybris\hybris\bin\platform\apache-ant-1.9.1. In a…
user5917011
  • 1,137
  • 5
  • 14
  • 22
9
votes
1 answer

Hybris Mockito : Getting Exception there is no LocaleProvider for (detached) model

I am writing test cases at facade level in my Hybris Project. I am creating model instance and setting name and code. Model is having some attributes Localized, because of that I am getting no LocaleProvider…
Free-Minded
  • 5,322
  • 6
  • 50
  • 93
9
votes
4 answers

Hybris: cannot find CMSSite associated with current URL

I created a new Hybris extension using one of the given templates. The build was successful and I am able to start the server, too. But when opening the weblink from the HAC I get the error "Cannot find CMSSite associated with current URL". Are…
8
votes
3 answers

FATAL ERROR in native method: JDWP No transports initialized error while starting hybris server in debug mode

While trying to start my hybrisserver in debug mode I got the following error messages and hybrisserver stopped. I tried but not able to solve. Any help please. FATAL ERROR in native method: JDWP No transports initialized,…
Manohar Ch
  • 453
  • 1
  • 3
  • 22
8
votes
2 answers

Explain how to Create Cron Job in Hybris

I did my research but couldn't find the authentic answer. Any inputs from hybris experts highly appreciated
prashant kumar
  • 147
  • 1
  • 3
  • 8
8
votes
10 answers

Difference between relations and collections in hybris?

I am new to hybris, What is diff b/w relations and collections, why we go for relations instead of collections.
P C raja
  • 81
  • 1
  • 1
  • 3
7
votes
2 answers

Why does Hybris ship insecure http maven repository URL? And why can't we override it?

In apache-ant/lib/libraries.properties m2.repo=http://repo1.maven.org/maven2/ What is the point of shipping Hybris with http URL? It cannot be accessed in the first place, let alone used for downloading. Ideally, it should be an https…
Farrukh Chishti
  • 7,652
  • 10
  • 36
  • 60
7
votes
5 answers

How to find out the Hybris version of a server?

Is there any specific way of finding out the Hybris version of a server. I know that the hybris version appears in logs during server startup but I was wondering if it can be found somewhere in hac or backoffice. That way I will be able lookup the…
dj_frunza
  • 1,553
  • 3
  • 17
  • 28
7
votes
3 answers

How do I skip certain ValidateInterceptor?

I have created a VariantValueCategory and wanted to skip the ValidateInterceptor as it was not allowing me to create VariantValueCategory either by Impex or by HMC. Can any one suggest me how do I skip ValidateInterceptor or any Interceptor?
munna
  • 91
  • 1
  • 4
7
votes
0 answers

AbstractRememberMeServices throwing Nullpointer Exception

I am using Spring-security-web-3.2.5 jar and Java 8 and Spring-web-mvc 4.1.7 in hybris 6 Platform. I am getting Nullpointer Exception in ApplicationFilterProxy and in class AbstractRememberMeServices. When I debug this class I observed that the…
day_dreamer
  • 824
  • 3
  • 13
  • 33
7
votes
4 answers

Jalo Layer vs Service Layer

Whats the difference between a Jalo layer and a service layer in the Hybris commerce suite? I will really appreciate if someone could give an example along with. I know Jalo layer has been deprecated but still if I have to specify which layer to use…
Ashish Jagga
  • 189
  • 3
  • 6
  • 10
1
2 3
99 100