-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.4
-
Component/s: None
When deploying bundles in the plugins directory classes are not found by the servlet container
=> if a bundle in plugins dir declares a filter it fails with java.lang.ClassNotFoundException
Moving the bundle to the bundes directory solves the issue
=> looks like a classpath or classload issue