我正在尝试为 Eclipse 中的 Resteasy 服务构建客户端。我认为这很简单——但是 Resteasy 所做的很多魔法(例如在 POJO 上查找注释、加载 Resteasy 提供程序等)似乎都被 OSGi 类加载器破坏了。我花了很多时间解决依赖关系和伙伴策略的问题,但我遇到了一个绊脚石。我将对其进行描述,但最好的解决方案是为 resteasy 客户端提供一套预先存在的 OSGi/Eclipse 插件。失败了..
could not find writer for content-tyope application/xml type: com.company.Pojo
org.jboss.resteasy.client.ClientRequest.writeRequestBody(ClientRequest:473)
这是resteasy 1.2.1.GA。
干杯,罗布。