cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Extension is not included in hybris server startup

former_member645853
Participant
0 Likes
521

My extension messaging is included in localextensions.xml in config folder.

My XXXcore extension requires it (<requires-extension name="messaging"/> .

However during hybris server startup messaging-spring.xml is not loaded and server failed to startup due to the fact that XXXcore-spring.xml needs been from messaging-spring.xml and this messaging-spring.xml is not loaded at all ( in logs for server there is anything related with this file) .

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member645853
Participant

I missed project.properties file in messaging extension with this property
messaging.application-context=messaging-spring.xml