Willem Jiang created HTTPCLIENT-1547:
----------------------------------------
Summary: HttpClient OSGi bundle doesn't import the package
"javax.naming"
Key: HTTPCLIENT-1547
URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1547
Project: HttpComponents HttpClient
Issue Type: Bug
Components: HttpClient
Affects Versions: 4.3.5
Reporter: Willem Jiang
When I running some test which uses HttpClient 4 in the OSGi platform I got the
error which is caused by missing package importing of "javax.naming"
{code}
java.lang.ClassNotFoundException: javax.naming.InvalidNameException not found
by org.apache.httpcomponents.httpclient [113]
at
org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(BundleWiringImpl.java:1460)
at
org.apache.felix.framework.BundleWiringImpl.access$400(BundleWiringImpl.java:72)
at
org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.loadClass(BundleWiringImpl.java:1843)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
at
org.apache.http.conn.ssl.SSLConnectionSocketFactory.<clinit>(SSLConnectionSocketFactory.java:124)
at
org.apache.http.impl.client.HttpClientBuilder.build(HttpClientBuilder.java:708)
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]