我收到下面的日誌輸出。我猜drop wizard正在嘗試錯誤,但它使用的Jersey JAX-RS實現不知道如何格式化錯誤?我如何查看它? ERROR [2014-10-01 08:08:55,875] com.sun.jersey.spi.container.ContainerResponse: A message body writer for Java class io.dropwizard
我無法在0.7.1中創建休眠會話。我知道我沒有正確創建休眠會話。但不知道我哪裏錯了。任何幫助將不勝感激。 ERROR:
! org.hibernate.HibernateException: No session currently bound to execution context
! at org.hibernate.context.internal.ManagedSessionCont
解析YAML文件時配置的子類在Dropwizard,我有一個Configuration子類,看起來是這樣的: public class UserApplicationConfiguration extends Configuration {
...
public UserApplicationConfiguration(
@JsonProperty("extern
我有dropwizard.io應用程序,並有一個問題,一個GET請求,我的資源是這樣的: @Path("/foobar")
public class FooBarResource
(...)
@GET
@Path("/{id}")
@UnitOfWork
public Response getFooBar(@PathParam("id") Lon