I am getting an error:
A provider com.xyx.in.astra.aqr.security.application.requestFilter.UniversalSessionManagerFilter registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider com.xyx.in.astra.aqr.security.application.requestFilter.UniversalSessionManagerFilter will be ignored.
Note:
- This UniversalSessionManagerFilter filter is in an external jar file which is in the server classpath
- I am using
@Providerannotation on the filter and@Priorityannotation to define priority - This is a rest server filter