Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] After upgrade to 2.6.0, JaxWS doesn't compile - neither GWT 2.6.1

Thanks.
I'll go for the option 2.
In time: documentation says Eclipselink is compatible with JAX-RI 2.2, would worth to updade docs?

Regards,
Atenciosamente,

Edson Carlos Ericksson Richter
On 11-05-2015 08:24, Marcel Valovy wrote:
Hi, this is a known bug with JAXB-RI, XJC module.

It seems that in your project there are multiple installations of XJC, which are together incompatible. For example, no XJC Plugin will work in your environment; and as such EclipseLink's BeanValidationPlugin, introduced in 2.6.0, will not work.

To fix this, either:
  1. Change version of JAXWS ( or some other lib that provides XJC ) to newest version. EclipseLink uses JAXB-RI version 2.2.11.
  2. Use archive utility, extract eclipselink.jar into a folder, find file META-INF/services/com.sun.tools.xjc.Plugin and remove this file. Then package the jar again, using jar cfm.


Best Regards
Marcel Valovy



Back to the top