From: Kai <yavin at gmx.com>
Reply-To: xmlblaster at server.xmlBlaster.org
To: xmlblaster at server.xmlBlaster.org
Subject: Re: [xmlblaster] xmlBlaster client as OSGi bundle (eclipse plugin)
Date: Fri, 27 Jan 2006 17:43:02 +0100
Okay the problem is in StandClassLoaderFactory.getXmlBlasterClassLoader.
This line is raises the exception:
URL[] urls = ((URLClassLoader)this.getClass().getClassLoader()).getURLs();
kai schrieb:
> Hello everybody,
>
> I'm trying to run a xmblaster client as an osgi bundle. When loading the
> standard prop file xmblaster ends in a class cast exeception, because
> it is not loaded with a URLClassloader.
>
> What will be the solution for this problem?
>
> Regards, Kai
>