Delete all the old karaf osgi tests that do not work. We should use the new camel-test-karaf module as base for testing.
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/5ccb5cef Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/5ccb5cef Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/5ccb5cef Branch: refs/heads/master Commit: 5ccb5cef5553b02f53a57be6baef2d3228e4b196 Parents: 6b77d01 Author: Claus Ibsen <davscl...@apache.org> Authored: Mon Apr 18 12:07:43 2016 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Mon Apr 18 13:39:42 2016 +0200 ---------------------------------------------------------------------- .../src/test/resources/META-INF/persistence.xml | 43 --- .../src/test/resources/META-INF/validation.xml | 25 -- .../apache/camel/itest/karaf/config.properties | 159 --------- .../apache/camel/itest/karaf/custom.properties | 30 -- .../org/apache/camel/itest/karaf/jre.properties | 336 ------------------- .../camel/itest/karaf/org.ops4j.pax.url.mvn.cfg | 103 ------ 6 files changed, 696 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/5ccb5cef/tests/camel-itest-osgi/src/test/resources/META-INF/persistence.xml ---------------------------------------------------------------------- diff --git a/tests/camel-itest-osgi/src/test/resources/META-INF/persistence.xml b/tests/camel-itest-osgi/src/test/resources/META-INF/persistence.xml deleted file mode 100644 index ac9f665..0000000 --- a/tests/camel-itest-osgi/src/test/resources/META-INF/persistence.xml +++ /dev/null @@ -1,43 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - Copyright 2006 The Apache Software Foundation. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> -<persistence xmlns="http://java.sun.com/xml/ns/persistence" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - version="2.0" - xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd"> - - <persistence-unit name="camel" transaction-type="RESOURCE_LOCAL"> - <!-- - The default provider can be OpenJPA, or some other product. - This element is optional if OpenJPA is the only JPA provider - in the current classloading environment, but can be specified - in cases where there are multiple JPA implementations available. - --> - <provider> - org.apache.openjpa.persistence.PersistenceProviderImpl - </provider> - - <class>org.apache.camel.itest.osgi.jpa.SendEmail</class> - <exclude-unlisted-classes/> - - <properties> - <property name="openjpa.ConnectionURL" value="jdbc:derby:target/derby;create=true"/> - <property name="openjpa.ConnectionDriverName" value="org.apache.derby.jdbc.EmbeddedDriver"/> - <property name="openjpa.jdbc.SynchronizeMappings" value="buildSchema"/> - <property name="openjpa.Log" value="DefaultLevel=WARN, Tool=INFO, SQL=INFO"/> - </properties> - </persistence-unit> -</persistence> http://git-wip-us.apache.org/repos/asf/camel/blob/5ccb5cef/tests/camel-itest-osgi/src/test/resources/META-INF/validation.xml ---------------------------------------------------------------------- diff --git a/tests/camel-itest-osgi/src/test/resources/META-INF/validation.xml b/tests/camel-itest-osgi/src/test/resources/META-INF/validation.xml deleted file mode 100644 index 585b76f..0000000 --- a/tests/camel-itest-osgi/src/test/resources/META-INF/validation.xml +++ /dev/null @@ -1,25 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version - 2.0 (the "License"); you may not use this file except in compliance - with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 Unless required by - applicable law or agreed to in writing, software distributed under the - License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR - CONDITIONS OF ANY KIND, either express or implied. See the License for - the specific language governing permissions and limitations under the - License. ---> -<validation-config xmlns="http://jboss.org/xml/ns/javax/validation/configuration" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://jboss.org/xml/ns/javax/validation/configuration"> - - <default-provider>org.hibernate.validator.HibernateValidator</default-provider> - <message-interpolator>org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator</message-interpolator> - <constraint-mapping>/constraints-car.xml</constraint-mapping> - -</validation-config> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/camel/blob/5ccb5cef/tests/camel-itest-osgi/src/test/resources/org/apache/camel/itest/karaf/config.properties ---------------------------------------------------------------------- diff --git a/tests/camel-itest-osgi/src/test/resources/org/apache/camel/itest/karaf/config.properties b/tests/camel-itest-osgi/src/test/resources/org/apache/camel/itest/karaf/config.properties deleted file mode 100644 index a823558..0000000 --- a/tests/camel-itest-osgi/src/test/resources/org/apache/camel/itest/karaf/config.properties +++ /dev/null @@ -1,159 +0,0 @@ -################################################################################ -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# -################################################################################ - -# FIXING PAX-EXAM BUG - -# -# This file lists Karaf default settings for this particular version of Karaf. -# For easier maintenance when upgrading Karaf and to better document which -# default values have changed, it is recommended to place any changes to -# these values in a custom.properties file in the same folder as this file. -# Each value specified in custom.properties will override the default value -# here. -# - -# -# Properties file inclusions (as a space separated list of relative paths) -# Included files will override the values specified in this file -# NB: ${includes} properties files are mandatory, it means that Karaf will not start -# if the include file is not found -# -${includes} = jre.properties custom.properties - -# -# Properties file inclusions (as a space separated list of relative paths) -# Included files will override the values specified in this file -# NB: ${optionals} properties files are optionals, it means that Karaf will just -# display a warning message but the bootstrap will be performed -# -# ${optionals} = my.properties - - -# -# Framework selection properties -# -karaf.framework=felix - -# -# Location of the OSGi frameworks -# -karaf.framework.equinox=${karaf.default.repository}/org/eclipse/osgi/3.8.0.v20120529-1548/osgi-3.8.0.v20120529-1548.jar -karaf.framework.felix=${karaf.default.repository}/org/apache/felix/org.apache.felix.framework/4.0.3/org.apache.felix.framework-4.0.3.jar - -# -# Framework config properties. -# -org.osgi.framework.system.packages= \ - org.osgi.framework.startlevel;uses:="org.osgi.framework";version="1.0", \ - org.osgi.framework.wiring;uses:="org.osgi.resource,org.osgi.framework";version="1.1", \ - org.osgi.framework.hooks.bundle;uses:="org.osgi.framework";version="1.1", \ - org.osgi.framework.hooks.service;uses:="org.osgi.framework";version="1.1", \ - org.osgi.framework.hooks.resolver;uses:="org.osgi.framework.wiring";version="1.0", \ - org.osgi.framework.launch;uses:="org.osgi.framework";version="1.1", \ - org.osgi.framework.namespace;uses:="org.osgi.resource";version="1.0", \ - org.osgi.framework;version="1.7",\ - org.osgi.framework.hooks.weaving;uses:="org.osgi.framework.wiring";version="1.0",\ - org.osgi.resource;version="1.0",org.osgi.service.url;version="1.0",\ - org.osgi.service.startlevel;uses:="org.osgi.framework";version="1.1",\ - org.osgi.service.packageadmin;uses:="org.osgi.framework";version="1.2",\ - org.osgi.service.url;version="1.0", \ - org.osgi.util.tracker;uses:="org.osgi.framework";version="1.5.1", \ - org.apache.karaf.jaas.boot;version="2.3.0", \ - org.apache.karaf.jaas.boot.principal;version="2.3.0", \ - org.apache.karaf.version;version="2.3.0", \ - ${jre-${java.specification.version}} - -# Extra packages appended after standard packages -# org.osgi.framework.system.packages.extra= -org.osgi.framework.system.packages.extra= \ - org.apache.xerces.parsers; version="2.11.0", \ - org.apache.xerces.impl.dtd.models; version="2.11.0", \ - org.apache.xerces.xni.parser; version="2.11.0", \ - org.apache.xerces.impl.dv.xs; version="2.11.0", \ - org.apache.xerces.impl.xs.traversers; version="2.11.0", \ - org.apache.xerces.util; version="2.11.0", \ - org.apache.xerces.impl.dtd; version="2.11.0", \ - org.apache.xerces.jaxp.validation; version="2.11.0", \ - org.apache.xerces.dom3.as; version="2.11.0", \ - org.apache.xerces.impl.dv; version="2.11.0", \ - org.apache.xerces.jaxp; version="2.11.0", \ - org.apache.xerces.jaxp.datatype; version="2.11.0", \ - org.apache.xerces.impl.xpath.regex; version="2.11.0", \ - org.apache.xerces.xni; version="2.11.0", \ - org.apache.xerces.impl.msg; version="2.11.0", \ - org.apache.xerces.impl.dv.util; version="2.11.0", \ - org.apache.xerces.impl.xs.util; version="2.11.0", \ - org.apache.xerces.dom; version="2.11.0", \ - org.apache.xerces.dom.events; version="2.11.0", \ - org.apache.xerces.impl.xs.opti; version="2.11.0", \ - org.apache.xerces.impl; version="2.11.0", \ - org.apache.xerces.xs; version="2.11.0", \ - org.apache.xerces.impl.io; version="2.11.0", \ - org.apache.xerces.xpointer; version="2.11.0", \ - org.apache.xerces.impl.dv.dtd; version="2.11.0", \ - org.apache.xerces.xinclude; version="2.11.0", \ - org.apache.xerces.impl.xpath; version="2.11.0", \ - org.apache.xerces.xs.datatypes; version="2.11.0", \ - org.apache.xerces.impl.xs.identity; version="2.11.0", \ - org.apache.xerces.impl.xs.models; version="2.11.0", \ - org.apache.xerces.xni.grammars; version="2.11.0", \ - org.apache.xerces.impl.xs; version="2.11.0", \ - org.apache.xerces.impl.validation; version="2.11.0", \ - org.apache.xml.serialize; version="2.11.0" - -# javax.transaction is needed to avoid class loader constraint violation when using javax.sql -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.7,JavaSE-1.7,J2SE-1.6,JavaSE-1.6,J2SE-1.5,JavaSE-1.5,J2SE-1.4,JavaSE-1.4,J2SE-1.3,JavaSE-1.3,J2SE-1.2,,JavaSE-1.2,CDC-1.1/Foundation-1.1,CDC-1.0/Foundation-1.0,J2ME,OSGi/Minimum-1.1,OSGi/Minimum-1.0 - -# Set the parent classloader for the bundle to the classloader that loads the Framework (i.e. everything in lib/*.jar) -org.osgi.framework.bundle.parent=framework - -# To enable the use of the startup.properties file to control the start level: -karaf.auto.start=startup.properties - -org.osgi.framework.startlevel.beginning=100 -karaf.startlevel.bundle=80 - -karaf.shutdown.port.file=${karaf.data}/port - -# -# FileMonitor properties -# -felix.fileinstall.dir = ${karaf.base}/etc -felix.fileinstall.filter = .*\\.cfg -felix.fileinstall.poll = 1000 -felix.fileinstall.noInitialDelay = true -felix.fileinstall.log.level = 3 - -# -# Delay for writing the framework state to disk in equinox -# must be >= 1000 and <= 1800000 -# -eclipse.stateSaveDelayInterval = 1000 - -# -# OBR Repository list -# This property will be modified by the obr:addUrl and obr:removeUrl commands. -# -obr.repository.url = - -karaf.delay.console=false - http://git-wip-us.apache.org/repos/asf/camel/blob/5ccb5cef/tests/camel-itest-osgi/src/test/resources/org/apache/camel/itest/karaf/custom.properties ---------------------------------------------------------------------- diff --git a/tests/camel-itest-osgi/src/test/resources/org/apache/camel/itest/karaf/custom.properties b/tests/camel-itest-osgi/src/test/resources/org/apache/camel/itest/karaf/custom.properties deleted file mode 100644 index fbdb62a..0000000 --- a/tests/camel-itest-osgi/src/test/resources/org/apache/camel/itest/karaf/custom.properties +++ /dev/null @@ -1,30 +0,0 @@ -################################################################################ -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# -################################################################################ - -# -# All the values specified here will override the default values given -# in config.properties. -# - -karaf.systemBundlesStartLevel=50 - -# -# You can place any customized configuration here. -# - http://git-wip-us.apache.org/repos/asf/camel/blob/5ccb5cef/tests/camel-itest-osgi/src/test/resources/org/apache/camel/itest/karaf/jre.properties ---------------------------------------------------------------------- diff --git a/tests/camel-itest-osgi/src/test/resources/org/apache/camel/itest/karaf/jre.properties b/tests/camel-itest-osgi/src/test/resources/org/apache/camel/itest/karaf/jre.properties deleted file mode 100644 index fa1bad2..0000000 --- a/tests/camel-itest-osgi/src/test/resources/org/apache/camel/itest/karaf/jre.properties +++ /dev/null @@ -1,336 +0,0 @@ -################################################################################ -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# -################################################################################ - -# -# Java platform package export properties. -# - -# Standard package set. Note that: -# - javax.transaction* is exported with a mandatory attribute -jre-1.6= \ - javax.accessibility, \ - javax.activation;version="1.1", \ - javax.activity, \ - javax.annotation;version="1.1", \ - javax.annotation.processing;version="1.1", \ - javax.crypto, \ - javax.crypto.interfaces, \ - javax.crypto.spec, \ - javax.imageio, \ - javax.imageio.event, \ - javax.imageio.metadata, \ - javax.imageio.plugins.bmp, \ - javax.imageio.plugins.jpeg, \ - javax.imageio.spi, \ - javax.imageio.stream, \ - javax.jws;version="2.0", \ - javax.jws.soap;version="2.0", \ - javax.lang.model, \ - javax.lang.model.element, \ - javax.lang.model.type, \ - javax.lang.model.util, \ - javax.management, \ - javax.management.loading, \ - javax.management.modelmbean, \ - javax.management.monitor, \ - javax.management.openmbean, \ - javax.management.relation, \ - javax.management.remote, \ - javax.management.remote.rmi, \ - javax.management.timer, \ - javax.naming, \ - javax.naming.directory, \ - javax.naming.event, \ - javax.naming.ldap, \ - javax.naming.spi, \ - javax.net, \ - javax.net.ssl, \ - javax.print, \ - javax.print.attribute, \ - javax.print.attribute.standard, \ - javax.print.event, \ - javax.rmi, \ - javax.rmi.CORBA, \ - javax.rmi.ssl, \ - #javax.script, \ - javax.security.auth, \ - javax.security.auth.callback, \ - javax.security.auth.kerberos, \ - javax.security.auth.login, \ - javax.security.auth.spi, \ - javax.security.auth.x500, \ - javax.security.cert, \ - javax.security.sasl, \ - javax.sound.midi, \ - javax.sound.midi.spi, \ - javax.sound.sampled, \ - javax.sound.sampled.spi, \ - javax.sql, \ - javax.sql.rowset, \ - javax.sql.rowset.serial, \ - javax.sql.rowset.spi, \ - javax.swing, \ - javax.swing.border, \ - javax.swing.colorchooser, \ - javax.swing.event, \ - javax.swing.filechooser, \ - javax.swing.plaf, \ - javax.swing.plaf.basic, \ - javax.swing.plaf.metal, \ - javax.swing.plaf.multi, \ - javax.swing.plaf.synth, \ - javax.swing.table, \ - javax.swing.text, \ - javax.swing.text.html, \ - javax.swing.text.html.parser, \ - javax.swing.text.rtf, \ - javax.swing.tree, \ - javax.swing.undo, \ - javax.tools, \ - javax.transaction; javax.transaction.xa; partial=true; mandatory:=partial, \ - javax.xml, \ - javax.xml.bind;version="2.2.1", \ - javax.xml.bind.annotation;version="2.2.1", \ - javax.xml.bind.annotation.adapters;version="2.2.1", \ - javax.xml.bind.attachment;version="2.2.1", \ - javax.xml.bind.helpers;version="2.2.1", \ - javax.xml.bind.util;version="2.2.1", \ - javax.xml.datatype, \ - javax.xml.namespace, \ - javax.xml.parsers, \ - javax.xml.soap;version="1.3", \ - javax.xml.stream;version="1.2", \ - javax.xml.stream.events;version="1.2", \ - javax.xml.stream.util;version="1.2", \ - javax.xml.transform, \ - javax.xml.transform.dom, \ - javax.xml.transform.sax, \ - javax.xml.transform.stax, \ - javax.xml.transform.stream, \ - javax.xml.validation, \ - javax.xml.ws;version="2.2", \ - javax.xml.ws.handler;version="2.2", \ - javax.xml.ws.handler.soap;version="2.2", \ - javax.xml.ws.http;version="2.2", \ - javax.xml.ws.soap;version="2.2", \ - javax.xml.ws.spi;version="2.2", \ - javax.xml.ws.wsaddressing;version="2.2", \ - javax.xml.ws.spi.http;version="2.2", \ - javax.xml.xpath, \ - org.ietf.jgss, \ - org.omg.CORBA, \ - org.omg.CORBA_2_3, \ - org.omg.CORBA_2_3.portable, \ - org.omg.CORBA.DynAnyPackage, \ - org.omg.CORBA.ORBPackage, \ - org.omg.CORBA.portable, \ - org.omg.CORBA.TypeCodePackage, \ - org.omg.CosNaming, \ - org.omg.CosNaming.NamingContextExtPackage, \ - org.omg.CosNaming.NamingContextPackage, \ - org.omg.Dynamic, \ - org.omg.DynamicAny, \ - org.omg.DynamicAny.DynAnyFactoryPackage, \ - org.omg.DynamicAny.DynAnyPackage, \ - org.omg.IOP, \ - org.omg.IOP.CodecFactoryPackage, \ - org.omg.IOP.CodecPackage, \ - org.omg.Messaging, \ - org.omg.PortableInterceptor, \ - org.omg.PortableInterceptor.ORBInitInfoPackage, \ - org.omg.PortableServer, \ - org.omg.PortableServer.CurrentPackage, \ - org.omg.PortableServer.POAManagerPackage, \ - org.omg.PortableServer.POAPackage, \ - org.omg.PortableServer.portable, \ - org.omg.PortableServer.ServantLocatorPackage, \ - org.omg.SendingContext, \ - org.omg.stub.java.rmi, \ - org.omg.stub.javax.management.remote.rmi, \ - org.w3c.dom, \ - org.w3c.dom.bootstrap, \ - org.w3c.dom.css, \ - org.w3c.dom.events, \ - org.w3c.dom.html, \ - org.w3c.dom.ls, \ - org.w3c.dom.ranges, \ - org.w3c.dom.stylesheets, \ - org.w3c.dom.traversal, \ - org.w3c.dom.views, \ - org.w3c.dom.xpath, \ - org.xml.sax, \ - org.xml.sax.ext, \ - org.xml.sax.helpers - -# Standard package set. Note that: -# - javax.transaction* is exported with a mandatory attribute -jre-1.7= \ - javax.accessibility, \ - javax.activation;version="1.1", \ - javax.activity, \ - javax.annotation;version="1.1", \ - javax.annotation.processing;version="1.1", \ - javax.crypto, \ - javax.crypto.interfaces, \ - javax.crypto.spec, \ - javax.imageio, \ - javax.imageio.event, \ - javax.imageio.metadata, \ - javax.imageio.plugins.bmp, \ - javax.imageio.plugins.jpeg, \ - javax.imageio.spi, \ - javax.imageio.stream, \ - javax.jws;version="2.0", \ - javax.jws.soap;version="2.0", \ - javax.lang.model, \ - javax.lang.model.element, \ - javax.lang.model.type, \ - javax.lang.model.util, \ - javax.management, \ - javax.management.loading, \ - javax.management.modelmbean, \ - javax.management.monitor, \ - javax.management.openmbean, \ - javax.management.relation, \ - javax.management.remote, \ - javax.management.remote.rmi, \ - javax.management.timer, \ - javax.naming, \ - javax.naming.directory, \ - javax.naming.event, \ - javax.naming.ldap, \ - javax.naming.spi, \ - javax.net, \ - javax.net.ssl, \ - javax.print, \ - javax.print.attribute, \ - javax.print.attribute.standard, \ - javax.print.event, \ - javax.rmi, \ - javax.rmi.CORBA, \ - javax.rmi.ssl, \ - #javax.script, \ - javax.security.auth, \ - javax.security.auth.callback, \ - javax.security.auth.kerberos, \ - javax.security.auth.login, \ - javax.security.auth.spi, \ - javax.security.auth.x500, \ - javax.security.cert, \ - javax.security.sasl, \ - javax.sound.midi, \ - javax.sound.midi.spi, \ - javax.sound.sampled, \ - javax.sound.sampled.spi, \ - javax.sql, \ - javax.sql.rowset, \ - javax.sql.rowset.serial, \ - javax.sql.rowset.spi, \ - javax.swing, \ - javax.swing.border, \ - javax.swing.colorchooser, \ - javax.swing.event, \ - javax.swing.filechooser, \ - javax.swing.plaf, \ - javax.swing.plaf.basic, \ - javax.swing.plaf.metal, \ - javax.swing.plaf.multi, \ - javax.swing.plaf.synth, \ - javax.swing.table, \ - javax.swing.text, \ - javax.swing.text.html, \ - javax.swing.text.html.parser, \ - javax.swing.text.rtf, \ - javax.swing.tree, \ - javax.swing.undo, \ - javax.tools, \ - javax.transaction; javax.transaction.xa; partial=true; mandatory:=partial, \ - javax.xml, \ - javax.xml.bind;version="2.2.1", \ - javax.xml.bind.annotation;version="2.2.1", \ - javax.xml.bind.annotation.adapters;version="2.2.1", \ - javax.xml.bind.attachment;version="2.2.1", \ - javax.xml.bind.helpers;version="2.2.1", \ - javax.xml.bind.util;version="2.2.1", \ - javax.xml.datatype, \ - javax.xml.namespace, \ - javax.xml.parsers, \ - javax.xml.soap;version="1.3", \ - javax.xml.stream;version="1.2", \ - javax.xml.stream.events;version="1.2", \ - javax.xml.stream.util;version="1.2", \ - javax.xml.transform, \ - javax.xml.transform.dom, \ - javax.xml.transform.sax, \ - javax.xml.transform.stax, \ - javax.xml.transform.stream, \ - javax.xml.validation, \ - javax.xml.ws;version="2.2", \ - javax.xml.ws.handler;version="2.2", \ - javax.xml.ws.handler.soap;version="2.2", \ - javax.xml.ws.http;version="2.2", \ - javax.xml.ws.soap;version="2.2", \ - javax.xml.ws.spi;version="2.2", \ - javax.xml.ws.wsaddressing;version="2.2", \ - javax.xml.ws.spi.http;version="2.2", \ - javax.xml.xpath, \ - org.ietf.jgss, \ - org.omg.CORBA, \ - org.omg.CORBA_2_3, \ - org.omg.CORBA_2_3.portable, \ - org.omg.CORBA.DynAnyPackage, \ - org.omg.CORBA.ORBPackage, \ - org.omg.CORBA.portable, \ - org.omg.CORBA.TypeCodePackage, \ - org.omg.CosNaming, \ - org.omg.CosNaming.NamingContextExtPackage, \ - org.omg.CosNaming.NamingContextPackage, \ - org.omg.Dynamic, \ - org.omg.DynamicAny, \ - org.omg.DynamicAny.DynAnyFactoryPackage, \ - org.omg.DynamicAny.DynAnyPackage, \ - org.omg.IOP, \ - org.omg.IOP.CodecFactoryPackage, \ - org.omg.IOP.CodecPackage, \ - org.omg.Messaging, \ - org.omg.PortableInterceptor, \ - org.omg.PortableInterceptor.ORBInitInfoPackage, \ - org.omg.PortableServer, \ - org.omg.PortableServer.CurrentPackage, \ - org.omg.PortableServer.POAManagerPackage, \ - org.omg.PortableServer.POAPackage, \ - org.omg.PortableServer.portable, \ - org.omg.PortableServer.ServantLocatorPackage, \ - org.omg.SendingContext, \ - org.omg.stub.java.rmi, \ - org.omg.stub.javax.management.remote.rmi, \ - org.w3c.dom, \ - org.w3c.dom.bootstrap, \ - org.w3c.dom.css, \ - org.w3c.dom.events, \ - org.w3c.dom.html, \ - org.w3c.dom.ls, \ - org.w3c.dom.ranges, \ - org.w3c.dom.stylesheets, \ - org.w3c.dom.traversal, \ - org.w3c.dom.views, \ - org.w3c.dom.xpath, \ - org.xml.sax, \ - org.xml.sax.ext, \ - org.xml.sax.helpers http://git-wip-us.apache.org/repos/asf/camel/blob/5ccb5cef/tests/camel-itest-osgi/src/test/resources/org/apache/camel/itest/karaf/org.ops4j.pax.url.mvn.cfg ---------------------------------------------------------------------- diff --git a/tests/camel-itest-osgi/src/test/resources/org/apache/camel/itest/karaf/org.ops4j.pax.url.mvn.cfg b/tests/camel-itest-osgi/src/test/resources/org/apache/camel/itest/karaf/org.ops4j.pax.url.mvn.cfg deleted file mode 100644 index 18fed15..0000000 --- a/tests/camel-itest-osgi/src/test/resources/org/apache/camel/itest/karaf/org.ops4j.pax.url.mvn.cfg +++ /dev/null @@ -1,103 +0,0 @@ -################################################################################ -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# -################################################################################ - -# -# If set to true, the following property will not allow any certificate to be used -# when accessing Maven repositories through SSL -# -#org.ops4j.pax.url.mvn.certificateCheck= - -# -# Path to the local Maven settings file. -# The repositories defined in this file will be automatically added to the list -# of default repositories if the 'org.ops4j.pax.url.mvn.repositories' property -# below is not set. -# The following locations are checked for the existence of the settings.xml file -# * 1. looks for the specified url -# * 2. if not found looks for ${user.home}/.m2/settings.xml -# * 3. if not found looks for ${maven.home}/conf/settings.xml -# * 4. if not found looks for ${M2_HOME}/conf/settings.xml -# -#org.ops4j.pax.url.mvn.settings= - -# -# Path to the local Maven repository which is used to avoid downloading -# artifacts when they already exist locally. -# The value of this property will be extracted from the settings.xml file -# above, or defaulted to: -# System.getProperty( "user.home" ) + "/.m2/repository" -# -#org.ops4j.pax.url.mvn.localRepository= - -# -# Default this to false. It's just weird to use undocumented repos -# -org.ops4j.pax.url.mvn.useFallbackRepositories=false - -# -# Uncomment if you don't wanna use the proxy settings -# from the Maven conf/settings.xml file -# -# org.ops4j.pax.url.mvn.proxySupport=false - -# -# Disable aether support by default. This ensure that the defaultRepositories -# below will be used -# -org.ops4j.pax.url.mvn.disableAether=true - -# -# Comma separated list of repositories scanned when resolving an artifact. -# Those repositories will be checked before iterating through the -# below list of repositories and even before the local repository -# A repository url can be appended with zero or more of the following flags: -# @snapshots : the repository contains snaphots -# @noreleases : the repository does not contain any released artifacts -# @id=reponid : the id for the repository, just like in the settings.xml this is optional but recomendet -# -# The following property value will add the system folder as a repo. -# -org.ops4j.pax.url.mvn.defaultRepositories=file:${karaf.home}/${karaf.default.repository}@snapshots@id=karaf.${karaf.default.repository} - -# -# Comma separated list of repositories scanned when resolving an artifact. -# The default list includes the following repositories containing releases: -# http://repo1.maven.org/maven2@id=central -# http://svn.apache.org/repos/asf/servicemix/m2-repo@id=servicemix -# http://repository.springsource.com/maven/bundles/release@id=springsource.release -# http://repository.springsource.com/maven/bundles/external@id=springsource.external -# To add repositories to the default ones, prepend '+' to the list of repositories -# to add. -# A repository url can be appended with zero or more of the following flags: -# @snapshots : the repository contains snapshots -# @noreleases : the repository does not contain any released artifacts -# -# The default list doesn't contain any repository containing snapshots as it can impact the artifacts resolution. -# You may want to add the following repositories containing snapshots: -# http://oss.sonatype.org/content/repositories/snapshots@snapshots@noreleases@id=sonatype.snapshot -# http://oss.sonatype.org/content/repositories/ops4j-snapshots@snapshots@noreleases@id=ops4j.snapshot -# http://repository.apache.org/content/groups/snapshots-group@snapshots@noreleases@id=apache -# -org.ops4j.pax.url.mvn.repositories= \ - http://repo1.maven.org/maven2@id=central, \ - http://svn.apache.org/repos/asf/servicemix/m2-repo@id=servicemix, \ - http://repository.springsource.com/maven/bundles/release@id=springsource.release, \ - http://repository.springsource.com/maven/bundles/external@id=springsource.external, \ - http://oss.sonatype.org/content/repositories/releases/@id=sonatype -