Author: gnodet
Date: Fri Oct 29 20:39:29 2010
New Revision: 1028903

URL: http://svn.apache.org/viewvc?rev=1028903&view=rev
Log:
[webconsole] add jaas-boot package to boot delegation to fix login problem from 
web console

Modified:
    karaf/trunk/assembly/src/main/filtered-resources/etc/config.properties

Modified: karaf/trunk/assembly/src/main/filtered-resources/etc/config.properties
URL: 
http://svn.apache.org/viewvc/karaf/trunk/assembly/src/main/filtered-resources/etc/config.properties?rev=1028903&r1=1028902&r2=1028903&view=diff
==============================================================================
--- karaf/trunk/assembly/src/main/filtered-resources/etc/config.properties 
(original)
+++ karaf/trunk/assembly/src/main/filtered-resources/etc/config.properties Fri 
Oct 29 20:39:29 2010
@@ -51,7 +51,7 @@ org.osgi.framework.system.packages=org.o
 org.osgi.framework.system.packages.extra=
 
 # javax.transaction is needed to avoid class loader constraint violation when 
using javax.sql  
-org.osgi.framework.bootdelegation=sun.*,com.sun.*,javax.transaction,javax.transaction.*
+org.osgi.framework.bootdelegation=org.apache.karaf.jaas.boot,sun.*,com.sun.*,javax.transaction,javax.transaction.*
 
 # OSGi Execution Environment
 org.osgi.framework.executionenvironment=J2SE-1.5,J2SE-1.4,J2SE-1.3,J2SE-1.2


Reply via email to