on 2024 Jul 10 11:41 AM
Hi,
i'm having problems building my server with search-services module, it looks like this class is missing:
import de.hybris.platform.searchservices.spi.data.NoOpSnSearchProviderConfiguration
i can see that the whole package "data" is missing, I don't know if there is some integration package missing,
my version is 2211.21, and i have installed CXCOMCL221100U_21-70007431 and CXCOMIEP221100U_21-70007891 ext package. Do you know if it is a known issue?
Thank you
Request clarification before answering.
Hi, the class is defined in
hybris/bin/modules/search-services/searchservices/resources/searchservices-beans.xml
and should be automatically created during build in
hybris/bin/platform/bootstrap/gensrc/de/hybris/platform/searchservices/spi/data/NoOpSnSearchProviderConfiguration.java
Try a full clean build (ant clean all in platform directory) and analyze if something is going wrong during class generation for beans.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I was trying to build using windows wsl, now I did an ant clean all by windows command prompt and everything went fine, I didn't know compiling with wsl could give these problems.
Also, how can you tell if this class was generated during build? Just because it's only defined in beans.xml? Just to know in case it happens next time
User | Count |
---|---|
13 | |
3 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.