[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [xmlblaster] xmlBlaster client as OSGi bundle (eclipse plugin)
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
>