cancel
Showing results for 
Search instead for 
Did you mean: 

NoOpSnSearchProviderConfiguration class not found in search-services module

superpalmi
Explorer
0 Kudos
512

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

 

View Entire Topic
georg_wittmann
Explorer

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.

superpalmi
Explorer
0 Kudos

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 

georg_wittmann
Explorer
0 Kudos

you can check if the file

hybris/bin/platform/bootstrap/gensrc/de/hybris/platform/searchservices/spi/data/NoOpSnSearchProviderConfiguration.java

exists

georg_wittmann
Explorer
0 Kudos

[deleted]