Skip to main content

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

Hi

I'm not sure but maybe the code in eu.geclipse.efs.srm.internal.Activator is 
what you are searching for.


Cheers,
Thomas


Am Tuesday 28 April 2009 21:01:19 schrieb Romain:
> 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
> _______________________________________________
> geclipse-dev mailing list
> geclipse-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/geclipse-dev






Back to the top