You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The manifests of bundles org.springframework.ws and org.springframework.ws.java allow the use of org.springframework.oxm;version="[1.5.8,3.1.0)". Since Spring-ws 1.5.8 is incompatible with the OXM library in Spring 3.0, this is incorrect. The manifest needs to be modified to org.springframework.oxm;version="[1.5.8,2.0.0)".