--
You received this message because you are subscribed to the Google Groups "jooby-project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jooby-projec...@googlegroups.com.
To post to this group, send email to jooby-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jooby-project/5634c927-b43a-42d5-a21f-9c0f56064492%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
import org.jooby.internal.apitool.javadoc.FuzzyDocBaseListener; import org.jooby.internal.apitool.javadoc.FuzzyDocLexer; import org.jooby.internal.apitool.javadoc.FuzzyDocParser; import org.jooby.internal.apitool.javadoc.JavadocLexer; import org.jooby.internal.apitool.javadoc.JavadocParser; import org.jooby.internal.apitool.javadoc.JavadocParserBaseListener; import org.jooby.internal.apitool.javadoc.StatusCodeBaseListener; import org.jooby.internal.apitool.javadoc.StatusCodeLexer; import org.jooby.internal.apitool.javadoc.StatusCodeParser;
--
You received this message because you are subscribed to the Google Groups "jooby-project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jooby-projec...@googlegroups.com.
To post to this group, send email to jooby-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jooby-project/2b6bcae8-0ea5-4f65-8430-35ba8fc74eb3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
[ERROR] Failures: [ERROR] Issue1070.shouldContainsSwaggerResponseDescription:45 expected:<{[ "swagger" : "2.0", "tags" : [ { "name" : "Rates", "description" : "Top\nSubTop1" }, { "name" : "Currencies", "description" : "Top\nSubTop2" } ], "consumes" : [ "application/json" ], "produces" : [ "application/json" ], "paths" : { "/v2/currencies/rates" : { "get" : { "tags" : [ "Rates" ], "summary" : "yadayada", "description" : "", "operationId" : "getRates", "parameters" : [ ], "responses" : { "200" : { "description" : "OK", "schema" : { "type" : "string" } } } }, "delete" : { "tags" : [ "Rates" ], "summary" : "yadayada2", "description" : "", "operationId" : "deleteRates", "parameters" : [ ], "responses" : { "200" : { "description" : "```200``` OK", "schema" : { "type" : "string" } } } } }, "/v2/currencies/{isoCode}" : { "get" : { "tags" : [ "Currencies" ], "summary" : "Gets the currency for a given ISO code", "description" : "", "operationId" : "getCurrencies", "parameters" : [ ], "responses" : { "200" : { "description" : "....", "schema" : { "type" : "string" } } } } } }]}> but was:<{[ "swagger" : "2.0", "tags" : [ { "name" : "Rates", "description" : "Top\nSubTop1" }, { "name" : "Currencies", "description" : "Top\nSubTop2" } ], "consumes" : [ "application/json" ], "produces" : [ "application/json" ], "paths" : { "/v2/currencies/rates" : { "get" : { "tags" : [ "Rates" ], "summary" : "yadayada", "description" : "", "operationId" : "getRates", "parameters" : [ ], "responses" : { "200" : { "description" : "OK", "schema" : { "type" : "string" } } } }, "delete" : { "tags" : [ "Rates" ], "summary" : "yadayada2", "description" : "", "operationId" : "deleteRates", "parameters" : [ ], "responses" : { "200" : { "description" : "```200``` OK", "schema" : { "type" : "string" } } } } }, "/v2/currencies/{isoCode}" : { "get" : { "tags" : [ "Currencies" ], "summary" : "Gets the currency for a given ISO code", "description" : "", "operationId" : "getCurrencies", "parameters" : [ ], "responses" : { "200" : { "description" : "....", "schema" : { "type" : "string" } } } } }]}>mvn install -pl jooby-hbm -am
C:\dev\java\jdk1.8.0_60\bin\java.exe -Dmaven.multiModuleProjectDirectory=C:\dev\projects\jooby "-Dmaven.home=C:\Users\MYSELF\AppData\Local\JetBrains\IntelliJ IDEA Community Edition 2018.3.5\plugins\maven\lib\maven3" "-Dclassworlds.conf=C:\Users\MYSELF\AppData\Local\JetBrains\IntelliJ IDEA Community Edition 2018.3.5\plugins\maven\lib\maven3\bin\m2.conf" "-javaagent:C:\Users\MYSELF\AppData\Local\JetBrains\IntelliJ IDEA Community Edition 2018.3.5\lib\idea_rt.jar=52855:C:\Users\MYSELF\AppData\Local\JetBrains\IntelliJ IDEA Community Edition 2018.3.5\bin" -Dfile.encoding=UTF-8 -classpath "C:\Users\MYSELF\AppData\Local\JetBrains\IntelliJ IDEA Community Edition 2018.3.5\plugins\maven\lib\maven3\boot\plexus-classworlds-2.5.2.jar" org.codehaus.classworlds.Launcher -Didea.version=2018.3.5 install -pl jooby-hbm -am[INFO] Scanning for projects...[ERROR] [ERROR] Could not find the selected project in the reactor: jooby-hbm @ [ERROR] Could not find the selected project in the reactor: jooby-hbm -> [Help 1][ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.[ERROR] Re-run Maven using the -X switch to enable full debug logging.[ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles:
Process finished with exit code 1
To view this discussion on the web visit https://groups.google.com/d/msgid/jooby-project/a5ad8902-15fc-4cb2-9631-1edf21dea3f0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/jooby-project/CAGWJpGaJmQPf0b2Ykb7jkzKD7HeS9%2BtM63qFGzPaDE9Fcixw1Q%40mail.gmail.com.
I created the PR, but the build failed. At first sight it's not so obvious what the problem could be, but i'll have a look on it tomorrow. Thanks for the help so far.
--
You received this message because you are subscribed to the Google Groups "jooby-project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jooby-projec...@googlegroups.com.
To post to this group, send email to jooby-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jooby-project/d2376731-8eaf-4ad8-a458-beebdbd0d6fe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
The direct problem is that the EntityListener in the test case does not have a no-arg constructor. In the Hibernate user guide they mention that it should be a class with a no-arg constructor.My best guess is that for some reason GuiceBeanManager is not used at all, or not used for construction? I'll investigate further tomorrow.
--
You received this message because you are subscribed to the Google Groups "jooby-project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jooby-projec...@googlegroups.com.
To post to this group, send email to jooby-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jooby-project/19ae582f-826e-4c6a-9327-e90bcb38cce5%40googlegroups.com.