sharmalab / bindaas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning from upstream CXF

pradeeban opened this issue · comments

Dec 14, 2018 3:45:25 PM org.apache.cxf.jaxrs.model.OperationResourceInfoComparator compare
WARNING: Both edu.emory.cci.bindaas.core.rest.service.impl.ExecutionServiceImpl#executeQueryEndpoint and edu.emory.cci.bindaas.core.rest.service.impl.ExecutionServiceImpl#executeQueryEndpoint are equal candidates for handling the current request which can lead to unpredictable results

The warning does not even make sense as it is pointing out the same class and same method are identical (to itself ?) What does that even mean?

I of course notice there are discussions around this issue in CXF forums. Need to look more.

This log is printed for each of the service invocation.

Fixed in master (24249dd) and 4.0.