I don't think we should do that. The servicemix spec jar / saaj bundle should do the trick. What kind of problems do you have ? Maybe it's JDK 1.6 specific ?
On Wed, Oct 15, 2008 at 12:51 PM, <[EMAIL PROTECTED]> wrote: > Author: ffang > Date: Wed Oct 15 03:51:27 2008 > New Revision: 704856 > > URL: http://svn.apache.org/viewvc?rev=704856&view=rev > Log: > [SMX4-138]add sun's saaj impl package to fix testSoapHandlerOsgi failure > > Modified: > > servicemix/smx4/kernel/trunk/testing/support/src/main/resources/org/apache/servicemix/kernel/testing/support/felix.config.properties > > Modified: > servicemix/smx4/kernel/trunk/testing/support/src/main/resources/org/apache/servicemix/kernel/testing/support/felix.config.properties > URL: > http://svn.apache.org/viewvc/servicemix/smx4/kernel/trunk/testing/support/src/main/resources/org/apache/servicemix/kernel/testing/support/felix.config.properties?rev=704856&r1=704855&r2=704856&view=diff > ============================================================================== > --- > servicemix/smx4/kernel/trunk/testing/support/src/main/resources/org/apache/servicemix/kernel/testing/support/felix.config.properties > (original) > +++ > servicemix/smx4/kernel/trunk/testing/support/src/main/resources/org/apache/servicemix/kernel/testing/support/felix.config.properties > Wed Oct 15 03:51:27 2008 > @@ -27,7 +27,7 @@ > org.apache.servicemix.kernel.main.spi; version=1.0.0, \ > org.apache.servicemix.kernel.jaas.boot, \ > ${jre-${java.specification.version}} > -org.osgi.framework.bootdelegation=sun.*,com.sun.management*,com.sun.org.apache.* > +org.osgi.framework.bootdelegation=sun.*,com.sun.management*,com.sun.org.apache.*,com.sun.xml.internal.messaging*,com.sun.xml.messaging* > > # To enable the use of the startup.properties file to control the start > level: > felix.auto.start=startup.properties > @@ -128,6 +128,7 @@ > javax.xml.datatype; \ > javax.xml.namespace; \ > javax.xml.parsers; \ > + javax.xml.soap; \ > javax.xml.transform; \ > javax.xml.transform.dom; \ > javax.xml.transform.sax; \ > > > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/ ------------------------ Open Source SOA http://fusesource.com
