Community
Participate
Working Groups
Build Identifier: The "org.eclipse.bpel.model" project references the javax.wsdl bundle as [1.5.0,1.6.0), but the "org.eclipse.bpel.extensionsample.model" references it as 1.5.1. This leads to class loader problems if someone has a javax.wsdl bundle >= 1.6.0 in his eclipse pool. Solution: Reference the same versions of javax.wsdl in both projects. Reproducible: Always Steps to Reproduce: See details.
When user has a bundle>=1.6.0, for example, 1.6.1, if change the both references to [1.5.0, 1.6.0), don't we get class loader problems?
As long as all bundles reference the same version, no class loader problems should occur.
Hi Tobias, I have modified the menifest file and committd it, please take a look.
Verified.