-
Bug
-
Resolution: Obsolete
-
Blocker
-
None
-
None
-
None
-
Undefined
Hi,
I've setup apiman and everything looks okay. When I launched developer portal I'm unable to see developers as API failed(404 status code) with response
RESTEASY003210: Could not find resource for full path:http://localhost:8080/apiman/developers.
I can see in the code that in manager/api/rest/src/main/java/io/apiman/manager/api/rest/IDeveloperResource.java it's mentioned as
@Path("/developers")
while for all other APIs the slash is not there ex:
@Path("gateways") and @Path("plugins")
Not sure if this is an issue. How do I fix it? Please let me know as this is a blocker for me.
I'm using 2.0.0.Final version
I tried to build the project but I'm getting following error on running mvn clean install: