Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[rap-dev] Bug in RAP RWT Osgi

Hi all

there is a bug in the RAP RWT OSGi Bundle Version 1.5.0M6, Class ApplicationLauncherImpl, line 229.
The OSGi spec sais that any path passed to bundleContext.getDataFile() should
be relative (http://www.osgi.org/javadoc/r4v43/org/osgi/framework/BundleContext.html#getDataFile(java.lang.String))

ApplicationLauncherImpl calls this method always with an absolute path (see method getContextFileName), which will return null and then there is a NPE on line 221.

Is there any workaround on this?

Regards
Michael

-- 
Michael Szalay
Senior Software Engineer

basis06 AG, Birkenweg 61, CH-3013 Bern - Fon +41 31 311 32 22
http://www.basis06.ch - source of smart business 


Back to the top