Repository: karaf
Updated Branches:
  refs/heads/karaf-3.0.x 167e797ef -> 95982a845


[KARAF-3033] The system bundle should export and boot delegate javax.xml.crypto 
packages


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/95982a84
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/95982a84
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/95982a84

Branch: refs/heads/karaf-3.0.x
Commit: 95982a8453dd4d8252b77cba533a1799ec402e26
Parents: 167e797
Author: Guillaume Nodet <gno...@gmail.com>
Authored: Fri Jun 13 08:28:04 2014 +0200
Committer: Guillaume Nodet <gno...@gmail.com>
Committed: Fri Jun 13 08:33:49 2014 +0200

----------------------------------------------------------------------
 .../src/main/filtered-resources/resources/etc/config.properties    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/95982a84/assemblies/features/framework/src/main/filtered-resources/resources/etc/config.properties
----------------------------------------------------------------------
diff --git 
a/assemblies/features/framework/src/main/filtered-resources/resources/etc/config.properties
 
b/assemblies/features/framework/src/main/filtered-resources/resources/etc/config.properties
index 998147f..26c98de 100644
--- 
a/assemblies/features/framework/src/main/filtered-resources/resources/etc/config.properties
+++ 
b/assemblies/features/framework/src/main/filtered-resources/resources/etc/config.properties
@@ -146,7 +146,7 @@ eecap-1.2= osgi.ee; osgi.ee="OSGi/Minimum"; 
version:List<Version>="1.0,1.1", \
 #
 # javax.transaction is needed to avoid class loader constraint violation when 
using javax.sql
 #
-org.osgi.framework.bootdelegation=org.apache.karaf.jaas.boot,org.apache.karaf.jaas.boot.principal,org.apache.karaf.management.boot,sun.*,com.sun.*,javax.transaction,javax.transaction.*,org.apache.xerces.jaxp.datatype,org.apache.xerces.stax,org.apache.xerces.parsers,org.apache.xerces.jaxp,org.apache.xerces.jaxp.validation,org.apache.xerces.dom
+org.osgi.framework.bootdelegation=org.apache.karaf.jaas.boot,org.apache.karaf.jaas.boot.principal,org.apache.karaf.management.boot,sun.*,com.sun.*,javax.transaction,javax.transaction.*,javax.xml.crypto,javax.xml.crypto.*,org.apache.xerces.jaxp.datatype,org.apache.xerces.stax,org.apache.xerces.parsers,org.apache.xerces.jaxp,org.apache.xerces.jaxp.validation,org.apache.xerces.dom
 
 #
 # OSGi Execution Environment

Reply via email to