Author: ffang
Date: Wed Aug 17 06:03:00 2011
New Revision: 1158531

URL: http://svn.apache.org/viewvc?rev=1158531&view=rev
Log:
[SMX4-899]xerces and xalan SPI factory package should be added in 
custom.properties org.osgi.framework.bootdelegation

Modified:
    
servicemix/smx4/features/trunk/assembly/src/main/distribution/text/etc/custom.properties

Modified: 
servicemix/smx4/features/trunk/assembly/src/main/distribution/text/etc/custom.properties
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/assembly/src/main/distribution/text/etc/custom.properties?rev=1158531&r1=1158530&r2=1158531&view=diff
==============================================================================
--- 
servicemix/smx4/features/trunk/assembly/src/main/distribution/text/etc/custom.properties
 (original)
+++ 
servicemix/smx4/features/trunk/assembly/src/main/distribution/text/etc/custom.properties
 Wed Aug 17 06:03:00 2011
@@ -27,7 +27,7 @@ karaf.systemBundlesStartLevel=50
 # javax.transaction is needed to avoid class loader constraint violation when 
using javax.sql
 # as servicemix is using sun saaj impl bundle, we should ignore the package of 
saaj
 # as servicemix is using sun jaxb impl bundle, we should ignore the package of 
jaxb
-org.osgi.framework.bootdelegation=org.apache.karaf.jaas.boot,!com.sun.xml.messaging.saaj.*,!com.sun.xml.internal.bind.*,sun.*,com.sun.*,javax.transaction,javax.transaction.*
+org.osgi.framework.bootdelegation=org.apache.karaf.jaas.boot,!com.sun.xml.messaging.saaj.*,!com.sun.xml.internal.bind.*,sun.*,com.sun.*,javax.transaction,javax.transaction.*,org.apache.xalan.processor,org.apache.xpath.jaxp,org.apache.xml.dtm.ref,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.system.packages.extra = \


Reply via email to