I'm using WebSphere 9.0.5.3 and after migrating CXF-core lib from 3.1.x to 3.2.x I'm facing this problem :
AbstractJAXRS E No resource classes found
with CXF 3.1.x everything works fine my server is working and my rest services are working as well.
ps1: I have already disabled JAXRSEngine of WebSphere and working with my own libraries ( in the shared isolated package ) and as I said it was working fine with the previous version
ps2: I have already modified the class loader policy ( Multiple - single )
with some debugging, I figured out that WebSphere is not even loading my classes ( annotated with @path)
ps3: have already upgraded jaxrs-ws-rs to 2.1.1 because CXF 3.2.x supports JAX-RS latest 2.1 spec even though this spec is backward compatible with jaxrs 2.0
and i have already upgraded also all the CXF JAXRS related jars and still have the same problem
PS4: my application is working fine with tomcat 8 and Wildfly/JBoss so i don't think i have a problem with my resources classes
PS5: in the same jar, the other classes are loaded so WebSphere is filtering the resources classes and not loading them
the main problem here is why websphere is not loading my resouruce classes i have just upgraded the jar and I kept the old configurations ?