Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geclipse-dev] Httpg URL + equinox

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi guys,

I am having lots of problems right now trying to create httpg URLs within
an equinox osgi application. Have you solved this tricky problem allready ?

If yes how did you do ?


I am having that kind of exceptions 

Caused by: java.net.MalformedURLException: unknown protocol: httpg
	at java.net.URL.<init>(URL.java:395)
	at java.net.URL.<init>(URL.java:283)
	at fr.in2p3.jsaga.adaptor.data.SRM22DataAdaptor.connect(SRM22DataAdaptor.java:49)

It is caused by a class loading problem: in the URL class java does a classForName
to get an instance of org.globus.axis.transport.GSIHTTPTransport.

Of course it doesn't work within a OSGi application.


Cheers,
Romain
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkn3UnsACgkQbUN+hKKXqgshYACfdRqH/Fl2RQ1LGFVAN1+KfWN2
QXYAoMVoQRs9VlxsAhhyk8X7/VSiBldW
=Ur3L
-----END PGP SIGNATURE-----


Back to the top