-
The source issue is described here: https://groups.google.com/forum/#!topic/swagger-swaggersocket/b0nzZFoY6Uc
As a summary, the issue involves getting a HTTP 404 response when trying to load the expe…
-
Hi, I have this exception during model parsing:
my config is:
java.lang.ClassCastException: sun.reflect.generics.reflectiveObjects.TypeVariableImpl cannot be cast to java.lang.Class
at com.word…
-
I'm trying to create a model schema for the service where there is a class that has one field of enum type. Attempt causes generation of an empty DocumentationSchema for this class. I've tried to repr…
-
Scala 2.10-rc1 has been released. It would be great to have support for Scala 2.10.
-
Hi,
I´m trying swagger with Jersey (v 1.14) and Apache Tomcat 7.0.29. When Tomcat starts an OutOfMemoryError occurs.
With Tomcat 6.0.32 it works fine.
This is my servlet configuration:
``` xml
…
-
When running swagger-ui and read from http://localhost:9000/resources.json, it will give me errors on the console:
[error] application - Cannot determine Path. Nothing defined in play routes file for…
-
Trying to install the 31 January 2012 update in this environment
Apache Maven 3.0.3 (r1075438; 2011-02-28 09:31:09-0800)
Maven home: /usr/share/maven
Java version: 1.6.0_29, vendor: Apple Inc.
Java h…
-
Hi,
I tried to use this plugin and have the following exception.
I'm new to swagger, so maybe I'm missing something.
Here's the routes I add :
GET /resources.json controllers.ApiHelpContr…
-
Its a very nice tool and hoping to see the admin side of swagger with monitoring capabilities. Swagger-play2-util is not compiling. Stack trace of the error attached for your reference. Health,Health …
-
1. First, under swagger-play2, execute
$ play publish-local
2. add appDependencies to my play2's project/Build.scala
"swagger-play2" %% "swagger-play2" % "1.1-SNAPSHOT"
3. add resolvers to m…