You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Anastasiya Gutnik (Jira)" <ji...@apache.org> on 2021/09/16 12:17:00 UTC

[jira] [Created] (CXF-8598) Equal candidates for handling the current request when implementing two APIs

Anastasiya Gutnik created CXF-8598:
--------------------------------------

             Summary: Equal candidates for handling the current request when implementing two APIs
                 Key: CXF-8598
                 URL: https://issues.apache.org/jira/browse/CXF-8598
             Project: CXF
          Issue Type: Bug
            Reporter: Anastasiya Gutnik


I have a Spring Boot Application and two APIs with absolutely different methods, but one implementation class for both.
when I'm adding implementation of the second API I received this error when requesting any of the methods.

o.a.c.j.m.OperationResourceInfoComparatorBase - Both class#method and class#method are equal candidates for handling the current request which can lead to unpredictable results

yes both class# method are the same in error, name of the implementation.



I can't change topology



--
This message was sent by Atlassian Jira
(v8.3.4#803005)