Details
Description
Install war feature and try to install syncope core and console wars.
Different dependencies issues and finally ClassNotFoundException in logs appeared.
Syncope already include all the dependent jars in the lib/ folder of the war.
But the MANIFEST files in the syncope-core and syncope-console are not correct enough, Bundle-ClassPath: , Web-ContextPath: should be added into MANIFEST.
After manually adding Bundle-ClassPath: and update Import-Package: nothing dependencies bundles needed and no ClassNotFoundException.
Pom files of core and console project should be updated to generate correct Bundle-ClassPath and Import-Package in MANIFEST. Or make changes on the MANIFEST directly during the build at least.
Attachments
Attachments
Issue Links
- is related to
-
SYNCOPE-204 Add Karaf features
- Open
- links to