Community
Participate
Working Groups
+++ This bug was initially created as a clone of Bug #339317 +++ This "forbidden reference" started showing up recently in our build logs (pasted at end of this comment), in both maintenance and Indigo. Maybe you changed something, but, my first guess is it has simply been hidden before by our "access rules", which I have now turned off ... so we get twice as many "discouraged access" warnings ... and this one extra forbidden Reference. Forbidden References are serious since, presumably, the code would not work at runtime, if ordinary OSGi classloading is used. I've not looked at the the code in question, but can be because of something in wsdl ui bundle, or could be because org.eclipse.wst.ws.service.policy.ui does not export it. = = = = Source File: org/eclipse/wst/wsdl/ui/internal/wizards/NewWSDLWizard.java 5. WARNING: ForbiddenReference Access restriction: The type ServicePoliciesPropertyPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.3.0-I/workdir/plugins/org.eclipse.wst.ws.service.policy.ui/@dot NewWSDLWizard.java : 53 : import org.eclipse.wst.ws.internal.service.policy.ui.properties.ServicePoliciesPropertyPage;
The fix was released to 3.2.5 last week. Resolving.