Skip to Content
4
May 22, 2018 at 09:38 PM

Wrong aspectj configuration in 6.7.0.1

91 Views

More defect report that a question:

hybris 6.7.0.1 didn't start with my custom extension which is using aspects.

Root cause: Wrong configuration parameter in hybris/bin/platform/project.properties:

Actual and wrong:

 aspect.weaver.library=aspectjweaver-1.8.5.jar

Fix:

 aspect.weaver.library=aspectjweaver-1.9.0.RC2.jar