While I'm getting clean builds in Eclipse and Maven I've just noticed that
Eclipse is reporting a package uses conflict in the PDE state window

org.apache.axis2.kernel(1.4.0)
  Package uses conflict: Import-Package: javax.mail; version="0.0.0"
  Package uses conflict: Import-Package: javax.mail; version="0.0.0"
org.apache.tuscany.sca.binding.ws.axis2(2.0.0)
  Missing constraint: Fragment-Host: org.apache.axis2.kernel;
bundle-version="0.0.0"
  Missing constraint: Fragment-Host: org.apache.axis2.kernel;
bundle-version="0.0.0"
org.apache.woden.woden-impl-dom (1.0.0)
  Package uses conflict: Import-Package:org.apache.woden; version="1.0.0"

The odd thing is I've looked at this a couple of times just now either side
of an Eclipse reference and the "package uses conflict" that
org.apache.axis2.kernel is reporting changed from some woden problem to this
javax.mail problem.

Seems a little strange but is this something to do with our association of
binding-ws-axis2 with the axis kernel as a fragment. As far as I can tell
binding-ws-axis doesn't depend directly on either javax.mail or
org.apache.woden.

The other odd thing I see in Eclipse is that the manifest for
binding-ws-axis2 only opens in the manifest editor if I open it from the PDE
status panel. If I open it from the project it opens in a text editor thing.
Any ideas?

Simon

Reply via email to