[jboss-osgi-commits] JBoss-OSGI SVN: r96981 - in projects/jboss-osgi/trunk/testsuite: functional/src/test/resources and 1 other directory.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Wed Nov 25 12:48:10 EST 2009


Author: thomas.diesler at jboss.com
Date: 2009-11-25 12:48:09 -0500 (Wed, 25 Nov 2009)
New Revision: 96981

Modified:
   projects/jboss-osgi/trunk/testsuite/example/src/test/resources/jboss-osgi-felix.properties
   projects/jboss-osgi/trunk/testsuite/functional/src/test/resources/jboss-osgi-felix.properties
Log:
Fix bootdelegation for embedded felix

Modified: projects/jboss-osgi/trunk/testsuite/example/src/test/resources/jboss-osgi-felix.properties
===================================================================
--- projects/jboss-osgi/trunk/testsuite/example/src/test/resources/jboss-osgi-felix.properties	2009-11-25 17:37:18 UTC (rev 96980)
+++ projects/jboss-osgi/trunk/testsuite/example/src/test/resources/jboss-osgi-felix.properties	2009-11-25 17:48:09 UTC (rev 96981)
@@ -4,15 +4,18 @@
 # $Id$
 #
 
+# Felix config properties  
+# felix.bootdelegation.implicit=false
+
 # Properties to configure the Framework
 org.osgi.framework.storage=${basedir}/target/osgi-store
 org.osgi.framework.storage.clean=onFirstInit
 
 # An instance of Logger that the framework uses as its default logger
-felix.log.logger.instance=org.jboss.osgi.felix.FelixLogger
+# felix.log.logger.instance=org.jboss.osgi.felix.FelixLogger, org.apache.xerces.jaxp
 
 # Framework bootdelegation
-org.osgi.framework.bootdelegation=com.yourkit.runtime
+org.osgi.framework.bootdelegation=sun.reflect
 
 # Extra System Packages
 org.osgi.framework.system.packages.extra=\
@@ -35,11 +38,11 @@
   	org.jboss.virtual.plugins.vfs.helpers, \
   	org.jboss.virtual.protocol, \
   	org.osgi.framework;version=1.5
+  	
 
 # Bundles that need to be installed with the Framework automatically 
 org.jboss.osgi.spi.framework.autoInstall=\
 	file://${test.archive.directory}/bundles/org.osgi.compendium.jar
-		
 
 # Bundles that need to be started automatically 
 org.jboss.osgi.spi.framework.autoStart=\

Modified: projects/jboss-osgi/trunk/testsuite/functional/src/test/resources/jboss-osgi-felix.properties
===================================================================
--- projects/jboss-osgi/trunk/testsuite/functional/src/test/resources/jboss-osgi-felix.properties	2009-11-25 17:37:18 UTC (rev 96980)
+++ projects/jboss-osgi/trunk/testsuite/functional/src/test/resources/jboss-osgi-felix.properties	2009-11-25 17:48:09 UTC (rev 96981)
@@ -11,6 +11,9 @@
 org.osgi.framework.storage=${basedir}/target/osgi-store
 org.osgi.framework.storage.clean=onFirstInit
 
+# Framework bootdelegation
+org.osgi.framework.bootdelegation=sun.reflect
+
 # Extra System Packages
 org.osgi.framework.system.packages.extra=\
     org.apache.log4j;version=1.2, \
@@ -36,4 +39,4 @@
   	org.jboss.virtual.plugins.vfs.helpers, \
   	org.jboss.virtual.protocol, \
   	org.osgi.framework;version=1.5
-
+  	
\ No newline at end of file



More information about the jboss-osgi-commits mailing list