JBoss development,
A new message was posted in the thread "Native library mapping at jboss-cl
level":
http://community.jboss.org/message/521389#521389
Author : Thomas Diesler
Profile :
http://community.jboss.org/people/thomas.diesler@jboss.com
Message:
--------------------------------------------------------------
jboss-cl
http://fisheye.jboss.org/changelog/JBossAS/projects/jboss-cl?cs=99732
I added
http://fisheye.jboss.org/browse/JBossAS/projects/jboss-cl/trunk/classload...
http://fisheye.jboss.org/browse/JBossAS/projects/jboss-cl/trunk/classload...:
wich gets initialized by
http://fisheye.jboss.org/browse/JBossAS/projects/jboss-osgi/projects/runt...:.
At resolve time, the
http://fisheye.jboss.org/browse/JBossAS/projects/jboss-osgi/projects/runt...:
adds NativeLibraryProvider instances to the
http://fisheye.jboss.org/browse/JBossAS/projects/jboss-cl/trunk/classload...:
which are accessed by the
http://fisheye.jboss.org/browse/JBossAS/projects/jboss-cl/trunk/classload...:
like this
protected String findLibrary(String libname)
{
String libraryPath = null;
if (policy != null)
libraryPath = policy.findLibrary(libname);
if (libraryPath == null)
libraryPath = super.findLibrary(libname);
return libraryPath;
}
Test coverage in framework still needs to get done. This is currently only tested in the
TCK.
XML -> CLMD mapping is also not done.
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/521389#521389