Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] Access restriction with manifest


FYI, I've open a bug related to the use of manifest that some of you may be interested in. Basically, PDE has trouble determining the correct visibility of a class if that class is loadable from more than one location. For more details, refer to bug 98127

https://bugs.eclipse.org/bugs/show_bug.cgi?id=98127

This problem was originally found in Web services. So if you are developing Web services code, you may run into errors complaining about

Access restriction: The type DOMSource is not accessible due to restriction
on required library D:\wtp_0601\eclipse\plugins\org.apache.axis11_1.1.0\lib\jaxrpc.jar

Access restriction: The type WSDLException is not accessible due to
restriction on required library D:\wtp_0601\eclipse\plugins\org.apache.axis11_1.1.0\lib\wsdl4j.jar
...


To workaround this, simply check out the Web services third party plugins:

org.apache.axis11
org.apche.wsil
org.uddi4j

Thanks,

Jeff

Back to the top